Sylvain Petreolle wrote:
--- "Dimitrie O. Paun" dpaun@rogers.com a écrit : > On November 9, 2002 09:28 am, Sylvain Petreolle wrote:
Using the cygwin under is difficult for the moment, as bash and sh both refuse to run today.
What's the problem with them?
-- Dimi.
They die when initializing, this is due the fact that advapi32.GetProcessMemoryInfo is stub. Using the native advapi doesn't help, dunno why.
To avoid David's problem with the serial port, just run it with wcmd. (see bug #443)
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Yup, that fixed it :-) Although I still have some crashes running various utils, ls looks like it works... What seems to be happening is a crash on exit:
Backtrace: =>0 0x690a10df (PSAPI.DLL.EntryPoint+0x23 in C:\WINNT\SYSTEM32\PSAPI.DLL) (ebp=406b29fc) 1 0x400807a2 (PE_InitDLL+0x6e(module=0x690a0000, type=0x1, lpReserved=0x0) [pe_image.c:628] in libntdll.dll.so) (ebp=406b2a24) 2 0x4007d40f (MODULE_InitDLL+0x93(wm=0x402887f0, type=0x1, lpReserved=0x0) [module.c:159] in libntdll.dll.so) (ebp=406b2a48) 3 0x4007d531 (MODULE_DllProcessAttach+0xe1(wm=0x402887f0, lpReserved=0x0) [module.c:231] in libntdll.dll.so) (ebp=406b2a70) 4 0x4007ea1b (LoadLibraryExA+0x113(libname=0x610d4010, hfile=0x0, flags=0x0) [module.c:1132] in libntdll.dll.so) (ebp=406b2b90) 5 0x4007f04c (LoadLibraryA+0x1c(libname=0x610d4010) [module.c:1354] in libntdll.dll.so) (ebp=406b2ba8) 6 0x610012d7 (CYGWIN1.DLL.__assert+0x247 in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2bd8) 7 0x610d500c (CYGWIN1.DLL./127+0xc in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2c7c) 8 0x6105167d (CYGWIN1.DLL.cygwin32_split_path+0x93d in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2d0c) 9 0x610079ef (CYGWIN1.DLL.__main+0x2bf in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2d3c) 10 0x61007bb2 (CYGWIN1.DLL._exit+0x12 in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2d4c) 11 0x610aaeb5 (CYGWIN1.DLL.exit+0x85 in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2d6c) 12 0x61007290 (CYGWIN1.DLL.__assert+0x6200 in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2dcc) 13 0x6100753d (CYGWIN1.DLL._dll_crt0@0+0x1bd in E:\WINE-PROGS\CYGWIN\BIN\CYGWIN1.DLL) (ebp=406b2e1c) 14 0x004014cc (which.exe..text+0x4cc in E:\wine-progs\cygwin\bin\which.exe) (ebp=406b2e5c) 15 0x0040103d (which.exe..text+0x3d in E:\wine-progs\cygwin\bin\which.exe) (ebp=406b2e8c) 16 0x400b4360 (start_process+0x258 [process.c:564] in libntdll.dll.so) (ebp=406b2f38) 17 0x400b8533 (call_on_thread_stack+0x23(func=0x400b4108) [sysdeps.c:112] in libntdll.dll.so) (ebp=406b2ff4) 18 0x400b86cc (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000)
0x690a10df (PSAPI.DLL.EntryPoint+0x23 in C:\WINNT\SYSTEM32\PSAPI.DLL): testb $0x2,0x8(%eax)
David