Subject: Re: notes on 1.6ZF userland
To: None <port-alpha@netbsd.org>
From: Arto Huusko <armihu@utu.fi>
List: port-alpha
Date: 12/14/2003 21:37:06
> mozilla won't complete src build with gcc3.3.2

PR #23240 contains a patch which makes Mozilla (Firebird, at least)
build succeed. It doesn't help too much, though, because the
binary doesn't work: it just exits with no messages, core,
whatsoever. Running it under GDB gives a bunch of SIGTRAPs in
poll() in libc and finally a SIGSEGV. (The trace seems very
odd, because GDB claims one frame to be inside PR_OpenDir(),
although it should be PR_Poll()...)


I'll also add that OpenLDAP isn't working. As soon as a connection
is attempted, slapd dumps core.


Maybe this is pthread problem? Does anyone know if any threaded
programs run under 1.6ZF?

  -- Arto