|
From: David W. <we...@cw...> - 2001-10-31 09:08:21
|
On Tue, Oct 30, 2001 at 10:36:38AM -0500, Steven Edwards wrote: > Included is the debug output from my attempt to run the mingw GNU Midnight > Commander under ReactOS. > > Midnight Commander uses slang for its terminal IO, which reactos doesnt seem > to like. It is compiled for windows NT and it works under the console on > NT/2k/XP. This is better then before because the last time i tried to run mc > under ros, it just locked the system hard. Now it redraws the console before > it page faults so we're making progress at getting atleast some form of > shell, even if its not a MS compatible one. > > Debug - > Transferring control to image at 4011d4 > NTDLL.LDR: map view of section failed (Status c0000001) > LdrFixupImports:failed to load ADVAPI32.DLL > LdrFixupImports() failed > (misc/dllmain.c:38) ADVAPI32: DllMain() done > Transferring control to image at 4011d4 > mm/mm.c:297 > Page Fault Exception: 14(0) > Processor: 0 CS:EIP 8:c004cc1b <ntoskrnl.exe: 4cc1b> > cr2 fffffffc cr3 3c70000 Proc: c01ef3e8 Pid: 8 <mc> Thrd: c01ee7f4 Tid: 21 > DS 10 ES 10 FS 30 GS 10 > EAX: ffffffdc EBX: a0000010 ECX: c0063908 > EDX: ffffffdc EBP: c0845ef0 ESI: 0066886c > EDI: c0845f84 EFLAGS: 00000246 kESP c0845ecc kernel stack base c0843000 > ESP c0845ecc > Frames: <ntoskrnl.exe: 4fc32><ntoskrnl.exe: 4fc8c><ntoskrnl.exe: > 4fbbe><ntoskrnl.exe: 3a83> > ########################################### > I've fixed both of the bugs, the crash happend because mc apparently tries to open the process token which doesn't work and advapi32 tries to import symbols from itself and the ntdll loader tries to load it again which fails. mc now freezes with the cursor in the bottom, left corner of the screen. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |