Kiki wrote:

OK, I tried 1.99_13 with the same results. The build environment is the
same as for 1.99_12 so I guess the same Bug Report Info applies here too (I
can generate another bug report if you need it though)

No, no, that's fine. Hmm, I don't remember seeing mach reports before. Is that Mach OS: http://www-2.cs.cmu.edu/afs/cs/project/mach/public/www/mach.html?


I think I've seen a similar trace with some older BSD variant (i think it was openbsd 2.9), but I don't know enough to solve it :(

We are not aware of this problem, Kiki. You need to give us more matter
to be able to understand your problem. You don't have a problem to start
the modperl > test suite, do you?


In fact any attempt to start apache with mod_perl (including the one in the
test suite) causes a segmentation fault.

OK. Any chance you can try building perl with ithreads and then rebuild mod_perl, and try again? It's a known problem with FreeBSD (which MachOS seems to be a variant of?):


modperl-2.0/todo/bugs_build:
...
FreeBSD ??  DSO Works with non-threaded perl (4.8-RELEASE and
                5.1-RELEASE)

http://marc.theaimsgroup.com/?l=apache-modperl&m=106399870822612&w=2
                It doesn't work with threaded perl/worker mpm,
                seemingly because of the problems with threads on
                FreeBSD (not sure what version).

In any case please build perl with debug enabled, since your backtrace doesn't show the arguments to the commands:
#0 0x290304f7 in Perl_newSVpvn ()
from /usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so
Here is how:
http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults


This part hints that there could be a problem with perlio.
#1 0x29081219 in PerlIO_open ()
from /usr/local/lib/perl5/5.8.2/mach/CORE/libperl.so
So it's possible that you will need to build perl w/o perlio. But first pleae just try to disable threads.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to