Subject: Communicator 4.76 problem on 1.5_BETA2/i386
To: None <current-users@netbsd.org>
From: Andrew Gillham <gillham@vaultron.com>
List: current-users
Date: 11/17/2000 23:38:35
My Netscape Communicator will hang somewhat frequently and start busy
looping and using all of the cpu.  If I ktrace it, I see the following.

   468 netscape EMUL  "linux"
   468 netscape PSIG  SIGALRM caught handler=0x893e7d0 mask=() code=0x0
   468 netscape CALL  gettimeofday(0xbfbfc020,0)
   468 netscape RET   gettimeofday 0
   468 netscape CALL  sigreturn(0xbfbfc0a4)
   468 netscape RET   sigreturn -1 errno -2 No such file or directory
   468 netscape PSIG  SIGALRM caught handler=0x893e7d0 mask=() code=0x0
   468 netscape CALL  gettimeofday(0xbfbfc020,0)
   468 netscape RET   gettimeofday 0
   468 netscape CALL  sigreturn(0xbfbfc0a4)
   468 netscape RET   sigreturn -1 errno -2 No such file or directory
   468 netscape PSIG  SIGALRM caught handler=0x893e7d0 mask=() code=0x0

This repeats continously.  Is this the "Linux signal bug" issue or something
else?

-Andrew