Hi
I updated to 5.8.0 by replacing the apple distro (which now that I think back was pretty silly, but then again, I can't stand having multiple instances of the same thing about). Then I of course had to compile mod_perl for it, so I went and got the newest one, and compiled that (unable to find any info about how to actually do that without also recompiling apache - why's that? It turned out that I could just do make install and start apache).
However, each time I restart apache, it dies on me (the crash log will follow). I have positively identified that it's a problem with mod_perl, as it works fine if I comment it out of httpd.conf. If I rebuild mod_perl (make, make install) before starting apache, it will work again (most of the time, I'm unable to identify why it won't always work right off. Sometimes it takes 2 or more rebuilds, without making any other changes).
Now that's tedious, so I'm wondering what I'm doing wrong?
Regards,
Mikkel Eide Eriksen
versions:
MacOS X 10.2.1
perl 5.8.0
mod_perl 1.27
apache 1.3.26
and the crashlog:
Date/Time: 2002-12-07 16:32:08 +0100
OS Version: 10.2.1 (Build 6D52)
Host: localhost
Command: httpd
PID: 5606
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x6e67206f
Thread 0 Crashed:
#0 0x00431214 in Perl_sv_upgrade
#1 0x003c9034 in perl_construct
#2 0x002f8e64 in perl_startup (mod_perl.c:702)
#3 0x002fd048 in perl_cmd_handler_handlers (perl_config.c:554)
#4 0x0000d154 in invoke_cmd
#5 0x0000d5a8 in ap_handle_command
#6 0x0000d61c in ap_srm_command_loop
#7 0x00009120 in filesection
#8 0x0000d2b4 in invoke_cmd
#9 0x0000d5a8 in ap_handle_command
#10 0x0000d61c in ap_srm_command_loop
#11 0x0000dba8 in ap_process_resource_config
#12 0x0000e478 in ap_read_config
#13 0x00006360 in standalone_main
#14 0x00006ce8 in main
#15 0x00001bb0 in _start
#16 0x00001a30 in start
PPC Thread State:
srr0: 0x00431214 srr1: 0x0000f030 vrsave: 0x00000000
xer: 0x00000000 lr: 0x00430b38 ctr: 0x004311ac mq: 0x00000000
r0: 0x00000018 r1: 0xbfffb310 r2: 0x0043324c r3: 0x00000374
r4: 0x00900000 r5: 0x004311ac r6: 0x00430e38 r7: 0x00430b38
r8: 0x00430bc8 r9: 0x00000000 r10: 0x6e67206f r11: 0x00430b38
r12: 0x6e67206f r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
r20: 0x00328aa8 r21: 0x004b7544 r22: 0x00000000 r23: 0x00000002
r24: 0x00000001 r25: 0x0008d6f0 r26: 0x004b0b38 r27: 0x004b7544
r28: 0x00000000 r29: 0x004b7684 r30: 0x00000006 r31: 0x00430b38

Reply via email to