Edit report at http://bugs.php.net/bug.php?id=51237&edit=1
ID: 51237 Updated by: [email protected] Reported by: igmar at palsenberg dot com Summary: milter SAPI crash on startup -Status: Open +Status: Closed Type: Bug Package: Reproducible crash Operating System: Linux PHP Version: 5.3.2 Assigned To: felipe New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Thanks for the patch. :) Previous Comments: ------------------------------------------------------------------------ [2010-03-09 00:29:47] [email protected] Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=295978 Log: - Fixed bug #51237 (milter SAPI crash on startup) patch by: igmar at palsenberg dot com ------------------------------------------------------------------------ [2010-03-08 16:51:29] igmar at palsenberg dot com Description: ------------ ./configure --with-milter ./php-milter Segmentation fault Actual result: -------------- Program received signal SIGSEGV, Segmentation fault. virtual_fopen (path=0x0, mode=0x83e3227 "rb", tsrm_ls=0x8644018) at /home/igmar/php-5.3.2/TSRM/tsrm_virtual_cwd.c:1299 1299 if (path[0] == '\0') { /* Fail to open empty path */ (gdb) bt #0 virtual_fopen (path=0x0, mode=0x83e3227 "rb", tsrm_ls=0x8644018) at /home/igmar/php-5.3.2/TSRM/tsrm_virtual_cwd.c:1299 #1 0x0838ca92 in mlfi_init (argc=1, argv=0xbfffe9c4) at /home/igmar/php-5.3.2/sapi/milter/php_milter.c:131 #2 main (argc=1, argv=0xbfffe9c4) at /home/igmar/php-5.3.2/sapi/milter/php_milter.c:1160 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51237&edit=1
