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 101301 - Nautilus Segmentation Fault
Nautilus Segmentation Fault
Status: RESOLVED DUPLICATE of bug 92480
Product: nautilus
Classification: Core
Component: File and Folder Operations
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-12-15 20:31 UTC by Marco
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Marco 2002-12-15 20:31:36 UTC
Description of Problem:

nautilus 2.0.8-1 sends a Segmentation Fault
and when nautilus2 -c appears -->

nautilus -c
running nautilus_self_check_search_uri
running nautilus_self_check_file_utilities
running nautilus_self_check_file_operations
running nautilus_self_check_directory
FAMOpen failed, FAMErrno=0
running nautilus_self_check_file

FAIL: check failed in nautilus-file.c, line 
5323
      evaluated: nautilus_file_get_name 
(file_1)
       expected: :
            got: NULL
running nautilus_self_check_icon_container
running nautilus_self_check_icon_factory


steps to reproduce the problem:
1.  
2. 
3. 

Actual Results:


Expected Results:


How often does this happen? 
Every time

Additional Information:
Stack Trace -->
 pango_layout_get_cursor_pos ()
   from /usr/lib/libpango-1.0.so.0

Thread 3 (Thread 16386 (LWP 1243))

  • #0 sigsuspend
  • #1 __pthread_wait_for_restart_signal
    from /lib/libpthread.so.0
  • #2 pthread_cond_wait
  • #3 gnome_vfs_thread_pool_init
    from /usr/lib/libgnomevfs-2.so.0
  • #4 gnome_vfs_thread_pool_init
    from /usr/lib/libgnomevfs-2.so.0
  • #5 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #6 pthread_start_thread

Thread 1 (Thread 16384 (LWP 1234))

  • #0 wait4
    from /lib/libc.so.6
  • #1 sys_sigabbrev
  • #2 waitpid
  • #3 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #4 __pthread_sighandler
  • #5 sigaction
  • #6 MiniXftPatternGet
    from /usr/lib/libpangoft2-1.0.so.0
  • #7 MiniXftPatternGetString
    from /usr/lib/libpangoft2-1.0.so.0
  • #8 pango_ft2_font_set_glyph_cache_destroy
    from /usr/lib/libpangoft2-1.0.so.0
  • #9 g_hash_table_lookup
  • #10 _pango_ft2_font_map_remove
    from /usr/lib/libpangoft2-1.0.so.0
  • #11 _pango_ft2_font_map_remove
    from /usr/lib/libpangoft2-1.0.so.0
  • #12 pango_font_map_load_fontset
    from /usr/lib/libpango-1.0.so.0
  • #13 pango_itemize
  • #14 pango_itemize
  • #15 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #16 pango_layout_get_cursor_pos
    from /usr/lib/libpango-1.0.so.0
  • #17 pango_layout_get_extents
    from /usr/lib/libpango-1.0.so.0
  • #18 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #19 nautilus_sidebar_tabs_hit_test
  • #20 nautilus_sidebar_tabs_hit_test
  • #21 nautilus_sidebar_tabs_hit_test
  • #22 nautilus_sidebar_tabs_hit_test
  • #23 nautilus_sidebar_tabs_add_view
  • #24 nautilus_sidebar_add_panel
  • #25 nautilus_window_add_sidebar_panel
  • #26 nautilus_window_set_sidebar_panels
  • #27 nautilus_window_set_content_view_widget
  • #28 nautilus_window_zoom_to_fit
  • #29 nautilus_window_zoom_to_fit
  • #30 nautilus_window_zoom_to_fit
  • #31 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #32 g_object_newv
  • #33 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #34 gtk_widget_new
  • #35 nautilus_application_create_window
  • #36 nautilus_shell_new
  • #37 nautilus_shell_new
  • #38 Nautilus_Shell_open_default_window
  • #39 nautilus_application_startup
  • #40 main
  • #41 __libc_start_main
  • #0 wait4
    from /lib/libc.so.6
  • #17 pango_layout_get_extents
    from /usr/lib/libpango-1.0.so.0
  • #18 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #19 nautilus_sidebar_tabs_hit_test
  • #20 nautilus_sidebar_tabs_hit_test
  • #21 nautilus_sidebar_tabs_hit_test
  • #22 nautilus_sidebar_tabs_hit_test
  • #23 nautilus_sidebar_tabs_add_view
  • #24 nautilus_sidebar_add_panel
  • #25 nautilus_window_add_sidebar_panel
  • #26 nautilus_window_set_sidebar_panels
  • #27 nautilus_window_set_content_view_widget
  • #28 nautilus_window_zoom_to_fit
  • #29 nautilus_window_zoom_to_fit
  • #30 nautilus_window_zoom_to_fit
  • #31 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0

Comment 1 David Kennedy 2002-12-15 21:31:36 UTC
The first part of the bug is a duplicate of bug 92480 - the second
part is an incomplete stack trace (though it's likely bug 101236).
Please try to capture the trace again and submit it using bug-buddy.
Thanks.

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