Edit report at http://bugs.php.net/bug.php?id=50999&edit=1
ID: 50999 Updated by: geiss...@php.net Reported by: geissert at debian dot org Summary: unaligned memory access in Zend/zend_API.c -Status: Feedback +Status: Closed Type: Bug Package: DBM/DBA related Operating System: linux ia64 PHP Version: 5.3SVN-2010-02-12 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. Yes, it seems to enough to fix it. Thanks. Previous Comments: ------------------------------------------------------------------------ [2010-03-03 01:30:58] fel...@php.net Hello, I've committed a possible fix, could you check it again? Thanks. ------------------------------------------------------------------------ [2010-03-03 01:29:40] fel...@php.net Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=295764 Log: - Possible fix for bug #50999 ------------------------------------------------------------------------ [2010-02-10 20:59:26] geissert at debian dot org Failed test: ext/dba/tests/dba_cdb_read.phpt log: ---- EXPECTED OUTPUT database handler: cdb 7YYYYNNN =1234 #1122 ?1212314 #1212314 =1231324 ---- ACTUAL OUTPUT database handler: cdb 7YYYYNNN =1234 #1122 ?1212314 #1212314 =Bus error (core dumped) ---- FAILED ------------------------------------------------------------------------ [2010-02-10 19:12:28] geissert at debian dot org Description: ------------ There's an unaligned memory access on zend_parse_arg_impl(): *p = Z_LVAL_PP(arg); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=50999&edit=1