13 Dec
2003
13 Dec
'03
10:25 a.m.
On Wed, 10 Dec 2003, Jorge Arellano Cid wrote:
On Wed, 10 Dec 2003, Anders Gavare wrote: ...
entry from the bug database. I've not had any other problems on sparc64 yet, except possible some random lock-ups. The version in CVS as of 07:00 this morning seems to work just fine (that is, it still has the random lock-ups but the output looks nice).
lock-ups... Can you decribe them some more, or better, run dillo under gdb to find out where or why it locks (I haven't seen that bug ever).
Dillo's dns lookups randomly stop working. gethostbyname() isn't reentrant on OpenBSD 3.3/sparc64. (I believe that's what causing the random bugs.) Undefining G_DNS_THREADED in src/dns.c solved the symptoms here.
PS: Are you on dillo-dev?
No. Anders