After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637990 - Seg fault in file_checkNsave_cancel()
Seg fault in file_checkNsave_cancel()
Status: RESOLVED FIXED
Product: bluefish
Classification: Other
Component: application
development (SVN TRUNK)
Other Linux
: Normal normal
: 2.2.4
Assigned To: Bluefish Maintainer(s)
Bluefish Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-12-25 07:43 UTC by Jim Hayward
Modified: 2013-02-05 21:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jim Hayward 2010-12-25 07:43:20 UTC
Program received signal SIGSEGV, Segmentation fault.
0x0808c5f9 in file_checkNsave_cancel (cns=0x0) at file.c:471
471		g_cancellable_cancel(((TcheckNsave *)cns)->cancelab);

(gdb) bt
  • #0 file_checkNsave_cancel
    at file.c line 471
  • #1 remove_autosave
    at file_autosave.c line 181
  • #2 doc_close_single_backend
    at file_dialogs.c line 952
  • #3 doc_close_multiple_backend
    at file_dialogs.c line 1041
  • #4 main_window_delete_event_lcb
    at gui.c line 861

Comment 1 Paul Howarth 2011-03-09 15:34:56 UTC
There's another example of this at:
https://bugzilla.redhat.com/show_bug.cgi?id=683497
Comment 2 Daniel Leidert 2011-11-22 11:08:30 UTC
Possible fix was in r6828. Lets close this report and see what happens.