Re: How to find out locking problem

2011-01-01 Thread James McKenzie
On 1/1/11 7:10 PM, Dan Kegel wrote: Sometimes it helps to run winedbg from another window and get the stacks of all running processes with the command bt all With luck, you can then see which two code paths are competing for the lock. Dan: I've also been getting random 'locks' and this is o

re: How to find out locking problem

2011-01-01 Thread Dan Kegel
Sometimes it helps to run winedbg from another window and get the stacks of all running processes with the command bt all With luck, you can then see which two code paths are competing for the lock.

How to find out locking problem

2011-01-01 Thread wylda
Happy New Year! i notice, that since 1.3 i get quite offten locking issue. It looks like, that last OK version was 1.2-rc7. This problem happens in Bioshock on load/save, but i noticed that other users have same problem with games on the same game engine. Could someone help me, what should i do i

Re: ntdll/cdrom : implement CDROM_Verify to work on Mac Os

2011-01-01 Thread James McKenzie
On 1/1/11 4:07 AM, maury loïc wrote: On Sat, Jan 1, 2011 at 2:22 AM, James McKenzie mailto:jjmckenzi...@earthlink.net>> wrote: On 12/31/10 1:50 PM, Charles Davis wrote: On 12/31/10 1:11 PM, Ken Thomases wrote: I should add that this patch seem correct to me. It

Re: happy new year!

2011-01-01 Thread James McKenzie
On 12/31/10 10:43 PM, Dan Kegel wrote: May all your tests be green, and all your patches pass peer review :-) And may Quality Assurance Testing pass all of your code the first time and say "Good Job". James McKenzie

Re: comctl32/tests: Add test for horizontal spacing to test_hittest.

2011-01-01 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=8018 Your paranoid android.

Re: 64-bit Notepad2 crashes

2011-01-01 Thread David Laight
On Fri, Dec 31, 2010 at 06:14:52PM -0700, James McKenzie wrote: > > set | grep LIBRARY > LD_LIBRARY_PATH=/Applications/Wine.app/Contents/Resources/Lib > > is what I get on my Mac (LD_LIBRARY_PATH has to be set due to the > UNIXness of Wine.) Really a properly linked elf binary shouldn't need LD

Re: ntdll/cdrom : implement CDROM_Verify to work on Mac Os

2011-01-01 Thread maury loïc
On Sat, Jan 1, 2011 at 2:22 AM, James McKenzie wrote: > On 12/31/10 1:50 PM, Charles Davis wrote: > >> On 12/31/10 1:11 PM, Ken Thomases wrote: >> >>> I should add that this patch seem correct to me. It couldn't hurt to get >>> Charles Davis's input, of course. >>> >> I agree, for now. He should