bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #29338] Crash using @synchronized on Windows


From: Richard Frith-Macdonald
Subject: [bug #29338] Crash using @synchronized on Windows
Date: Fri, 20 Aug 2010 21:56:42 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8

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 (though there we have enough internals access to
fix it).

It doesn't align the mutex (which I recently found means that it will fail on
hppa machines unless by chance the mutex falls on a 16 byte boundary).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29338>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]