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 495269 - crash in Home Folder: Looking to file properti...
crash in Home Folder: Looking to file properti...
Status: RESOLVED DUPLICATE of bug 440988
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-09 12:42 UTC by christophe vr
Modified: 2007-11-09 20:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description christophe vr 2007-11-09 12:42:00 UTC
What were you doing when the application crashed?
Looking to file properties nautilus on jpg file (photo)


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: 444534784 vsize: 444534784 resident: 31485952 share: 17076224 rss: 31485952 rss_rlim: 18446744073709551615
CPU usage: start_time: 1194611946 rtime: 259 utime: 239 stime: 20 cutime:2 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0x2b5b4b519ef0 (LWP 3639)]
0x00002b5b447c1c7f in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 0x2b5b4b519ef0 (LWP 3639))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 ??
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 raise
    from /lib/libc.so.6
  • #4 abort
    from /lib/libc.so.6
  • #5 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #6 g_log
    from /usr/lib/libglib-2.0.so.0
  • #7 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #8 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 node_find_closest
    at gsequence.c line 1136
  • #10 node_insert_sorted
    at gsequence.c line 1301
  • #11 g_sequence_sort_changed_iter
    at gsequence.c line 566
  • #12 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_list_store_set_valist
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_list_store_set
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 ??
    from /usr/lib/libeel-2-2.18.so
  • #16 eel_mime_application_chooser_new
    from /usr/lib/libeel-2-2.18.so
  • #17 is_directory_ready_callback
    at fm-properties-window.c line 4436
  • #18 call_ready_callbacks_at_idle
    at nautilus-directory-async.c line 1883
  • #19 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #20 ??
    from /usr/lib/libglib-2.0.so.0
  • #21 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #22 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 main
    at nautilus-main.c line 548
  • #0 waitpid
    from /lib/libpthread.so.0


----------- .xsession-errors ---------------------
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
Gtk-ERROR **: file /build/buildd/gtk+2.0-2.12.1/gtk/gtkliststore.c: line 1677 (gtk_list_store_compare_func): assertion failed: (VALID_ITER (&iter_b, list_store))
aborting...
--------------------------------------------------
Comment 1 Christoph Wolk 2007-11-09 14:41:35 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 results from  version incompatibilities. Updating some packages will likely fix it, see that bug for more information.

*** This bug has been marked as a duplicate of 440988 ***
Comment 2 christophe vr 2007-11-09 20:31:10 UTC
Hello, In the mean time I found what was te problem.

Debian testing (lenny) updated the gtk version to 2.12 . I just updated nautilus to 2.20.0.1,nautilus-data as well to 2.20.0.1. and installed the depencies libeel2-2.20 and libexempi2 from unstable sid.

All ok now

thank's anyway