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 400045 - crash in Open Folder: open a samba share. i've...
crash in Open Folder: open a samba share. i've...
Status: RESOLVED DUPLICATE of bug 389375
Product: nautilus
Classification: Core
Component: general
2.16.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 400141 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-24 01:30 UTC by Filippo De Luca
Modified: 2007-01-26 10:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Filippo De Luca 2007-01-24 01:30:09 UTC
Version: 2.16.3

What were you doing when the application crashed?
open a samba share. i've update dbus from 0.92 to 1.02


Distribution: Gentoo Base System version 1.12.6
Gnome Release: 2.16.2 2007-01-23 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 275685376 vsize: 275685376 resident: 31809536 share: 22200320 rss: 31809536 rss_rlim: -1
CPU usage: start_time: 1169602082 rtime: 115 utime: 102 stime: 13 cutime:0 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/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47465833487008 (LWP 9007)]
[New Thread 1082132816 (LWP 9060)]
0x00002b2b7fcb4a96 in poll () from /lib/libc.so.6

Thread 2 (Thread 1082132816 (LWP 9060))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    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 dbus_malloc
    from /usr/lib/libdbus-1.so.3
  • #6 dbus_watch_handle
    from /usr/lib/libdbus-1.so.3
  • #7 dbus_pending_call_steal_reply
    from /usr/lib/libdbus-1.so.3
  • #8 gnome_vfs_daemon_message_iter_append_file_info
    from /usr/lib/libgnomevfs-2.so.0
  • #9 gnome_vfs_daemon_message_iter_get_file_info
    from /usr/lib/libgnomevfs-2.so.0
  • #10 gnome_vfs_directory_close
    from /usr/lib/libgnomevfs-2.so.0
  • #11 gnome_vfs_job_get_count
    from /usr/lib/libgnomevfs-2.so.0
  • #12 gnome_vfs_async_set_job_limit
    from /usr/lib/libgnomevfs-2.so.0
  • #13 g_thread_pool_free
    from /usr/lib/libglib-2.0.so.0
  • #14 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #15 start_thread
    from /lib/libpthread.so.0
  • #16 clone
    from /lib/libc.so.6
  • #17 ??

Comment 1 Susana 2007-01-24 13:16:42 UTC
*** Bug 400141 has been marked as a duplicate of this bug. ***
Comment 2 palfrey 2007-01-24 18:52:48 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. Thanks in advance!
Comment 3 Filippo De Luca 2007-01-25 13:37:51 UTC
this is backtrace with debug information. I hope this is ok.

Distribution: Gentoo Base System version 1.12.6
Gnome Release: 2.16.2 2007-01-23 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 289988608 vsize: 289988608 resident: 35803136 share: 22683648 rss: 35803136 rss_rlim: -1
CPU usage: start_time: 1169731775 rtime: 91 utime: 84 stime: 7 cutime:0 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 47593072335520 (LWP 25217)]
[New Thread 1082132816 (LWP 25228)]
0x00002b491fd20a96 in poll () from /lib/libc.so.6

Thread 2 (Thread 1082132816 (LWP 25228))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    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 dbus_malloc
    from /usr/lib/libdbus-1.so.3
  • #6 dbus_watch_handle
    from /usr/lib/libdbus-1.so.3
  • #7 dbus_pending_call_steal_reply
    from /usr/lib/libdbus-1.so.3
  • #8 execute_operation
    at gnome-vfs-daemon-method.c line 639
  • #9 do_open_directory
    at gnome-vfs-daemon-method.c line 1142
  • #10 open_from_uri
    at gnome-vfs-directory.c line 95
  • #11 _gnome_vfs_job_execute
    at gnome-vfs-job.c line 1443
  • #12 thread_entry_point
    at gnome-vfs-job-queue.c line 65
  • #13 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #14 g_thread_create_proxy
    at gthread.c line 553
  • #15 start_thread
    from /lib/libpthread.so.0
  • #16 clone
    from /lib/libc.so.6
  • #17 ??

Comment 4 palfrey 2007-01-25 13:49:41 UTC
Possibly a duplicate of Bug 396367 or Bug 389375.

Thanks for the additional information. Could you also install the debugging package for libdbus, as we still appear to be missing some information. Thanks!
Comment 5 Filippo De Luca 2007-01-26 02:03:56 UTC
i've installed dbus with debug USE also:

Distribution: Gentoo Base System version 1.12.6
Gnome Release: 2.16.2 2007-01-23 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 285851648 vsize: 285851648 resident: 32354304 share: 22908928 rss: 32354304 rss_rlim: -1
CPU usage: start_time: 1169774893 rtime: 98 utime: 86 stime: 12 cutime:0 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 46995289725600 (LWP 8998)]
[New Thread 1090525520 (LWP 9135)]
0x00002abdf1334a96 in poll () from /lib/libc.so.6

Thread 2 (Thread 1090525520 (LWP 9135))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    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 _dbus_abort
    at dbus-sysdeps.c line 84
  • #6 _dbus_warn_check_failed
  • #7 dbus_pending_call_steal_reply
    at dbus-pending-call.c line 674
  • #8 execute_operation
    at gnome-vfs-daemon-method.c line 639
  • #9 do_open_directory
    at gnome-vfs-daemon-method.c line 1142
  • #10 open_from_uri
    at gnome-vfs-directory.c line 95
  • #11 _gnome_vfs_job_execute
    at gnome-vfs-job.c line 1443
  • #12 thread_entry_point
    at gnome-vfs-job-queue.c line 65
  • #13 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #14 g_thread_create_proxy
    at gthread.c line 553
  • #15 start_thread
    from /lib/libpthread.so.0
  • #16 clone
    from /lib/libc.so.6
  • #17 ??

Comment 6 palfrey 2007-01-26 10:46:54 UTC
Thanks for the improved trace. 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 389375 ***