GNOME Bugzilla – Bug 597595
nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
Last modified: 2011-04-06 20:52:27 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/439694 "I was erasing some files. The files got deleted but nautilus suddenly crashed" ".
+ Trace 218107
Thread 1 (process 1438)
Just a little bit of information; from src/nautilus-information-panel.c:1122 : file is actually null (according to the stacktrace in launchpad) - so the statement here is not absolutly correct. /* this should never fail here, as we're displaying the file */ file = nautilus_file_get_existing (selected); uri = nautilus_file_get_uri (file);
Yeah, this should be obsolete for 3.0, as we don't have the information panel anymore.