|
From: Jeremy F. <je...@go...> - 2003-11-12 00:49:52
|
On Tue, 2003-11-11 at 15:17, Dennis Lubert wrote: > Here is what valgrind says (Valgrind from HEAD, 10 mins ago) > > ==27046== > disInstr: unhandled instruction bytes: 0xF 0x5 0xA 0x0 > at 0x4145836C: ??? It seems to me you've jumped through a bad function pointer: the pointer value itself looks like text: 'l' 0x83 'E' 'A'. > Then some other strange memory errors and a Segmentation Fault. > > Ok, I have done a bit disassembly and found this : > 0F 05 syscall > 0A 00 or al,[eax] > > but I thought syscall is for amd-64 only, not for Pentium4 / x86. I think it's junk. J |