Jan Schiefer wrote:
I searched the mailing list and found how to build
nostrip executables.
Here's the output:
mrsuicide@mrsuicide:~/reactos/output-i386/ntoskrnl$ addr2line -e
ntoskrnl.nostrip.exe 0x800b4007
/home/mrsuicide/reactos/ntoskrnl/ex/init.c:570
Seems like IoInit2(BootLog); in ExpInitializeExecutive(VOID) crashes.
Only ntoskrnl.exe and hal.dll are loaded at this point. ( KDB "mod"
command )
Greetings,
Jan Schiefer!
What you see isn't a crash. In the early boot phase, the kernel debugger
is always entered. If you will continue at this point, you have to hit
'cont'.
- Hartmut