According to the following log I dumped the program code around EIP 0x00544bfc.
Best regards Marko
[..] l4lx | ======> L4Linux 2.6 starting... <======== l4lx | Binary name: vmlinuz26.ux l4lx | Kernel command line (8 args): mem=64M noreplacement root=1:0 load_ram l4lx : disk=1 ramdisk_size=56000 l4env_rd=ramdisk.gz panicblink=0 lang=de l4lx | Image: 00400000 - 005c11b0 [1796 KiB]. l4lx | Areas: Text: 00400000 - 00511000 [1092kB] (a bit longer) l4lx | Data: 00511000 - 0053a2c8 [164kB] l4lx | Initdata: 0053e000 - 00557000 [100kB] l4lx | BSS: 00557008 - 005c11b0 [424kB] l4lx | l4lx_thread_create: Created thread 0f.03 (server) l4lx | main thread will be 0f.03 l4lx | l4env_register_pointer_section: addr = 0053c000 size = 544768 l4lx | with-init: virt: 0x0053c000 to 0x005c0fff [532 KiB] l4lx | with-init: Number of physical regions: 1, 544768 Bytes l4lx | with-init: 1: Phys: 0x01756000 to 0x017db000, Size: 544768 l4lx | l4env_linux_startup thread 3. l4lx | main thread: received startup message. l4lx | L4RM: [PF] read at 0x00000000, eip 00544bfc, src F.03 l4lx | [F.0] l4rm/lib/src/pagefault.c:78:__unknown_pf(): l4lx | unhandled page fault
--PANIC, 'g' for exit-------------------------------ESP:00008a80 EIP:00021a33 (f.00) jdb:
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