[linedit-devel] maybe a possible bug?
james morris
james at jwm-art.net
Wed Jun 3 12:01:20 UTC 2009
On 3/6/2009, "Nikodemus Siivola" <nikodemus at random-state.net> wrote:
>2009/6/3 james morris <james at jwm-art.net>:
>
>> 0x00007ff84626fc93 in select () from /lib/libc.so.6
>> (gdb) step
>> Cannot find bounds of current function
>> (gdb) finish
>
>Instead of "step", can you try "backtrace" and "call
>backtrace_from_fp($rbp,100)"?
sorry, i meant to say i'd tried that, but without debug symbols it's
uninformative:
0xb7fe3424 in __kernel_vsyscall ()
(gdb) ba
#0 0xb7fe3424 in __kernel_vsyscall ()
#1 0xb7f0da7d in select () from /lib/i686/cmov/libc.so.6
#2 0x09d4c38f in ?? ()
#3 0x00000001 in ?? ()
#4 0xb7bb1f7c in ?? ()
#5 0xb7bb1efc in ?? ()
#6 0x00000000 in ?? ()
(gdb) call backtrace_from_fp($rbp,100)
[Switching to Thread 0xb7e346b0 (LWP 2520)]
$1 = 0
(gdb) ba
#0 0xb7fe3424 in __kernel_vsyscall ()
#1 0xb7f0da7d in select () from /lib/i686/cmov/libc.so.6
#2 0x09d4c38f in ?? ()
#3 0x00000001 in ?? ()
#4 0xb7bb1f7c in ?? ()
#5 0xb7bb1efc in ?? ()
#6 0x00000000 in ?? ()
james.
More information about the linedit-devel
mailing list