|
From: Jeremy F. <je...@go...> - 2005-01-15 09:16:35
|
On Sat, 2005-01-15 at 19:17 +1100, Eyal Lebedinsky wrote: > --2005-01-15 18:51:19.459 15031-- disInstr: unhandled instruction bytes: 0xF4 0xEB 0xDE 0xC7 > --2005-01-15 18:51:19.459 15031-- at 0x1BEB1E23: abort (in /lib/tls/libc-2.3.2.so) > > vg built off latest cvs, on Debian testing. > > $ gcc --version > gcc (GCC) 3.3.5 (Debian 1:3.3.5-5) > Copyright (C) 2003 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This looks like hlt jmp -34 Hm, and since it's in abort(), perhaps its deliberately doing it to kill itself. Hm, but it does suggest it failed to kill itself with SIGABRT first. What does running with --trace-syscalls=yes or --trace-signals=yes say? J |