[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: system/2375: Use of socket option SO_LINGER with high li_linger values causes a kernel panic
- To: bugs@cvs.openbsd.org
- Subject: Re: system/2375: Use of socket option SO_LINGER with high li_linger values causes a kernel panic
- From: Joseph Ishac <jishac@grc.nasa.gov>
- Date: Tue, 5 Feb 2002 09:00:01 -0700 (MST)
The following reply was made to PR system/2375; it has been noted by GNATS.
From: Joseph Ishac <jishac@grc.nasa.gov>
To: gnats@openbsd.org
Cc: Subject: Re: system/2375: Use of socket option SO_LINGER with high li_linger values causes a kernel panic
Date: Tue, 5 Feb 2002 11:44:58 -0500
Additional Info:
Panic Message:
"Panic: timeout_add: to_ticks < 0
Stopped at _Debugger+0x4: leave"
Reduced 'trace':
_Debugger x4
_panic x81
_timeout_add (f9475ddc,ffe84b40,f9475d6c,e01b67a9) at _timeout_add + 0x35
_tsleep x127
_soclose xd5
_soo_close x1c
_closef xeb
_fdfree x49
_exit1 xba
_sys_exit x1a
_syscall .x242
--- syscall (number 1) ---
0x40083263
Reduced 'ps':
PID PPID PGRP UID S FLAGS WAIT COMMAND
4219 21839 4219 1000 2 0.6006 netcls ttcp-linger
12408 21839 12408 1000 3 0.4086 netio ttcp-linger
13184 20761 13184 0 3 0.4084 netio comsat
21839 1 1000 3 0.4086 wait bash
24345 1 0 3 " ttyin getty
23470 1 0 3 " " "
-Joseph