|
From: Julian S. <js...@ac...> - 2002-12-06 20:05:10
|
> Anyway, tell me what you get with the current versions of 61 and 62.
No improvement with OO.
I tried mozilla. It also won't start up, the simulated machine falling
into an endless sequence of poll() calls seperated by nanosleep(13
milliseconds), which afaics is the nonblocking poll() in vg_libpthread.c.
Trying OO with tracing on indicates it spins in the same place.
Hmm. This is very odd. I'm wondering if there is some problem with the
non-D flags (OSZACP) causing "if (res > 0) {" at line 2636 never to
get into the then-clause. Except that if there was such a problem,
most programs wouldn't work (I'd guess).
Opera works, so it's not threaded programs per se. Opera doesn't use
the nonblocking poll, tho.
J
|