>
> I am getting losts of SIGV 11 VIOLATIONS. I have been
> pulling my hair out for several weeks. It does not happen on startup
> seems to happen only after a child has been running a while.
>
> I have reved up to latest and greatest. Rebuilt perl and everything
> else from clean sources. when I test it myself - everything runs
> great.
>
Your stackbacktrace, looks like you are doing nested call's to sub's and
inside you call $req_rec -> header_out, right?
Look's like the pointer to the Apache request rec is invalid.
If you do the call to $req_rec -> header_out on the top level of your page
(i.e. before calling the subs), does it SIGSEGVs also? If not, could you
print out the value of $$req_rec (note the _two_ dollar signs!) on the top
level and inside every sub. Does this value change inside of a sub? Are the
sub's imported from another file or are they defined within the same file?
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------