[bug #29338] Crash using @synchronized on Windows

2010-08-20 Thread Richard Frith-Macdonald
Follow-up Comment #6, bug #29338 (project gnustep): sync.m in libnobjc2 in svn trunk is broken at the latest revision: It uses objc_disposeClassPair() ... which cannot work with the gnu runtime (ie can't be ported into ObjectiveC2 in base), and as far as I can see does not fully work in libobjc2

[bug #29338] Crash using @synchronized on Windows

2010-08-20 Thread Gregory John Casamento
Follow-up Comment #5, bug #29338 (project gnustep): I thought David had fixed this in his most recent version of sync.m for the libobjc2 runtime. This is acceptable for now, but I'll take a look into backporting David's changes into ObjectiveC2 under base. _

[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-20 Thread Yavor Doganov
Follow-up Comment #21, bug #30766 (project gnustep): Yes, I'm glad to confirm this fixes the problem. It was not tested on the official autobilders yet, but I doubt there will be any problems (and if there are, they would be entirely my fault when incorporating the patch). Thanks very much!

[bug #29338] Crash using @synchronized on Windows

2010-08-20 Thread Richard Frith-Macdonald
Update of bug #29338 (project gnustep): Status:None => Fixed Open/Closed:Open => In Test ___ Follow-up Comment #4: I looked into it,