Hi Marko,
On Tuesday 25 October 2005 14:28, Marko Wolf wrote:
Unfortunatly, l4linux causes a null pointer exceptions (see attached log). I tried various kernel compiler options with always the same error. Any idea for the reason or what I can try else?
Please could you provide more information: The program code near the crashing EIP is important. Please start your script again, and do
objdump -ld \ --start-address=<faulting EIP - 0x80> \ --stop-address=<faulting EIP + 0x80> \ vmlinux > vmlinux.dump
and send the resulting file vmlinux.dump to his list.
Thanks,
Frank