[bug #17377] Various frame related methods in NSWindow return wrong results

2006-09-09 Thread Yen-Ju Chen
Follow-up Comment #20, bug #17377 (project gnustep): Just confirm that everything looks fine now after a reinstallation of GNUstep SVN version. Popup menu and drag-and-drop behave as expected. Test with Azalea and Metacity. ___ Reply to th

Re: Locking bug in NSMessagePortWin32

2006-09-09 Thread Richard Frith-Macdonald
On 5 Sep 2006, at 13:43, Wim Oudshoorn wrote: Debugging under windows is a little tricky, but in our applicaton I observe the following deadlock: Thread 8: NSMessagePort _setupSendPort line 145 self = 0x19a5770 Block on Lock: this->lock NSMessagePort newWithName

Re: Multithreading

2006-09-09 Thread Richard Frith-Macdonald
On 9 Sep 2006, at 15:11, Wim Oudshoorn wrote: It is probably not worth it. I agree. But I am getting quite frustrated with the multithreading problems, which unfortunately until now all turned out to be problems in gnustep-base (which is much harder for me to debug.) Yes ... its big an

Re: Multithreading

2006-09-09 Thread Wim Oudshoorn
Richard Frith-Macdonald <[EMAIL PROTECTED]> writes: >> There are a few ways out of this: >> >> 1 - Ignore the problem. Because it is quite unlikely to happen >> 2 - Unlearn the AUTORELEASE (RETAIN ()) trick and put locks >> around all getters and setters which need to be thread safe. >> 3 - C

[bug #15314] problem with BUNDLE_INSTALLATION_DIR

2006-09-09 Thread Nicola Pero
Update of bug #15314 (project gnustep): Status:None => Works For Me Assigned to:None => nico Open/Closed:Open => Analyzed _

[bug #9920] Only gnustep-base and OBJC_PROGRAM_NAME should depend on -lobjc

2006-09-09 Thread Nicola Pero
Update of bug #9920 (project gnustep): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #4: I think that's now

[bug #6252] debug and non-debug versions of bundles cannot coexist

2006-09-09 Thread Nicola Pero
Update of bug #6252 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: This has been fixed

[bug #17661] jigs-23439 install error

2006-09-09 Thread Nicola Pero
Update of bug #17661 (project gnustep): Status:None => Fixed Assigned to:None => nico Open/Closed:Open => Closed _

[bug #17661] jigs-23439 install error

2006-09-09 Thread YunSong Hwang
URL: Summary: jigs-23439 install error Project: GNUstep Submitted by: hys545 Submitted on: 토요일 2006년 09월 09일 08:25 Category: Libraries Severity: 3 - Normal

Re: Multithreading

2006-09-09 Thread Richard Frith-Macdonald
On 8 Sep 2006, at 20:40, Wim Oudshoorn wrote: I'm guessing that storing a single byte must be atomic on all architectures, so how about this as a possible safe implementation? - (id) sharedInstance { static volatile uint8_t isCreated = 0; // single byte declared volatile so we rea