From: Vlad S. <vl...@cr...> - 2006-07-10 14:30:24
|
That is strange, what version of Tcl is it? 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/ |