Ok, now it has worked:
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/nautilus
[Thread debugging using libthread_db enabled]
[New Thread 0x7fad23f5d7a0 (LWP 29814)]
[New Thread 0x41e8e950 (LWP 29817)]
Initializing nautilus-share extension
seahorse nautilus module initialized
** (nautilus:29814): WARNING **: Unable to add monitor: No soportado
[New Thread 0x4268f950 (LWP 29820)]
[New Thread 0x42e90950 (LWP 29821)]
[Thread 0x42e90950 (LWP 29821) exited]
[Thread 0x41e8e950 (LWP 29817) exited]
[New Thread 0x41e8e950 (LWP 29823)]
[Thread 0x41e8e950 (LWP 29823) exited]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x4268f950 (LWP 29820)]
0x00007fad20571937 in g_file_query_info () from /usr/lib/libgio-2.0.so.0
(gdb) backtrace full
#0 0x00007fad20571937 in g_file_query_info () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#1 0x00000000004aea19 in custom_basename_to_string (format=<value optimized
out>, va=<value optimized out>) at nautilus-file-operations.c:713
file = (GFile *) 0x7fad23e32cd8
info = <value optimized out>
name = <value optimized out>
basename = <value optimized out>
#2 0x00007fad2394cfa0 in eel_strdup_vprintf_with_custom () from
/usr/lib/libeel-2.so.2
No symbol table info available.
#3 0x00000000004ae717 in f (format=0x4f94c0 "standard::display-name") at
nautilus-file-operations.c:814
va = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x4268ee70,
reg_save_area = 0x4268edb0}}
res = 0x642725206f646e61 <Address 0x642725206f646e61 out of bounds>
#4 0x00000000004b1137 in report_copy_progress (copy_job=0x107d290,
source_info=0x4268ef70, transfer_info=0x4268ef40) at
nautilus-file-operations.c:2674
files_left = 2
total_size = <value optimized out>
elapsed = <value optimized out>
transfer_rate = <value optimized out>
now = <value optimized out>
is_move = 17688096
#5 0x00000000004b3d2e in copy_job (io_job=0x10a45b0, cancellable=<value
optimized out>, user_data=<value optimized out>) at
nautilus-file-operations.c:3734
job = (CopyMoveJob *) 0x107d290
common = <value optimized out>
source_info = {num_files = 2, num_bytes = 8192,
num_files_since_progress = 2, op = OP_KIND_COPY}
transfer_info = {num_files = 0, num_bytes = 0, op = OP_KIND_COPY,
last_report_time = 123350527151258, last_reported_files_left = 2}
dest_fs_id = 0x10909c0 "l2050"
dest = (GFile *) 0x8198e0
#6 0x00007fad2058042e in ?? () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#7 0x00007fad1fea6bf7 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#8 0x00007fad1fea5054 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#9 0x00007fad1eda83f7 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#10 0x00007fad1eb17b2d in clone () from /lib/libc.so.6
No symbol table info available.
#11 0x0000000000000000 in ?? ()
No symbol table info available.
(gdb) info registers
rax 0x642725206f646e61 7216777749122543201
rbx 0x7f3de0 8338912
rcx 0xce2200 13509120
rdx 0x0 0
rsi 0x4f94c0 5215424
rdi 0x7fad23e32cd8 140381608160472
rbp 0x7fad23e32cd8 0x7fad23e32cd8
rsp 0x4268ec70 0x4268ec70
r8 0x0 0
r9 0x50 80
r10 0x1 1
r11 0x7fad1eab7b00 140381520624384
r12 0x0 0
r13 0xce2200 13509120
r14 0x0 0
r15 0x4f94c0 5215424
rip 0x7fad20571937 0x7fad20571937 <g_file_query_info+71>
eflags 0x10202 [ IF RF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x63 99
gs 0x0 0
fctrl 0x37f 895
fstat 0x0 0
ftag 0xffff 65535
fiseg 0x0 0
fioff 0x0 0
foseg 0x0 0
fooff 0x0 0
fop 0x0 0
mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
(gdb) thread apply all backtrace
Thread 3 (Thread 0x4268f950 (LWP 29820)):
#0 0x00007fad20571937 in g_file_query_info () from /usr/lib/libgio-2.0.so.0
#1 0x00000000004aea19 in custom_basename_to_string (format=<value optimized
out>, va=<value optimized out>) at nautilus-file-operations.c:713
#2 0x00007fad2394cfa0 in eel_strdup_vprintf_with_custom () from
/usr/lib/libeel-2.so.2
#3 0x00000000004ae717 in f (format=0x4f94c0 "standard::display-name") at
nautilus-file-operations.c:814
#4 0x00000000004b1137 in report_copy_progress (copy_job=0x107d290,
source_info=0x4268ef70, transfer_info=0x4268ef40) at
nautilus-file-operations.c:2674
#5 0x00000000004b3d2e in copy_job (io_job=0x10a45b0, cancellable=<value
optimized out>, user_data=<value optimized out>) at
nautilus-file-operations.c:3734
#6 0x00007fad2058042e in ?? () from /usr/lib/libgio-2.0.so.0
#7 0x00007fad1fea6bf7 in ?? () from /usr/lib/libglib-2.0.so.0
#8 0x00007fad1fea5054 in ?? () from /usr/lib/libglib-2.0.so.0
#9 0x00007fad1eda83f7 in start_thread () from /lib/libpthread.so.0
#10 0x00007fad1eb17b2d in clone () from /lib/libc.so.6
#11 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7fad23f5d7a0 (LWP 29814)):
#0 0x00007fad1eb0ec76 in poll () from /lib/libc.so.6
#1 0x00007fad1fe82366 in ?? () from /usr/lib/libglib-2.0.so.0
#2 0x00007fad1fe827d7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#3 0x00007fad218c8f03 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#4 0x000000000043fedb in main (argc=<value optimized out>,
argv=0x7fff2bf97478) at nautilus-main.c:569
#0 0x00007fad20571937 in g_file_query_info () from /usr/lib/libgio-2.0.so.0
(gdb) quit
The program is running. Exit anyway? (y or n) Not confirmed.
(gdb) quit
The program is running. Exit anyway? (y or n)
** Attachment added: "gdb-nautilus.txt"
http://launchpadlibrarian.net/15075474/gdb-nautilus.txt
--
Nautilus crashes when trying to copy a non empty folder
https://bugs.launchpad.net/bugs/237762
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs