Re: linux netscape hangs in -current

2001-09-06 Thread Georg-W. Koltermann

At Wed, 5 Sep 2001 15:50:31 -0700,
Steve Kargl wrote:
> 
> Linux netscape appears to be having problems with
> the kernel's linux compatibility module.
> 
> troutmask:kargl[202] uname -a
> FreeBSD troutmask.apl.washington.edu 5.0-CURRENT FreeBSD 5.0-CURRENT\
> #0: Fri Jul 27 16:04:55 PDT 2001
> 
> World built on 27 Jul 01.
> 
> troutmask:kargl[203] ps | grep comm
> 82408  v0  R  4:37.11 /usr/local/lib/netscape-linux/communicator-linux-4.77
> 82413  v0  I  0:00.20 (dns helper) (communicator-lin)
> troutmask:kargl[204] truss -p 82408
> gettimeofday(0x500b012c,0x0) = 2 (0x2)
> linux_sigreturn(0x500b01ac)  = 1 (0x1)
> SIGNAL 14
> SIGNAL 14
> gettimeofday(0x500b012c,0x0) = 2 (0x2)
> linux_sigreturn(0x500b01ac)  = 1 (0x1)
> SIGNAL 14
> SIGNAL 14
> 
> ad nausem
> ^C

I'm seeing the same with linux netscape 4.78 on a August 6th -current.
Netscape starts hanging as soon as I try to load something
complicated, e.g. animated gifs, JAVA applet, etc., and I have to kill
-9 the process.

It seems I can avoid the hang by running "netscape -synchronous"
instead of just "netscape".

I had learned about the -synchronous flag when I ran into trouble with
FreeBSD-netscape / XFree86-4 a while ago: Without the -synchronous
flag I would very soon get loads of error popups saying "Xlib:
unexpected async reply" or some such.

It seems "-synchronous" is becoming a magic spell for netscape.

--
Regards,
Georg.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: linux netscape hangs in -current

2001-09-05 Thread John Baldwin


On 05-Sep-01 Steve Kargl wrote:
> Linux netscape appears to be having problems with
> the kernel's linux compatibility module.

Can you narrow down what commit broke things for you by doing binary searches
on the date and time?

> World built on 27 Jul 01.
> 
> troutmask:kargl[203] ps | grep comm
> 82408  v0  R  4:37.11
> /usr/local/lib/netscape-linux/communicator-linux-4.77
> 82413  v0  I  0:00.20 (dns helper) (communicator-lin)
> troutmask:kargl[204] truss -p 82408
> gettimeofday(0x500b012c,0x0) = 2 (0x2)
> linux_sigreturn(0x500b01ac)  = 1 (0x1)
> SIGNAL 14
> SIGNAL 14
> gettimeofday(0x500b012c,0x0) = 2 (0x2)
> linux_sigreturn(0x500b01ac)  = 1 (0x1)
> SIGNAL 14
> SIGNAL 14
> 
> ad nausem
> ^C
> 
> -- 
> Steve
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message