Zombies (was : Conformance tests...)

2003-11-08 Thread Sylvain Petreolle
Also, does anyone else get orphaned zombie processes after running the regression tests? (which is moderately impressive: I thought init was supposed to clean these up) The execution of the attached script in dlls/ shows the only dll test which generates orphaned zombies is kernel. The

Re: Introduction and winedbg bt problem

2003-11-08 Thread Eric Pouech
Is there any way to tell winedbg to ignore/auto pass C++ exceptions? no A+ -- Eric Pouech

Janitorial: Get rid of W-A calls for metafiles

2003-11-08 Thread Vincent Béron
Not 100% about the part changing METAHEADERDISK.filename type. Can apps access it directly and barf if they find WCHAR instead of CHAR? And is the length set to 0x100 for binary compatibility? Changelog: Get rid of W-A calls for metafiles. Vincent Index: dlls/gdi/mfdrv/init.c

Re: [wineinstall] allow to use our computer while installing

2003-11-08 Thread Alexandre Julliard
Jérôme Bouat [EMAIL PROTECTED] writes: This patch executes the compilation process with a higher nice value. It allows the user to do something else when he is installing Wine. Users who want that behavior can renice wineinstall themselves, we shouldn't impose that policy on everybody. --