View Single Post
  #1  
Old 09-02-2004, 04:08 PM
zellster zellster is offline
Senior Member
 
Join Date: Sep 2004
Posts: 55
Default Consistent Solaris crashes

Hello,

I am running lsws 1.5.7 Standard Edition on a Solaris 5.8 SPARC box (uname info: SunOS mach_name 5.8 Generic_108528-23 sun4u sparc SUNW,UltraAX-i2).

I am consistently seeing the following problem in the lsws process:

Received signal #14, SIGALRM, in poll() [caught]
poll(0x00229098, 5, 1000) Err#4 EINTR
setcontext(0xFFBEF728)
time() = 1094165817
poll(0x00229098, 5, 1000) = 1
accept(9, 0x001F0AFC, 0xFFBEF934, 1) = 12
accept(9, 0x001F0B1C, 0xFFBEF934, 1) Err#11 EAGAIN
fcntl(12, F_SETFD, 0x00000001) = 0
fstat64(12, 0xFFBEF750) = 0
getsockopt(12, 65535, 8192, 0xFFBEF850, 0xFFBEF84C, 2198285) = 0
setsockopt(12, 65535, 8192, 0xFFBEF850, 4, 2198285) = 0
fcntl(12, F_SETFL, 0x00000080) = 0
poll(0x00229098, 6, 1000) = 1
read(12, " G E T / l i b / f p b".., 2044) = 341
Incurred fault #5, FLTACCESS %pc = 0x00059FE4
siginfo: SIGBUS BUS_ADRALN addr=0x00218E03
Received signal #10, SIGBUS [default]
siginfo: SIGBUS BUS_ADRALN addr=0x00218E03
*** process killed ***

Any ideas what this could be? Any wonkish code performing word comparisons on unaligned data?
Reply With Quote