From: Zoran V. <zv...@ar...> - 2006-07-10 14:38:25
|
Am 10.07.2006 um 16:31 schrieb Vlad Seryakov: > That is strange, what version of Tcl is it? [10/Jul/2006:16:35:26][23776.2684415384][-main-] Notice: nsmain: NaviServer/4.99.2 starting [10/Jul/2006:16:35:26][23776.2684415384][-main-] Notice: nsmain: security info: uid=0, euid=0, gid=0, egid=0 [10/Jul/2006:16:35:26][23776.2684415384][-main-] Notice: nsmain: Tcl version: 8.4.12 > > Zoran Vasiljevic wrote: >> Am 10.07.2006 um 16:25 schrieb Vlad Seryakov: >> >>> Does it happen all the time >> >> Every time I stop the server. Just did a fresh checkout and >> recompile: >> >> Program received signal EXC_BAD_ACCESS, Could not access memory. >> Reason: KERN_PROTECTION_FAILURE at address: 0x00000004 >> [Switching to process 23748 thread 0x3803] >> 0x0a016204 in Tcl_AsyncDelete (async=0x3821688) at /Users/zoran/sf/ >> tcl/unix/../generic/tclAsync.c:297 >> 297 while (prevPtr->nextPtr != asyncPtr) { >> (gdb) print prevPtr >> $1 = (AsyncHandler *) 0x0 >> (gdb) list >> 292 if (tsdPtr->firstHandler == NULL) { >> 293 tsdPtr->lastHandler = NULL; >> 294 } >> 295 } else { >> 296 prevPtr = tsdPtr->firstHandler; >> 297 while (prevPtr->nextPtr != asyncPtr) { >> 298 prevPtr = prevPtr->nextPtr; >> 299 } >> 300 prevPtr->nextPtr = asyncPtr->nextPtr; >> 301 if (tsdPtr->lastHandler == asyncPtr) { >> (gdb) print *tsdPtr >> $2 = { >> firstHandler = 0x0, >> lastHandler = 0x0, >> asyncReady = 0, >> asyncActive = 0, >> asyncMutex = 0x33a64c8 >> } >> (gdb) >> >> >> >> >> --------------------------------------------------------------------- >> ---- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel? >> cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> naviserver-devel mailing list >> nav...@li... >> https://lists.sourceforge.net/lists/listinfo/naviserver-devel >> > > -- > Vlad Seryakov > 571 262-8608 office > vl...@cr... > http://www.crystalballinc.com/vlad/ > > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel |