Well the RtlpWaitForCriticalSection, or at least one of them, has been a long running feature of Notes startup (see the note I posted a few days ago) and still happens on the 0418 drop. Occasionally since that post I have noticed that I get a continuous set of these on shutdown, so something is obviously being changed in this area. It would be nice to get rid of the underlying problem. I have not however seen the default handler problem. Regards David Ian Pilcher <ian.pilcher(a)home.com> on 08-05-2001 06:48:45 AM To: wine-devel(a)winehq.com cc: (bcc: David Goodenough/DGA/GB) Subject: Aargh! Wine won't run anything The current CVS tree doesn't appear to run anything on my system (Red Hat 7.1). My test suite is limited to Lotus Notes 4.6.7 and a small win32 program I wrote to extract text metrics from the Windows 2000 PostScript driver, but both of them do nothing but issue the following messages: [pilcher(a)home pilcher]$ wine textmetric.exe err:ntdll:RtlpWaitForCriticalSection Critical section 0x400f9190 wait timed out, retrying (60 sec) fs=022f err:ntdll:RtlpWaitForCriticalSection Critical section 0x400f9190 wait timed out, retrying (60 sec) fs=022f err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr 0x4005ee00 Terminated [pilcher(a)home pilcher]$ wine nlnotes err:ntdll:RtlpWaitForCriticalSection Critical section 0x40849964 wait timed out, retrying (60 sec) fs=01e7 err:ntdll:RtlpWaitForCriticalSection Critical section 0x400f9190 wait timed out, retrying (60 sec) fs=01e7 err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr 0x4005ee00 Terminated Is everyone seeing this? If not, any idea what would make this suddenly start happening on my system? Thanks! -- ======================================================================== Ian Pilcher ian.pilcher(a)home.com ========================================================================
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 08 May 2001 12:15, you wrote:
Well the RtlpWaitForCriticalSection, or at least one of them, has been a long running feature of Notes startup (see the note I posted a few days ago) and still happens on the 0418 drop. Occasionally since that post I have noticed that I get a continuous set of these on shutdown, so something is obviously being changed in this area. It would be nice to get rid of the underlying problem. I have not however seen the default handler problem.
Hmm ... do I understand this right that after some warning about a not 100% correct keyboard layout everything should startup normally?! If that is the case then I have the same problem with running winemine. First I thought that the message is a result of the "wrong" keyboard layout. So here is what I get (without the keyboard stuff): err:seh:EXC_DefaultHandling Unhandled exception code 80000003 flags 0 addr 0x40749687 Running winemine in gdb results in the following: (gdb) run Starting program: /usr/Windows_NT_Files/Programs/Misc/winemine For language 'german' several language ids were found: de_DE - 0407; de_CH - 0807; de_LU - 1007; de_LI - 1407; Instead of using first in the list, suggest to define your LANG environment variable like this: LANG=de_DE fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (German keyboard layout without dead keys LIK) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See documentation/keyboard for more information. Program received signal SIGTRAP, Trace/breakpoint trap. 0x40749688 in DebugBreak () at debugger.c:237 237 DbgBreakPoint(); (gdb) bt #0 0x40749688 in DebugBreak () at debugger.c:237 #1 0x407d0908 in error_handler (display=0x8065028, error_evt=0x405b69dc) at x11drv_main.c:99 #2 0x409d3fb9 in _XError () from /usr/X11R6/lib/libX11.so.6 #3 0x409d258b in _XReply () from /usr/X11R6/lib/libX11.so.6 #4 0x409cdeb7 in XSync () from /usr/X11R6/lib/libX11.so.6 #5 0x409cdf41 in _XSyncFunction () from /usr/X11R6/lib/libX11.so.6 #6 0x409d0211 in XCreateWindow () from /usr/X11R6/lib/libX11.so.6 #7 0x40357b28 in TSXCreateWindow (a0=0x8065028, a1=42, a2=0, a3=0, a4=1200, a5=768, a6=0, a7=8, a8=1, a9=0x8066bc0, a10=28240, a11=0x405b6bbc) at ts_xlib.c:179 #8 0x407f5b63 in X11DRV_WND_CreateWindow (wndPtr=0x40372e30, cs=0x405b6d9c, bUnicode=0) at wnd.c:360 #9 0x4065f71a in WIN_CreateWindowEx (cs=0x405b6d9c, classAtom=49161, type=WIN_PROC_32A) at win.c:892 #10 0x4065fe08 in CreateWindowExA (exStyle=0, className=0x405b6e14 "WineMine", windowName=0x405b6e14 "WineMine", style=13238272, x=-2147483648, y=-2147483648, width=-2147483648, height=-2147483648, parent=0, menu=0, instance=1075798016, data=0x0) at win.c:1136 #11 0x401f7450 in WinMain (hInst=0x401f6000, hPrevInst=0x0, cmdline=0x4036131c "", cmdshow=1) at main.c:53 #12 0x401f7071 in __wine_exe_main () at winemine.spec.c:765 #13 0x400c6014 in start_process () at process.c:402 #14 0x400c98cc in SYSDEPS_DoCallOnStack (func=0x400c5e38 <start_process>, arg=0x0) at sysdeps.c:173 #15 0x400c9973 in SYSDEPS_CallOnStack () at sysdeps.c:183 #16 0x400c9a19 in SYSDEPS_SwitchToThreadStack (func=0x400c5e38 <start_process>) at sysdeps.c:236 #17 0x400c637f in PROCESS_InitWine (argc=1, argv=0xbfffe984, win16_exe_name=0x804c620 "", win16_exe_file=0x804c724) at process.c:524 #18 0x804b1e6 in Letext () at main.c:84 #19 0x40285a8e in __libc_start_main (main=0x804b1cc <main>, argc=1, argv=0xbfffe984, init=0x80486d4 <_init>, fini=0x804b224 <_fini>, rtld_fini=0x4000aa20 <_dl_fini>, stack_end=0xbfffe97c) at ../sysdeps/generic/libc-start.c:92 and after a few seconds later I also get: (gdb) err:ntdll:RtlpWaitForCriticalSection Critical section 0x40802df0 wait timed out, retrying (60 sec) fs=01e7 err:ntdll:RtlpWaitForCriticalSection Critical section 0x406988d0 wait timed out, retrying (60 sec) fs=01e7 - -- Heiko Nardmann (Dipl.-Ing.), h.nardmann(a)secunet.de, Software Development secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de), Weidenauer Str. 223-225, D-57076 Siegen Tel. : +49 271 48950-13, Fax : +49 271 48950-50 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6+Aj1pm53PRScYygRAv8kAKD3GK8U/erGhfJkNfLsGNdmOsa1EwCg7ZAM B2r24NJ5HMHUDHrboTi9ZPo= =+37S -----END PGP SIGNATURE-----
participants (2)
-
David.Goodenough@dga.co.uk -
Heiko Nardmann