"yahalom emet" <[EMAIL PROTECTED]> writes:

> first an appology for sending it directly to you. I am sending to
> [EMAIL PROTECTED] but the mail does not seem to get there

Strange...  I've CC'ed it.

> I am working with tdom0.5 and mod_dtcl works fine. I tried to
> upgrade to tdom0.7.5.  all is working fine on the shell but with
> mod_dtcl I am getting: exit signal Segmentation fault (11) when
> trying to parse the xml any ideas why?

Not without more information - maybe we can ask the XML guys, too.

> a good way for debugging?

httpd -X

which runs Apache in single process mode.

I often use 'strace' and 'ltrace' on Linux.  They are, respectively, a
system and library call tracer.  They let you see what is happening
when everything crashes.

Once you find out what you can from those, gdb is about the only way
to go, although it's harder to get set up...

> another problem I am hunting is getting apache proccess running wild
> to 90% cpu. as far as I saw it happens when there is an error on the
> page. I am not sure why it is happening. any idea how can I attack
> such problem.

Hrm... sounds odd:-/  Do you have any custom error scripts?
 
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to