Re: [AOLSERVER] unclean shutdown

2007-03-16 Thread Dossy Shiobara
On 2007.03.15, John Buckman [EMAIL PROTECTED] wrote:
 Program received signal EXC_BAD_ACCESS, Could not access memory.
 Reason: KERN_PROTECTION_FAILURE at address: 0x0004
 [Switching to process 4464 thread 0x4613]
 0x0a00c254 in Tcl_AsyncDelete ()
 (gdb) where
 #0  0x0a00c254 in Tcl_AsyncDelete ()
 #1  0x00649500 in SignalCmdCleanUp ()
 #2  0x0a00f35e in DeleteInterpProc ()
 #3  0x0a00cad5 in Tcl_DeleteInterp ()
...

What patchlevel of Tcl?

-- 
Dossy Shiobara  | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on. (p. 70)


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] 
with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] unclean shutdown

2007-03-16 Thread John Buckman

On Mar 16, 2007, at 6:13 AM, Dossy Shiobara wrote:


On 2007.03.15, John Buckman [EMAIL PROTECTED] wrote:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x0004
[Switching to process 4464 thread 0x4613]
0x0a00c254 in Tcl_AsyncDelete ()
(gdb) where
#0  0x0a00c254 in Tcl_AsyncDelete ()
#1  0x00649500 in SignalCmdCleanUp ()
#2  0x0a00f35e in DeleteInterpProc ()
#3  0x0a00cad5 in Tcl_DeleteInterp ()

...

What patchlevel of Tcl?


8.4.14 - current release.

-john


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] 
with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] unclean shutdown

2007-03-16 Thread Dossy Shiobara
On 2007.03.16, John Buckman [EMAIL PROTECTED] wrote:
 What patchlevel of Tcl?
 
 8.4.14 - current release.

What modules are you loading?  Are you using any of the Tcl async. stuff
(introduced in 4.5) in your application code?

-- Dossy

-- 
Dossy Shiobara  | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on. (p. 70)


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] 
with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] unclean shutdown

2007-03-16 Thread John Buckman

On Mar 16, 2007, at 2:50 PM, Dossy Shiobara wrote:


On 2007.03.16, John Buckman [EMAIL PROTECTED] wrote:

What patchlevel of Tcl?


8.4.14 - current release.


What modules are you loading?  Are you using any of the Tcl async.  
stuff

(introduced in 4.5) in your application code?


I don't think I'm using any async stuff, at least not in any code  
I've written, hopefully no library uses it automatically.


Here's a list of modules I'm using.  nsd is totally stable, running  
for weeks w/o a reboot, it's just at shutdown that I have a problem,  
and I should mention that it's not every time.  About 75% of the time  
I do get a clean shutdown.


package require ncgi
package require struct::list
package require tdom
package require csv
package require crc32 1.3
package require http
package require html 1.3
package require Tclx

-john


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to [EMAIL PROTECTED] 
with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.