[AOLSERVER] AOLserver Crash!

2008-10-28 Thread Rami Jadaa
Hello Everyone, We are running multiple instances of AOLserver on different machines, and I am enjoying the reload functionality to reload the proc libraries using ns_eval source {fileName} in each one of them... However, one of the AOLservers crashes after few minutes from the reload. The

Re: [AOLSERVER] AOLserver Crash!

2008-10-28 Thread Scott Goodwin
Rami, Tcl is attempting to create a new hash table entry on a hash table that was either never created or was created but has ceased to exist -- most likely the pointer to that hash table is null or corrupted. This could be something in AOLserver that uses the Tcl_Hash* API. First steps: