[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] Template and interpolation


On Fri, 22 Apr 2005, Cees Hek <suppressed> wrote:
[..]

If your template size is not that big, then I would guess your problem
lies elsewhere.  You should try to get a strack trace of the core dump
to see where it is actually dying.

Are you using the experimental XS Stash module with TT?  See
Template/Config.pm to see if you are, and if so, try the pure perl one
instead.

To use the pure perl stash, just edit Template/Config.pm and change
the following line:
$STASH     = 'Template::Stash::XS';
to:
$STASH     = 'Template::Stash';

It is possible that TT and mod_perl were compiled with different
compilers and that is causing your segfault.

If that solves nothing, then you are really going to have to get a
stack trace of your core dump.  You need to know where the segfault is
happening.  I would also try the mod_perl mailing list...
Hi Cees,

Thanks for that. I have unfortunately run out of time tonight, but will try to take a look at your suggestions over the weekend (and the mod_perl debugging link from Michael Peters).

Stack traces, core dumps and segfaults are all outwith my experience of life so far, but I will have a look and get back on this. Don't go away!
--
Richard Jones
Leeds, UK
mailto:suppressed

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.