infinite loop in msvcrt dll

Marcus Meissner marcus at jet.franken.de
Sun Feb 2 16:28:07 CST 2003


On Sun, Feb 02, 2003 at 09:27:23PM +0100, Michael Stefaniuc wrote:
> On Sun, Feb 02, 2003 at 09:05:38PM +0100, Marcus Meissner wrote:
> > On Sun, Feb 02, 2003 at 12:34:53AM +0100, Michael Stefaniuc wrote:
> > > Any tips how to debug this further?
> > 
> > This is usually a missing function in msvcrt. Run with -debugmsg +seh
> > and check the output directly before the RaiseException.
> Thanks, that was the problem: _mbsnbcat wasn't implemented (patch to fix
> this is on the way to wine-patches).
> What makes me wonder is that i got a loop here; with the missing
> _mbsnbset and _mbstok the wine debugger started and i could see the

I think our Unimplemented exception just gets confused with msvcrt
exception handling. Not a large problem.

Ciao, Marcus



More information about the wine-devel mailing list