https://bugs.freedesktop.org/show_bug.cgi?id=45081
--- Comment #31 from Tor Lillqvist <[email protected]> 2012-05-10 10:33:37 PDT --- The immediate cause for the crash is pretty clear, GetSystemData() returns NULL and then the code in SystemChildWindow::GetParentWindowHandle() (vcl/source/window/syschild.cxx) tries to dereference that. But what causes it to return NULL, whether that is a legal situation that just needs to be handled in the caller, or whether it should never return NULL, no idea. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
