https://bugs.documentfoundation.org/show_bug.cgi?id=144072
Patrick Luby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] | |desktop.org Status|ASSIGNED |NEW --- Comment #29 from Patrick Luby <[email protected]> --- (In reply to Commit Notification from comment #28) > Patrick Luby committed a patch related to this issue. > It has been pushed to "master": > Please ignore this. I found my fix only delays the inevitable crash so I reverted my commit. Ultimately, the problem is that the reportdesign code keeps reusing SdrHdl pointers like they live forever while the SdHdlList treats them as disposable objects. Unfortunately, I have no idea how to rewrite this particular code to not reuse SdrHdl pointers. -- You are receiving this mail because: You are the assignee for the bug.
