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 506575 - crash in Open Folder: Right click -> Propertie...
crash in Open Folder: Right click -> Propertie...
Status: RESOLVED DUPLICATE of bug 440988
Product: nautilus
Classification: Core
Component: general
2.20.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-31 14:04 UTC by mihai.stoicoi
Modified: 2008-01-07 12:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Backtrace using -dbg packages (9.46 KB, text/plain)
2008-01-07 07:56 UTC, Louis OPTER
Details

Description mihai.stoicoi 2007-12-31 14:04:50 UTC
Version: 2.20.0

What were you doing when the application crashed?
Right click -> Properties on a real media file.


Distribution: Debian lenny/sid
Gnome Release: 2.20.2 2007-11-29 (Debian)
BugBuddy Version: 2.20.1

System: Linux 2.6.23-1-686 #1 SMP Fri Dec 21 13:57:07 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400000
Selinux: No
Accessibility: Enabled
GTK+ Theme: Clearlooks Compact
Icon Theme: Mist

Memory status: size: 104161280 vsize: 104161280 resident: 36327424 share: 19083264 rss: 36327424 rss_rlim: 4294967295
CPU usage: start_time: 1199109381 rtime: 649 utime: 578 stime: 71 cutime:7 cstime: 0 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/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb6beb6c0 (LWP 3918)]
[New Thread 0xb3292b90 (LWP 4610)]
[New Thread 0xb5296b90 (LWP 4609)]
[New Thread 0xb3a93b90 (LWP 4608)]
[New Thread 0xb4294b90 (LWP 4607)]
[New Thread 0xb4a95b90 (LWP 4606)]
[New Thread 0xb5a97b90 (LWP 4587)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 5 (Thread 0xb4294b90 (LWP 4607))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/i686/cmov/libpthread.so.0
  • #2 g_spawn_sync
    from /usr/lib/libglib-2.0.so.0
  • #3 g_spawn_command_line_sync
    from /usr/lib/libglib-2.0.so.0
  • #4 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #5 <signal handler called>
  • #6 ??
  • #7 ??
    from /usr/lib/gstreamer-0.10/libgstreal.so
  • #8 ??
    from /usr/lib/gstreamer-0.10/libgstreal.so
  • #9 ??
    from /usr/lib/gstreamer-0.10/libgstreal.so
  • #10 ??
  • #11 pthread_getspecific
    from /lib/i686/cmov/libpthread.so.0
  • #12 gst_pad_set_caps
    from /usr/lib/libgstreamer-0.10.so.0
  • #13 ??
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 ??
  • #15 ??
  • #16 pthread_mutex_lock
    from /lib/i686/cmov/libpthread.so.0
  • #17 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #18 ??
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #19 ??
  • #20 ??
  • #21 ??


----------- .xsession-errors ---------------------
No decoder to handle media type 'application/x-rtp'
** Message: Missing plugin: gstreamer|0.10|totem|MP3-DRAFT-00 audio RTP depayloader|decoder-application/x-rtp, media=(string)audio, payload=(int)101, encoding-name=(string)X-MP3-DRAFT-00 (MP3-DRAFT-00
** Message: Automatic missing codec installation not supported (helper script missing)
(totem:4551): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
(totem:4551): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(totem:4551): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
(totem:4551): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
(totem:4551): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Xlib: unexpected async reply (sequence 0x798e)!
--------------------------------------------------
Comment 1 Louis OPTER 2008-01-01 20:39:25 UTC
I have this bug too under my two Debian Lenny boxes.

But it appears on any file type and folders.
Comment 2 André Klapper 2008-01-05 18:46:16 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 3 Louis OPTER 2008-01-07 07:56:03 UTC
Created attachment 102302 [details]
Backtrace using -dbg packages
Comment 4 Louis OPTER 2008-01-07 07:59:21 UTC
I was not able to reproduce the bug when clicking properties on a multi-file selection, and on pdf files.
Comment 5 André Klapper 2008-01-07 12:00:13 UTC
Thanks for the better trace. Please install Debian updates, this has been fixed some time ago.
Comment 6 André Klapper 2008-01-07 12:00:29 UTC

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