Hi, Some time ago I read this bug and now the CVS has a bunch of fixed for signed/unsigned conflicts that may cause trouble on 64bit machines. Please test our CVS and tell me if the bug persists. You can send me the screenshot (not to dillo-dev please) Cheers Jorge.-
On Tue, 9 Dec 2003, Jorge Arellano Cid wrote:
Hi,
Some time ago I read this bug and now the CVS has a bunch of fixed for signed/unsigned conflicts that may cause trouble on 64bit machines. Please test our CVS and tell me if the bug persists.
Once I found out what the problem was, I mailed Sebastian Geerken about it. I think that was in September. http://cvs.auriga.wearlab.de/cgi-bin/cvsweb.cgi/dillo/dillo/src/dw_widget.c?rev=1.52&content-type=text/x-cvsweb-markup That fixed the rendering bug. I'm sorry that I forgot to remove the 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).
Cheers Jorge.-
I use dillo daily. It is very neat, especially on non-i386 platforms. Keep up the good work :-) regards Anders
On Wed, 10 Dec 2003, Anders Gavare wrote:
On Tue, 9 Dec 2003, Jorge Arellano Cid wrote:
Hi,
Some time ago I read this bug and now the CVS has a bunch of fixed for signed/unsigned conflicts that may cause trouble on 64bit machines. Please test our CVS and tell me if the bug persists.
Once I found out what the problem was, I mailed Sebastian Geerken about it. I think that was in September.
That fixed the rendering bug.
OK.
I'm sorry that I forgot to remove the 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).
I use dillo daily. It is very neat, especially on non-i386 platforms. Keep up the good work :-)
Thanks. Cheers Jorge.- PS: Are you on dillo-dev?
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
Replying to myself... On Sat, 13 Dec 2003, Anders Gavare wrote:
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.
How typical: now I found this already mentioned in dillo's README file. Sorry to have bothered you. :-) Still, this is something that should be detected and taken care of by the configure script... Anders
participants (2)
-
Anders Gavare
-
Jorge Arellano Cid