[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #25037] gorm not correctly working on openbsd 4.3 sparc64
From: |
Richard Frith-Macdonald |
Subject: |
[bug #25037] gorm not correctly working on openbsd 4.3 sparc64 |
Date: |
Mon, 05 Jan 2009 11:35:22 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1 |
Follow-up Comment #18, bug #25037 (project gnustep):
On your tests ...
1. 'Unable to detach thread' ... that means the runtime failed to create a
thread ... most likely your objc runtime is built without threading support
and you need to rebuild with thread support. The other option is that there's
a bug in the obc runtime thread support for your platform and you need to look
at what might be wrong with it.
Either way, you need to go back to gcc as this is not a gnustep issue as
such.
2. 'thread' does not terminate ... that's ok ... but I've changed it in trunk
so it should.
3. diningPhilosophers dies not terminate ... that's normal.
4. nsfilehandle ... thaqt's normal too.
5. nsundomanager ... that would seem to show a bug
6. basic ... yes, that tests an uncaught exception.
So, of these it looks like (1) a problem with your libobjc and (5) a bug in
NSUndoManager or something (quite possibly the invocation code) that it uses,
or (possibly) a bug in the test program on 64bit systems.
For 5 it would be good to add some diagnostics and try to figure out what's
wrong on your system.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?25037>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/