gdb -arg nautilus GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/bin/nautilus [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 7901)] [New Thread 32769 (LWP 7904)] [New Thread 16386 (LWP 7905)] [New Thread 32771 (LWP 7908)] [New Thread 49156 (LWP 7909)] [New Thread 65541 (LWP 7910)] [New Thread 81926 (LWP 7911)] [New Thread 98311 (LWP 7912)] (nil) : Freed() xmlMallocBreakpoint reached on block 0 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 7901)] xmlMemFree__internal_alias (ptr=0x0) at xmlmemory.c:429 429 xmlmemory.c: Aucun fichier ou répertoire de ce type. in xmlmemory.c (gdb) bt #0 xmlMemFree__internal_alias (ptr=0x0) at xmlmemory.c:429 #1 0xb7e7001d in get_metadata_from_node (node=0x27, key=0x27
, default_metadata=0x27
) at nautilus-metafile.c:703 #2 0xb7e70251 in get_metadata_string_from_metafile (metafile=0x27, file_name=0x27
, key=0x27
, default_metadata=0x27
) at nautilus-metafile.c:770 #3 0xb7e70f81 in get_file_metadata (metafile=0x81b98a8, file_name=0xb7e9a61f ".", key=0x80c73dd "default_component", default_metadata=0xb7e908a5 "") at nautilus-metafile.c:1176 #4 0xb7e6f92f in corba_get (servant=0x81b98bc, file_name=0x27
, key=0x27
, default_value=0x27
, ev=0xbf919170) at nautilus-metafile.c:367 #5 0xb7e2507d in _ORBIT_skel_small_Nautilus_Metafile_get (_o_servant=0x27, _o_retval=0x27, _o_args=0x27, _o_ctx=0x0, _o_ev=0x27, _impl_get=0xb7e6f8e1 ) at nautilus-metafile-server-common.c:28 #6 0xb71146b3 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0 #7 0xb7e23fde in Nautilus_Metafile_get (_obj=0x27, file_name=0xb7e9a61f ".", key=0x80c73dd "default_component", default_value=0xb7e908a5 "", ev=0x27) at nautilus-metafile-server-stubs.c:34 #8 0xb7e36c3b in nautilus_directory_get_file_metadata (directory=0x816f930, file_name=0xb7e9a61f ".", key=0x80c73dd "default_component", default_metadata=0x0) at nautilus-directory-metafile.c:204 #9 0xb7e4baae in nautilus_file_get_metadata (file=0x8174da0, key=0x80c73dd "default_component", default_metadata=0x0) at nautilus-file.c:2510 #10 0x0808975c in got_file_info_for_view_selection_callback (file=0x8174da0, callback_data=0x818d960) at nautilus-window-manage-views.c:855 #11 0xb7e2bf27 in desktop_callback_check_done (desktop_callback=0x81b90d8) at nautilus-desktop-directory-file.c:221 #12 0xb7e2bf70 in desktop_callback_remove_file (desktop_callback=0x81b90d8, file=0x27) at nautilus-desktop-directory-file.c:234 #13 0xb7e2c084 in ready_callback (file=0x8174da0, callback_data=0x81b90d8) at nautilus-desktop-directory-file.c:249 #14 0xb7e30dce in ready_callback_call (directory=0x816f930, callback=0x81b90f8) at nautilus-directory-async.c:1262 #15 0xb7e31e29 in call_ready_callbacks (directory=0x816f930) at nautilus-directory-async.c:1895 #16 0xb7e348b8 in nautilus_directory_async_state_changed (directory=0x816f930) at nautilus-directory-async.c:3395 #17 0xb7e6c108 in execute_queued_functions (callback_data=0x816fb28) at nautilus-idle-queue.c:66 #18 0xb6fe46a1 in g_child_watch_add () from /usr/lib/libglib-2.0.so.0 #19 0xb6fdf994 in g_source_remove_poll () from /usr/lib/libglib-2.0.so.0 #20 0xb6fe22b0 in g_main_context_acquire () from /usr/lib/libglib-2.0.so.0 #21 0xb6fe263a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #22 0xb782d873 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #23 0x08078a42 in main (argc=39, argv=0xbf919674) at nautilus-main.c:432 (gdb) quit The program is running. Exit anyway? (y or n) y