|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-06-11 08:35 UTC] HMWiesinger at gmx dot at
Description: ------------ Calling apm_get_mysql_events() produces a segfault after fetching the items from the database. A var_dump() on the command line outputs the events correctly, but it segfaults right after, so maybe something in the cleanup/destructor code. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
I upgraded to the latest version from svn, but I still get it. php -r "apm_get_mysql_events();" shows the errors from the newest to the oldest. then the end looks like this: {id:"1", cell:["1", "2012-06-11 09:18:32", "E_PARSE", "http:\/\/<i>[unknown] <\/i>", "Command line code", "1", "0.0.0.0", "syntax error, unexpected end of file, expecting \u0027,\u0027 or \u0027;\u0027"]}, Segmentation fault