News Feed
Jobs Feed
Sections




News Archive
Ian Selby's Blog:
Weird PHP Seg Faults & Custom Session Handlers
September 18, 2007 @ 10:27:00

In recent work, Ian Selby came across something odd - a setup where PHP was segfaulting without any real indication of where the error might be:

Starting to get a little frustrated, I took a peek at my error logs (/var/log/httpd/error_log for the unitiated), and discovered a wonderful message [about the segfault]. As any person scratching their head would do, I hit up google.. to no real avail. Just a bunch of php bug reports. So, what happened, and how did I fix it?

After searching through the code and narrowing down where it could be, the culprit looked like a custom session handler he was using. It uses MySQL to store the sesion information and, unfortunately, when Ian had compiled the server he didn't let PHP know about his unique setup.

His default installation was trying to use the default MySQL information (including the socket) to reach the database. Obviously failing, the server simply gave up and segfaulted. Thankfully, all it takes it a recompile with a few extra parameters and you're back in business.

0 comments voice your opinion now!
segfault custom session handler mysql default configure segfault custom session handler mysql default configure


blog comments powered by Disqus

Similar Posts

Floss Valley Blog: Developing AJAX Application using Smarty and Xajax

Sebastian Bergmann's Blog: Isolated (and Parallel) Test Execution

The Web Squeeze: Using Prado - A PHP Framework

Internet Super Hero Blog: PDO_MYSQLND for PHP preview released

Thilanka Kaushalya's Blog: How to use Mysql Transactions with PHP


Community Events











Don't see your event here?
Let us know!


introduction functional unittest release composer development podcast zendframework2 object framework example phpunit community opinion tool series testing language interview code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework