Doug Steinwand <[EMAIL PROTECTED]> writes: > mark warren bracher wrote: > > I _did_ have the doubled installation you mention. removing the old > > non-arch copy doesn't help; the test script from jonas still segfaults. > > Using a newly installed Perl 5.6.1 on FreeBSD and TT 2.05a, the script > (see below) segfaulted. Interestingly, the warn's show that process() is > okay and segmentation fault apparently occurs during shutdown. I saw 1, > 2, 3 and 4 but not "end". > > By adding "exit" to the script, it works fine (no segfault)! The pure > perl Template::Stash is fine with or without "exit". > > Very strange -- looks like it's time for gdb.
My problem came with the use of mod_perl. Apache started up a new process that died, in an endless loop. I can't put an exit in a mod_perl handler. -- / Jonas - http://jonas.liljegren.org/myself/en/index.html
