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 645936 - Segfault on save file (GIO/SFTP) in 2.0.3+workaround for #637990
Segfault on save file (GIO/SFTP) in 2.0.3+workaround for #637990
Status: RESOLVED FIXED
Product: bluefish
Classification: Other
Component: application
2.0.3
Other Linux
: Normal normal
: 2.2.4
Assigned To: Bluefish Maintainer(s)
Bluefish Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-03-28 12:51 UTC by Paul Howarth
Modified: 2013-02-05 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace from fedora bug 691129 (22.94 KB, application/octet-stream)
2011-03-28 12:51 UTC, Paul Howarth
Details

Description Paul Howarth 2011-03-28 12:51:31 UTC
Created attachment 184447 [details]
Backtrace from fedora bug 691129

This bug was reported for Fedora 14 (i686) with 2.0.3 plus Jim's patch to work around Bug #637990 (Seg fault in file_checkNsave_cancel).

The reporter suspects it may be related to his slow network.
He's editing a file over GIO/SFTP and it crashed on saving.

https://bugzilla.redhat.com/show_bug.cgi?id=691129
Comment 1 Jim Hayward 2011-03-29 05:22:47 UTC
This appears to be a completely different bug from #637990. The backtrace is not very helpful.

The last Bluefish function call is a call to gtk_text_view_set_editable(). It appears to have crashed when checking to see if the pointer passed to the function was a GtkTextView. The back trace does not give an indication of why it crashed. All the pointer addresses in the backtrace appear to be valid.
Comment 2 Paul Howarth 2011-12-23 16:24:32 UTC
I have patched the Fedora package using changeset:6602 and closed the Fedora bug.