RE: Segmentation Fault

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As far as I understand you cannot use PHP with  an Apache using multi-threaded MPM.

You can determine the MPM of your Apache by executing "httpd -l" or requesting http://myserver/server-info (assuming you have activated mod_info). If the module list contains worker.c or event.c, it is likely that this is the source of your problem and you will need to reinstall an Apache build that uses the prefork MPM (prefork.c).
 

-ascs

________________________________

De : Emiliano Romero [mailto:eromero@xxxxxxxxxxx] 
Envoyé : mardi 13 novembre 2007 15:23
À : users@xxxxxxxxxxxxxxxx
Objet :  Segmentation Fault



Hi!, I really dont know if I have to send this problem to this mailing list.

I'm using Gentoo, Apache 2.2.6 and PHP 5.2.4

 

I get a Segmentation Fault (11) some times in my error_logs. It's very random, but I get this error like 2 o 3 times in the day. (it's in a development server, not in production).

 

I make apache to core dump files, and the analize them with gdb.

 

Program terminated with signal 11, Segmentation fault.

#0  0x00002afbefba28fb in ?? () from /lib/tls/libpthread.so.0

(gdb) where

#0  0x00002afbefba28fb in ?? () from /lib/tls/libpthread.so.0

#1  0x0000000000443dc1 in ap_mpm_pod_check ()

#2  0x00000000004420dc in ?? ()

#3  0x0000000000442258 in ?? ()

#4  0x0000000000442e35 in ap_mpm_run ()

#5  0x0000000000420c48 in main ()

 

Somebody have any idea of what could be happening?

 

Thanks for any help.

 

Regards

 

Emiliano Romero

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.
If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
	

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux