Alan Burlison <[EMAIL PROTECTED]> writes:
> This is a new one on me.  mod_perl is built with APXS and perl is built
> with -DDL_UNLOAD_ALL_AT_EXIT, so it isn't coredumping during startup,
> but it cores the first time an access is made.  Anyone have any
> suggestions?
> 
> =>[1] perl_header_parser(0xd9480, 0xff16ca04, 0xa, 0xd9480, 0x2f707269,
> 0x2f617061), at 0xff124acc
>   [2] run_method(0xd9480, 0x74, 0x8f764, 0x1, 0xda4e8, 0x4), at 0x32828
>   [3] process_request_internal(0xd9480, 0xff0c0000, 0xd9480, 0xd8440,
> 0xd9608, 0x40090), at 0x44d74
>   [4] ap_process_request(0x89000, 0xd9480, 0xd9480, 0xff0c0000, 0x0,
> 0x4), at 0x45090
>   [5] child_main(0x8f800, 0x8f800, 0xd9480, 0x0, 0x0, 0x0), at 0x3d0d0
>   [6] make_child(0x943d0, 0x0, 0x3916cee9, 0x943d0, 0x0, 0x0), at
> 0x3d2b8
>   [7] startup_children(0x8f988, 0x8d048, 0x8902c, 0x3916cee9, 0x0, 0x0),
> at 0x3d42c
>   [8] standalone_main(0x8f800, 0x8f800, 0x8f824, 0xa912c, 0xb400, 0x8),
> at 0x3da64
>   [9] main(0x8f800, 0x8f800, 0x2, 0x88400, 0x0, 0x0), at 0x3e348

No suggestions, but the same thing happened to me with the same software
versions except on Solaris 2.6.  As the DSO functionality is marked as
experimental, I gave up and did a static compile of mod_perl into the Apache
binary.

--
Dan Harkless
[EMAIL PROTECTED]

Reply via email to