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.
Created attachment 152452 [details] bt Windows (windbg)
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)
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.
That stack is completely corrupt, so no idea
I updated my local repo + remove my profile to have a brand new one. I don't reproduce the crash.