Closing Scribus Main Window Crashes
Unsolved
General and Desktop
-
Hi,
We have added a plugin to Scribus (a Qt application). This plugin will create windows on two sides and a toolbar on top. Also it will add two menus to the main menu bar. Now if we close the main application the application is crashing. This happens at the SaveState() for main window
Visual Studio is showing the following error. This comes from qobject.h file Any help on how to find out the issue is really appreciable
Exception thrown: read access violation.
obj->**** was 0x94269C8. -
Use a debugger, take a look where it crashes and add some debug outputs... Maybe a double free.