GNOME Bugzilla – Bug 628150
Clicking "Save as" and choosing type of files make it Crash with Segmentations Fault
Last modified: 2013-02-05 21:43:54 UTC
You can't save a file by clicking "Save as" and choosing any type of file, the result is a Crash with segmentation fault. Opening it trough the command line show the follow: test if rcfile directory /home/marcelo/.bluefish exists error reading list 1 Error opening file: No such file or directory config file migration error 1:Error opening file: No such file or directoryerror reading list 1 Error opening file: No such file or directory create socket /tmp/bluefish-marcelo-:0.0 plugins are loaded from /usr/lib/bluefish/ plugins are loaded from /home/marcelo/.bluefish/ load language files from /home/marcelo/.bluefish/ load language files from /usr/share/bluefish/bflang/ htmlbar_build_menu, finished Segmentation fault I tried with and without the directory ~/.bluefish previously created
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
(In reply to comment #1) > Thanks for taking the time to report this bug. > Without a stack trace from the crash it's very hard to determine what caused > it. > Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces > for more information on how to do so. Thanks in advance! Hi Fabio, Running gdb bluefish gave me that: htmlbar_build_menu, finished [New Thread 0xb185bb70 (LWP 5331)] [Thread 0xb185bb70 (LWP 5331) exited] [New Thread 0xb185bb70 (LWP 5332)] [New Thread 0xb0e55b70 (LWP 5333)] [Thread 0xb185bb70 (LWP 5332) exited] [New Thread 0xb185bb70 (LWP 5334)] [New Thread 0xb0616b70 (LWP 5335)] [New Thread 0xafdf4b70 (LWP 5336)] [Thread 0xb0616b70 (LWP 5335) exited] [Thread 0xafdf4b70 (LWP 5336) exited] [Thread 0xb185bb70 (LWP 5334) exited] Program received signal SIGSEGV, Segmentation fault. 0xb77e0a47 in g_str_hash () from /lib/libglib-2.0.so.0 (gdb) Hope it helps!
(gdb) bt
+ Trace 223435
this might be fixed in subversion revision 6065, which was a fix of Fedora Bug 626246. https://bugzilla.redhat.com/show_bug.cgi?id=626246
Thanks for the bug report. I fixed this issue two days ago with SVN revision 6065. The fix will be part of the 2.0.2 release.
(In reply to comment #5) > Thanks for the bug report. I fixed this issue two days ago with SVN revision > 6065. The fix will be part of the 2.0.2 release. Thank You, I hope Debian fix it soon! :)
We plan to release soon. Then the fix will go into Debian.
*** Bug 641145 has been marked as a duplicate of this bug. ***
*** Bug 655814 has been marked as a duplicate of this bug. ***