В Sat, 6 Jun 2009 18:37:31 +0200 Julien Danjou <[email protected]> пишет:
> At 1244300328 time_t, hizel wrote: > > run dpkg-buildpackage аnd start awesome in X:1 > > connected to it with gdb -p `pidof awesome`, continue > > with start from the main menu awesome any program he coredump > > and i'm ran full back trace command > > So you click, and that's the click that make awesome crashing. Not the > application starting. > Anyway that does not indicate what's wrong, but we should find. :) > > Cheers, ok! without clicking. replay operation with origianl package. hi...@night:~$ export DISPLAY=:1 hi...@night:~$ awesome & [1] 3553 hi...@night:~$ gdb -p `pidof awesome` GNU gdb 6.8-debian .... <skiped> .... ran program with Mod4-R without clicking ;-) 0xb7fa8424 in __kernel_vsyscall () (gdb) c Continuing. Warning: Cannot convert string "true " to type Boolean Warning: Cannot convert string "false " to type Boolean Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7767700 (LWP 3553)] 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x09cb6a70 in ?? () #2 0xb7be50c0 in ?? () from /usr/lib/liblua5.1.so.0 #3 0xb7be50c0 in ?? () from /usr/lib/liblua5.1.so.0 #4 0x09ce1cc0 in ?? () #5 0x00000004 in ?? () #6 0x00000000 in ?? () (gdb) q The program is running. Quit anyway (and detach it)? (y or n) y Detaching from program: /usr/bin/awesome, process 3553 hmm... oops, backtrace differs from the previous -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

