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 451260 - crash in Open Folder: selected the parent dire...
crash in Open Folder: selected the parent dire...
Status: RESOLVED DUPLICATE of bug 417962
Product: nautilus
Classification: Core
Component: general
2.18.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-26 14:28 UTC by mcl
Modified: 2007-06-26 17:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description mcl 2007-06-26 14:28:36 UTC
Version: 2.18.1

What were you doing when the application crashed?
selected the parent directory of the current directory from the history bar (below the button bar).


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.2 2007-05-28 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Permissive
Accessibility: Disabled
GTK+ Theme: Mist
Icon Theme: Mist

Memory status: size: 555458560 vsize: 555458560 resident: 46243840 share: 33976320 rss: 46243840 rss_rlim: 18446744073709551615
CPU usage: start_time: 1182770175 rtime: 3890 utime: 2708 stime: 1182 cutime:5 cstime: 27 timeout: 0 it_real_value: 0 frequency: 100

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

(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912496365264 (LWP 3216)]
(no debugging symbols found)
0x000000334c60d89f in waitpid () from /lib64/libpthread.so.0

Thread 1 (Thread 46912496365264 (LWP 3216))

  • #0 waitpid
    from /lib64/libpthread.so.0
  • #1 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 raise
    from /lib64/libc.so.6
  • #4 abort
    from /lib64/libc.so.6
  • #5 g_logv
    from /lib64/libglib-2.0.so.0
  • #6 g_log
    from /lib64/libglib-2.0.so.0
  • #7 g_assert_warning
    from /lib64/libglib-2.0.so.0
  • #8 ??
  • #9 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #10 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #11 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #12 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #13 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #14 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #15 gtk_tree_row_reference_free
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #16 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #17 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #18 g_cclosure_marshal_VOID__ENUM
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #19 gtk_tree_view_set_cursor_on_cell
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #20 ??
  • #21 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #22 g_cclosure_marshal_VOID__ENUM
    from /lib64/libglib-2.0.so.0
  • #23 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #24 gtk_main
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #25 main
  • #0 waitpid
    from /lib64/libpthread.so.0


----------- .xsession-errors ---------------------
(bug-buddy:10985): GLib-GObject-WARNING **: invalid uninstantiatable type `motion-notify-event' in cast to `GObject'
(bug-buddy:10985): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
(bug-buddy:10985): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table->ref_count > 0' failed
(bug-buddy:10985): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x4200023 (Muine Musi)
Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
** ERROR **: file fm-tree-model.c: line 1531 (fm_tree_model_unref_node): assertion failed: (node->ref_count > 0)
aborting...
Error while mapping shared library sections:
/usr/lib64/nautilus/extensions-1.0/libtotem-properties-page.so: No such file or directory.
--------------------------------------------------
Comment 1 palfrey 2007-06-26 17:27:21 UTC
Thanks for taking the time to report this bug.
Unfortunately, that 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.
Can you get us a stack trace with debugging symbols? Please see
http://live.gnome.org/GettingTraces for more information on how to do so and
reopen this bug or report a new one. Thanks in advance!
Comment 2 Christian Kirbach 2007-06-26 17:30:35 UTC
Tom this is actually a dup
Comment 3 Christian Kirbach 2007-06-26 17:30:51 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 417962 ***