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 495315 - crash in Open Folder:
crash in Open Folder:
Status: RESOLVED DUPLICATE of bug 440988
Product: nautilus
Classification: Core
Component: general
2.18.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-09 16:01 UTC by Tomasz Janowitz
Modified: 2007-12-21 03:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
automatically generated (7.68 KB, text/plain)
2007-12-03 01:34 UTC, Tomasz Janowitz
Details
nautilus stack trace (70.34 KB, application/x-compressed-tar)
2007-12-03 01:52 UTC, Tomasz Janowitz
Details

Description Tomasz Janowitz 2007-11-09 16:01:55 UTC
Version: 2.18.3

What were you doing when the application crashed?



Distribution: Debian lenny/sid
Gnome Release: 2.18.3 2007-07-03 (Debian)
BugBuddy Version: 2.18.1

System: Linux 2.6.22-2-amd64 #1 SMP Thu Aug 30 23:43:59 UTC 2007 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 379584512 vsize: 379584512 resident: 34549760 share: 17223680 rss: 34549760 rss_rlim: 18446744073709551615
CPU usage: start_time: 1194623817 rtime: 8911 utime: 6021 stime: 2890 cutime:427 cstime: 212 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/nautilus'

(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 0x2b6319b46bc0 (LWP 12503)]
[New Thread 0x41022950 (LWP 15851)]
(no debugging symbols found)
0x00002b63130cdc7f in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 0x2b6319b46bc0 (LWP 12503))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 ??
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 strcmp
    from /lib/libc.so.6
  • #4 ??
  • #5 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #6 ??
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #9 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #11 ??
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #14 gtk_list_store_remove
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 gtk_list_store_clear
    from /usr/lib/libgtk-x11-2.0.so.0
  • #16 ??
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 ??
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #21 nautilus_file_emit_changed
  • #22 nautilus_directory_emit_change_signals
  • #23 nautilus_file_changed
  • #24 ??
  • #25 ??
    from /usr/lib/libgnomevfs-2.so.0
  • #26 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #27 ??
    from /usr/lib/libglib-2.0.so.0
  • #28 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #29 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 main
  • #0 waitpid
    from /lib/libpthread.so.0


----------- .xsession-errors ---------------------
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
(gnome-panel:12502): Wnck-WARNING **: Unhandled action type (nil)
(gnome-panel:12502): Wnck-WARNING **: Unhandled action type (nil)
** Message: drive = 0
** Message: volume = 0
(gnome-panel:12502): Wnck-WARNING **: Unhandled action type (nil)
(gnome-panel:12502): Wnck-WARNING **: Unhandled action type (nil)
--------------------------------------------------
Comment 1 André Klapper 2007-11-13 12:05:23 UTC
Thanks for taking the time to report this bug.
Unfortunately, the stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash.

Could you please help fixing this by installing some debugging packages [1], start the application as normal, and try to reproduce the crash, if possible?

Once bug-buddy pops up, you can find the stacktrace in the 'Details', now containing way more information. Please copy that stacktrace and paste it as a comment here. Thanks in advance!

[1] Please install debug packages for nautilus, glib2, gtk2, pango, gnome-vfs2, libgnome, and libgnomeui.

More details can be found here: http://live.gnome.org/GettingTraces
Comment 2 Tomasz Janowitz 2007-12-03 01:34:26 UTC
Created attachment 100079 [details]
automatically generated

file generated when nautilus crashed from right click -> properties on any file, which is not a directory
Comment 3 Tomasz Janowitz 2007-12-03 01:52:29 UTC
Created attachment 100081 [details]
nautilus stack trace

stack trace of nautilus created from 'strace -o nautilus_dbg_output.log nautilus' while right clicking a file which is not a folder; uncompressed file is of over 6MB in size
Comment 4 André Klapper 2007-12-21 03:26:23 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


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