On 7/18/06, Massimo Manghi <[EMAIL PROTECTED]> wrote:
> Odd... looks like something to do with removing the namespace, > although that could be a false lead.
I tried to isolate every possible point where Itcl class deletion is invoked but found no offending object destruction. I put various marker messages in the template: I can only say that the template is parsed to the end and the code in it gets executed, but the child exit procedure gets never invoked by the server process. Again: might it be a sign of an error in the ::request namespace deletion?
Some more things to try: Launch apache with the -X flag to put it in single process mode. Keep eliminating code to see if you can get it to crash with less and less code (and thus an easier test case for me to replicate).
Should the following line imply that Itcl stuff is involved (but I could not figure out where...) #9 0x422a4bb3 in Itcl_DeleteClass () from /usr/lib/libitcl3.2.so.1
Could well be... What OS and version are you running on? Debian stable?
> One thing you could do to help track this down is check this out of > subversion and use it to create your Apache module: > > https://svn.apache.org/repos/asf/tcl/rivet/branches/1_0 > I'm afraid that my knowledge of svn goes as far as its commands have the same switches and syntax as cvs. Using cvs syntax for svn would do the work in this case? And Rivet doesn't compile on Debian using the autotools because of a macro problem...(I know you are laden by this task too, I'm sorry, I did not intend to overload you with too many things to think of)
You want to do: svn checkout https...... local-rivet-directory-name Is this Debian unstable/testing then?
> That's the last 'good' version of Rivet before I added Eckhard > Lehmann's Apache 2.0 stuff. Looks like the recent DIO/other stuff > changes haven't been back ported though... More work I don't have > time for:-( > Does the Rivet package for Debian 'unstable' include this 2.0 things?
Nope. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
