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 358331 - Crash when showing preferences
Crash when showing preferences
Status: RESOLVED DUPLICATE of bug 357364
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.10.x
Other other
: High critical
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-09-29 16:02 UTC by bugbuddy
Modified: 2006-09-30 22:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Backtrace of crash with debug info enabled. (4.49 KB, text/plain)
2006-09-30 09:04 UTC, bugbuddy
Details

Description bugbuddy 2006-09-29 16:01:44 UTC
Distribution: Unknown
Package: epiphany
Severity: Normal
Version: GNOME2.14.3 2.14.3
Gnome-Distributor: Archlinux
Synopsis: Crash when showing preferences
Bugzilla-Product: epiphany
Bugzilla-Component: General
Bugzilla-Version: 2.14.3
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:

Epiphany crasched when i pressed [alt]+e and choose preferences from the
menu entry.

Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/opt/gnome/bin/epiphany'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1241192256 (LWP 3107)]
[New Thread -1306805344 (LWP 3248)]
[New Thread -1296049248 (LWP 3240)]
[New Thread -1269163104 (LWP 3215)]
[New Thread -1257432160 (LWP 3127)]
[New Thread -1244697696 (LWP 3115)]
(no debugging symbols found)
0xb7f29410 in ?? ()




------- Bug created by bug-buddy at 2006-09-29 16:02 -------


Unknown version 2.14.3 in product epiphany.  Setting version to "2.14.x".

Comment 1 Elijah Newren 2006-09-29 19:42:35 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 2 bugbuddy 2006-09-30 09:02:37 UTC
I recompiled Epiphany with debug info enabled and run it in gdb.

Ended with a:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1240450880 (LWP 23483)]
0xb7388868 in strcmp () from /lib/libc.so.6

This is very reproducable. Happens everytime i try access preferences.

Added backtrace attachment. 
Comment 3 bugbuddy 2006-09-30 09:04:48 UTC
Created attachment 73692 [details]
Backtrace of crash with debug info enabled.
Comment 4 Christian Persch 2006-09-30 10:32:54 UTC


  • #0 strcmp
    from /lib/libc.so.6
  • #1 update_combo_box
    from /usr/lib/libgtk-x11-2.0.so.0
  • #2 dialog_selection_changed_cb
    from /usr/lib/libgtk-x11-2.0.so.0
  • #20 update_current_folder_get_info_cb
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 get_file_info_callback
    from /usr/lib/gtk-2.0/2.10.0/filesystems/libgnome-vfs.so
  • #22 dispatch_job_callback
    from /opt/gnome/lib/libgnomevfs-2.so.0

This crash stems from the gtkfilechooserbutton in the epiphany prefs dialogue, so it's either a problem with the gnome-vfs backend, or in gtk+. Re-assigning.
Comment 5 Karsten Bräckelmann 2006-09-30 22:41:22 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 357364 ***