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 353629 - open file to view
open file to view
Status: RESOLVED DUPLICATE of bug 351713
Product: nautilus
Classification: Core
Component: general
2.16.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 353840 354541 368084 371595 395675 (view as bug list)
Depends on: 46664
Blocks:
 
 
Reported: 2006-08-31 01:57 UTC by Cristian Aravena Romero
Modified: 2007-01-14 02:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Cristian Aravena Romero 2006-08-31 01:57:14 UTC
What were you doing when the application crashed?
1) Open Nautilus.
2) Double Click to file for read. And excesive use CPU.

Cool BUG BUDDY!!!!!!!!!!


Distribution: Ubuntu 6.06 (dapper)
Gnome Release: 2.15.92 2006-08-29 (GARNOME)
BugBuddy Version: 2.15.92

Memory status: size: 68055040 vsize: 0 resident: 68055040 share: 0 rss: 18771968 rss_rlim: 0
CPU usage: start_time: 1156989274 rtime: 0 utime: 62 stime: 0 cutime:55 cstime: 0 timeout: 7 it_real_value: 0 frequency: 0

Backtrace was generated from '/home/gnome/garnome/bin/nautilus'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1227643200 (LWP 13815)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1227643200 (LWP 13815))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 867
  • #3 <signal handler called>
  • #4 strlen
    from /lib/tls/i686/cmov/libc.so.6
  • #5 IA__g_strdup
    at gstrfuncs.c line 90
  • #6 nautilus_directory_get_file_metadata_list
    at nautilus-directory-metafile.c line 272
  • #7 nautilus_file_get_metadata_list
    at nautilus-file.c line 2465
  • #8 nautilus_file_get_keywords
    at nautilus-file.c line 4991
  • #9 nautilus_file_get_emblem_names
    at nautilus-file.c line 4942
  • #10 nautilus_icon_factory_get_emblem_icons_for_file
    at nautilus-icon-factory.c line 1002
  • #11 update_all
    at nautilus-sidebar-title.c line 512
  • #12 nautilus_information_panel_set_uri
    at nautilus-information-panel.c line 1209
  • #13 nautilus_information_panel_create
    at nautilus-information-panel.c line 1263
  • #14 nautilus_sidebar_provider_create
    at nautilus-sidebar-provider.c line 64
  • #15 nautilus_navigation_window_show_sidebar
    at nautilus-navigation-window.c line 1216
  • #16 nautilus_navigation_window_show
    at nautilus-navigation-window.c line 1482
  • #17 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #18 g_type_class_meta_marshal
    at gclosure.c line 567
  • #19 IA__g_closure_invoke
    at gclosure.c line 490
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2368
  • #21 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #22 IA__g_signal_emit
    at gsignal.c line 2241
  • #23 IA__gtk_widget_show
    at gtkwidget.c line 2212
  • #24 nautilus_window_show_window
    at nautilus-window.c line 678
  • #25 nautilus_window_info_show_window
    at nautilus-window-info.c line 175
  • #26 finish_loading_if_all_metadata_loaded
    at fm-directory-view.c line 8851
  • #27 ready_callback_call
    at nautilus-directory-async.c line 1248
  • #28 nautilus_directory_async_state_changed
    at nautilus-directory-async.c line 1849
  • #29 execute_queued_functions
    at nautilus-idle-queue.c line 66
  • #30 g_idle_dispatch
    at gmain.c line 3924
  • #31 IA__g_main_context_dispatch
    at gmain.c line 2043
  • #32 g_main_context_iterate
    at gmain.c line 2675
  • #33 IA__g_main_loop_run
    at gmain.c line 2879
  • #34 IA__gtk_main
    at gtkmain.c line 1000
  • #35 main
    at nautilus-main.c line 371
  • #0 __kernel_vsyscall

Comment 1 Christian Kirbach 2006-08-31 21:27:59 UTC
unique and good trace, confirming report.
Comment 2 Karsten Bräckelmann 2006-09-01 14:40:48 UTC
*** Bug 353840 has been marked as a duplicate of this bug. ***
Comment 3 Christian Kirbach 2006-09-09 22:54:19 UTC
*** Bug 354541 has been marked as a duplicate of this bug. ***
Comment 4 Holger Bauer 2006-09-10 04:02:21 UTC
I get the same crash with 2.16.
Comment 5 Christian Kirbach 2006-09-10 11:02:44 UTC
can anyone attach a (preferrably small) file causing this? 
Comment 6 Christian Neumair 2006-09-10 15:47:31 UTC
Possibly a CORBA error.
Comment 7 Christian Neumair 2006-09-12 19:21:28 UTC
Adding dependency to CORBA exception handling bug 46664.
Comment 8 Christian Neumair 2006-09-14 18:33:10 UTC
OK, the CORBA bug was resolved. It might be a good idea to apply the patch from bug 46664 to popular distros. 

After all, this is IMHO quite critical although Alex supposed that CORBA errors might not be that common since the server and the client share one process.

I'm marking this bug as NEEDINFO until we get feedback from people with the said patch applied.
Comment 9 Sebastien Bacher 2006-09-19 15:44:39 UTC
Ubuntu bug about that: https://launchpad.net/products/nautilus/+bug/61260
Comment 10 André Klapper 2006-10-31 10:41:00 UTC
*** Bug 368084 has been marked as a duplicate of this bug. ***
Comment 11 Alexander Larsson 2006-11-03 14:34:17 UTC
This is the same as the much-dup:ed 351713. 

*** This bug has been marked as a duplicate of 351713 ***
Comment 12 Behdad Esfahbod 2006-11-06 16:54:43 UTC
*** Bug 371595 has been marked as a duplicate of this bug. ***
Comment 13 André Klapper 2007-01-14 02:46:18 UTC
*** Bug 395675 has been marked as a duplicate of this bug. ***