On Thu, May 30, 2002 at 09:47:07AM -0600, Tony Lambregts wrote:
The bug_report.pl script was broken by the removal of -managed command line option This patch fixes it.
That's all fine and dandy, but I think the real fix is to a) nuke bug_report.pl or b) improve it *a lot*
bug_report.pl is so darn old that the Wine version it had originally been written for is *completely* different from what we're using today.
Thus bug_report.pl should at least strip all "irrelevant" bug lines (*CriticalSection, Interlocked*crement, Tls*, ...). Furthermore it should really include many more debug lines (we're also tracing wine internal dlls now sometimes !). I'd suggest about 1500 lines of censored output, if not even more. Otherwise you can just kiss the debug log goodbye in about 98.5% of all cases.