GNOME Bugzilla – Bug 580594
gedit crashed with SIGSEGV in g_cclosure_marshal_VOID__OBJECT()
Last modified: 2009-05-01 19:20:59 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/gedit/+bug/368495 "I had one gedit window opened on the current desktop (with multiple tabs), and then in a console went to edit another file: $ gedit myfile.txt Expected result: The gedit window should open a new tab with the file (as it usually does) Actual Result: The console returned, but gedit went non-responsive and crashed (the new file never appeared in the window)." ".
+ Trace 214894
Thread 1 (process 3960)
I managed to reproduce this: you have to deactivate and reactivate the drawspaces plugins and then open a new doc. The crash is due to the fact that plugin->priv is null, (plugin has a refcount = 0, in other words has been finalized). I am not sure how's that happening though :(
Created attachment 133752 [details] [review] patch This patch should fix the issue. I committed it.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.