The last five crashes have all contained the same errors as in my previous post with the ktrace output. The bad file descriptor seems to be the consistent culprit here.
Elvar Elvar wrote: > Fritz Borgstedt wrote: > >> start it from command line. >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Assp-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/assp-user >> >> > Ok, in trying to figure out what was causing assp to crash randomly > (always within about 10-15 mins of operation) I used ktrace to produce > some output. Below is what I saw right up to where assp crashed. > > > 11867 perl RET write 2757/0xac5 > 11867 perl CALL close(0x6) > 11867 perl RET close 0 > 11867 perl CALL unlink(0x8766dc0) > 11867 perl NAMI "/var/db/assp/delaydb" > 11867 perl RET unlink 0 > 11867 perl CALL rename(0x8766ce0,0x8766dc0) > 11867 perl NAMI "/var/db/assp/delaydb.tmp" > 11867 perl NAMI "/var/db/assp/delaydb" > 11867 perl RET rename 0 > 11867 perl CALL close(0xffffffff) > 11867 perl RET close -1 errno 9 Bad file descriptor > 11867 perl CALL close(0x3) > 11867 perl RET close 0 > 11867 perl CALL close(0xffffffff) > 11867 perl RET close -1 errno 9 Bad file descriptor > 11867 perl CALL close(0x4) > 11867 perl RET close 0 > 11867 perl CALL close(0x5) > 11867 perl RET close 0 > 11867 perl CALL close(0xffffffff) > 11867 perl RET close -1 errno 9 Bad file descriptor > 11867 perl CALL exit(0x9) > > Any ideas as to how to fix this? > > > Regards, > Elvar > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Assp-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-user > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
