View Issue Details

IDProjectCategoryView StatusLast Update
0003089unrealircdpublic2007-03-04 11:34
Reporterratman Assigned To 
PrioritynormalSeveritycrashReproducibilitysometimes
Status closedResolutionno change required 
Platformi386OSFreeBSDOS Version6.0
Product Version3.2.5 
Summary0003089: FreeBSD 6.0 -- Daemon freezes up
DescriptionHey guys.
      For a bit now I've had a nasty problem with one of the Unreal 3.2.5 IRCD's on my box freezing up at random. When it locks it refuses all connections and a top (on FBSD 6.0) shows this:


 1 running, 68 sleeping, 1 lock
 580 bondageircd 1 76 0 3488K 2740K *inp 0:14 0.00% ircd

running IRCServices 5.0.58. no extra modules installed, nothing other than services is connected as a server. Services RAW is on This issue also occured with Unreal 3.2.4
Steps To Reproducewill happen at ramdom usually after a day of running
TagsNo tags attached.
3rd party modules

Relationships

related to 0003158 closed Freeze randomly under FreeBSD 6.1.1. 

Activities

syzop

2006-10-14 15:33

administrator   ~0012486

Could you verify the date on the server running the ircd, and the server running services. Make sure they are both the same (and calculate timezones if needed, or just paste here ;p). Just to rule yet-another-thing out.

Whenever it locks up, could you do this (in the ircd directory):
strace -p `cat ircd.pid`
or if that gave a command not found error or something, then:
truss -p `cat ircd.pid`

Then wait a few seconds (say, 5), and paste the results to us. It could be just one line, but it could also be like 100 lines ;p.

Also, don't know if you are the owner of the box, but.. you might want to check the syslog as well (/var/log/messages) to see if anything odd showed up... I don't know what, but could be worth to check..

syzop

2006-11-03 13:33

administrator   ~0012555

Any results or other info? :P

ratman

2006-11-11 20:44

reporter   ~0012629

It has not crashed for several weeks now.

syzop

2007-03-04 11:34

administrator   ~0013265

See also #3108, likely to be some freebsd6 bug. -- solution was to upgrade to freebsd 6.2 which is said to fix some tcp bug. If the problem still persists with fbsd 6.2, let us know.

Issue History

Date Modified Username Field Change
2006-10-14 15:14 ratman New Issue
2006-10-14 15:33 syzop Note Added: 0012486
2006-11-03 13:33 syzop Note Added: 0012555
2006-11-11 14:47 syzop Summary Daemon freezes up => FreeBSD 6.0 -- Daemon freezes up
2006-11-11 20:44 ratman Note Added: 0012629
2006-12-25 08:23 syzop Relationship added related to 0003158
2007-03-04 11:34 syzop Status new => closed
2007-03-04 11:34 syzop Note Added: 0013265
2007-03-04 11:34 syzop Resolution open => no change required