Re: Debugger unhappiness blocking valgrind runs

2008-01-18 Thread Maarten Lankhorst
Dan Kegel schreef: > On Jan 17, 2008 12:08 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > >>> http://bugs.winehq.org/show_bug.cgi?id=11211 >>> >> you're likely running out of memory (just to be sure, if the test >> segfaults, but winedbg correctly starts, it's likely the cause) >> > >

Re: Debugger unhappiness blocking valgrind runs

2008-01-17 Thread Dan Kegel
On Jan 17, 2008 12:08 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > > http://bugs.winehq.org/show_bug.cgi?id=11211 > > you're likely running out of memory (just to be sure, if the test > segfaults, but winedbg correctly starts, it's likely the cause) It doesn't seem like I'm running out of memory.

Re: Debugger unhappiness blocking valgrind runs

2008-01-17 Thread Eric Pouech
Dan Kegel a écrit : > I just tried to do another daily valgrind run, but > it got blocked because it started up an infinite > number of copies of winedbg. It seems that > a crash in the imagelist test in GetDibBits > triggered winedbg, and winedbg crashed trying > to generate a backtrace, which of

Debugger unhappiness blocking valgrind runs

2008-01-16 Thread Dan Kegel
I just tried to do another daily valgrind run, but it got blocked because it started up an infinite number of copies of winedbg. It seems that a crash in the imagelist test in GetDibBits triggered winedbg, and winedbg crashed trying to generate a backtrace, which of course fired up winedbg, which.