Pratik wrote:
I built fresh perl and apache. But mp2RC3 built is failing. I think
it's due to some stupid point which I have failed to see.

        test program seems to have generated a core
DIED. FAILED test 21

t/apr-ext/bucket.t    0   139    21    2   9.52%  21
t/apr-ext/finfo.t     0   139    27   54 200.00%  1-27
t/apr-ext/pool.t      0   139    75  150 200.00%  1-75
t/apr-ext/table.t     0   139    58  116 200.00%  1-58
t/apr-ext/uri.t       0   139    36   18  50.00%  28-36
[...]
3. This is the core dump trace: (if you get a core dump):

[CORE TRACE COMES HERE]

As all failures were caused by segfault, you need to send us a backtrace. http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults Note that if you have Devel::GDB installed t/REPORT does that for you: http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_the_core_File_Automatically

My guess is that you have more than one libapr installed and you get the wrong one loaded at run time.

--
__________________________________________________________________
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

Reply via email to