Bug 126143 - Reportbuilder launch (Designer or Wizard) crashes (Windows OpenGL)
Summary: Reportbuilder launch (Designer or Wizard) crashes (Windows OpenGL)
Status: CLOSED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
6.4.0.0.alpha1+
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: haveBacktrace
Depends on:
Blocks:
 
Reported: 2019-06-28 07:29 UTC by Julien Nabet
Modified: 2019-06-28 09:43 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
bt Windows (windbg) (80.82 KB, text/plain)
2019-06-28 07:30 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nabet 2019-06-28 07:29:53 UTC
Description:
On Win10 with master sources updated yesterday, Reportbuilder crashes.

It only happens with OpenGL enabled.

Steps to Reproduce:
1. Open an odb file
2. Go to Reports panel
3. Click on Design or Wizard

Actual Results:
Crash

Expected Results:
No Crash


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Happens with OpenGL enabled only.
Comment 1 Julien Nabet 2019-06-28 07:30:57 UTC
Created attachment 152452 [details]
bt Windows (windbg)
Comment 2 Julien Nabet 2019-06-28 07:34:16 UTC
DriverVersion: 22.20.16.4815
DriverDate: 9-26-2017
DeviceID: PCI\VEN_8086&DEV_1912&SUBSYS_311117AA&REV_06
AdapterVendorID: 0x8086
AdapterDeviceID: 0x1912
AdapterSubsysID: 0x311117aa
DeviceKey: System\CurrentControlSet\Control\Video\{6EC3CA59-351C-11E9-B54B-6C4B905BAA0F}\0001
DeviceString: Intel(R) HD Graphics 530

I can't upgrade it to a newer version since I'm not the owner of this one.
However since it's Intel, I suppose it would migrate it to DCH driver which seems to have some problem (see tdf#125516)
Comment 3 Julien Nabet 2019-06-28 08:20:38 UTC
Noel: noticing this part in bt
000000c7`4dd7c360 00007ffb`69df9a00 vcllo!std::vector<std::unique_ptr<PackedTexture,std::default_delete<PackedTexture> >,std::allocator<std::unique_ptr<PackedTexture,std::default_delete<PackedTexture> > > >::erase+0x200
000000c7`4dd7c450 00007ffb`69df6994 vcllo!std::operator==<Node,std::default_delete<Node> >+0x14
000000c7`4dd7c490 00007ffb`aaeff99f tllo!tools::Rectangle::GetWidth+0xf
000000c7`4dd7c498 00007ffb`69df9c4f vcllo!Node::insert+0x10f

thought you might have some idea.
Comment 4 Noel Grandin 2019-06-28 08:24:58 UTC
That stack is completely corrupt, so no idea
Comment 5 Julien Nabet 2019-06-28 09:43:32 UTC
I updated my local repo + remove my profile to have a brand new one. I don't reproduce the crash.