GNOME Bugzilla – Bug 547724
gedit crashed with SIGSEGV in g_type_check_instance()
Last modified: 2008-08-17 18:04:54 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/244292 and https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/257803 describe how to trigger the bug using the current version "snifer@snifer-laptop:~$ dmesg > dmesg.txt snifer@snifer-laptop:~$ mkdir somedir snifer@snifer-laptop:~$ cp dmesg.txt somedir/ snifer@snifer-laptop:~$ gedit somedir/dmesg.txt snifer@snifer-laptop:~$ rm -r somedir/ snifer@snifer-laptop:~$ gedit dmesg.txt
+ Trace 205135
this was due to the fact that we were not handling G_IO_ERROR_NOT_FOUND. fixed in svn.
Actually, this wasn't the exact problem. The problem was the correct handling of the cancelled state.
Fixed it in SVN :)