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 657163 - Crash in g_cancellable_cancel when trying to close a 'disabled' tab
Crash in g_cancellable_cancel when trying to close a 'disabled' tab
Status: RESOLVED FIXED
Product: bluefish
Classification: Other
Component: application
2.0.3
Other Linux
: Normal critical
: 2.2.4
Assigned To: Bluefish Maintainer(s)
Bluefish Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-08-23 13:32 UTC by Paul Howarth
Modified: 2013-02-05 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace from Fedora bug 732460 (20.70 KB, application/octet-stream)
2011-08-23 13:32 UTC, Paul Howarth
Details

Description Paul Howarth 2011-08-23 13:32:40 UTC
Created attachment 194483 [details]
Backtrace from Fedora bug 732460

Originally reported in Fedora: http://bugzilla.redhat.com/732460

Reporter says: Tried to close a ?disabled? tab (unknown file)
Comment 1 Fabio Durán Verdugo 2011-08-24 00:12:24 UTC
Paste here the BT

[Thread debugging using libthread_db enabled]
Core was generated by `bluefish'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 0xb78b8840 (LWP 3349))

  • #0 g_cancellable_cancel
    at gcancellable.c line 622
  • #1 remove_autosave
    at file_autosave.c line 182
  • #2 doc_close_single_backend
    at file_dialogs.c line 952
  • #3 file2doc_lcb
    at file.c line 828
  • #4 openfile_async_lcb
    at file.c line 587
  • #5 g_simple_async_result_complete
    at gsimpleasyncresult.c line 747
  • #6 load_contents_open_callback
    at gfile.c line 6376
  • #7 g_simple_async_result_complete
    at gsimpleasyncresult.c line 747
  • #8 complete_in_idle_cb_for_thread
    at gsimpleasyncresult.c line 812
  • #9 g_idle_dispatch
    at gmain.c line 4558
  • #10 g_main_dispatch
    at gmain.c line 2441
  • #11 g_main_context_dispatch
    at gmain.c line 3014
  • #12 g_main_context_iterate
    at gmain.c line 3092
  • #13 g_main_loop_run
    at gmain.c line 3300
  • #14 IA__gtk_main
    at gtkmain.c line 1256
  • #15 main
    at bluefish.c line 399

Comment 2 Olivier Sessink 2011-08-25 19:21:13 UTC
can anybody reproduce this ? that would help a lot to fix this.
Comment 3 Olivier Sessink 2011-08-26 14:10:27 UTC
I did several changes in SVN that might impact this bug, but since I cannot reproduce it myself (not even on fedora 15 with the original binary) I can't say if this closes the bug.

please test revision 6829.
Comment 4 Paul Howarth 2011-12-23 16:37:16 UTC
I have patched the Fedora package using changeset:6828 and changeset:6829, and closed the Fedora bug.