Hi,

I did some additional testing; I wrote a small program that loads each module separately and then runs php 100 times (on an empty file, /dev/null) to see if it crashes.

The full code and results is available at http://pastie.org/private/yg18udvpnpmmkyg2hht1kq

To summarize the results: It appears that both the mysql and the mysqli module cause PHP to die with segfault after execution is complete.

 Normal module mysql.so       Segfault (run 0)
 Normal module mysqli.so      Segfault (run 1)

I can also confirm that PHP no longer segfaults when running without these modules.

If there is anything I can do to test this problem further, then please let me know.

Cheers,
Bas Verhoeven



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to