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 128974 - nautilus crash changing theme
nautilus crash changing theme
Status: RESOLVED DUPLICATE of bug 128951
Product: gtk+
Classification: Platform
Component: .General
2.3.x
Other Linux
: High critical
: ---
Assigned To: gtk-bugs
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-10 14:02 UTC by david.hawthorne
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description david.hawthorne 2003-12-10 14:02:50 UTC
using nautilus from CVS HEAD 08 Dec 2003

-launched gnopernicus
-launched theme preferences
-highlighted new theme

-nautilus crashed.

The following is a backtrace of this crash:

  • #0 wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 waitpid
    from /lib/i686/libpthread.so.0
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 738
  • #4 pthread_sighandler
    from /lib/i686/libpthread.so.0
  • #5 <signal handler called>
  • #6 gdk_event_translate
    at gdkevents-x11.c line 822
  • #7 _gdk_events_queue
    at gdkevents-x11.c line 2028
  • #8 gdk_event_dispatch
    at gdkevents-x11.c line 2088
  • #9 g_main_dispatch
    at gmain.c line 1752
  • #10 g_main_context_dispatch
    at gmain.c line 2300
  • #11 g_main_context_iterate
    at gmain.c line 2381
  • #12 g_main_loop_run
    at gmain.c line 2601
  • #13 gtk_main
    at gtkmain.c line 1158
  • #14 main
    at nautilus-main.c line 327
  • #15 __libc_start_main
    from /lib/i686/libc.so.6

Comment 1 Elijah Newren 2003-12-10 16:22:03 UTC
Looks like the same stack trace (even with the same line numbers) as
the one in bug 128951.  This also looks a lot like 105745; what
version of gtk are you running?
Comment 2 Elijah Newren 2003-12-11 19:25:04 UTC
Nevermind.  I just got this crash with gtk head.  Do the gtk+
maintainers have any additional information that want/need about this
bug?  I don't know if I can duplicate again, but I still have
bug-buddy up with the nautilus trace.
Comment 3 Owen Taylor 2003-12-11 19:54:58 UTC
We're thinking that the bugs showing up with HEAD are bug 117579
which will produce similar backtraces.
Comment 4 Andrew Sobala 2003-12-11 20:15:13 UTC
128951 is the same and has a more complete trace.

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