On Tue, 2004-08-03 at 12:56, Björn Wiberg wrote: > Hi! > > I have recently compiled PHP 5.0.0 from one of the CVS snapshots on an IBM > eServer pSeries machine running AIX 5.2.0.0 ML3, but found out that > configuring PHP with the --enable-debug directive yields the following > error on e.g. most of the built-in tests: > > > ---- EXPECTED OUTPUT > abc > ---- ACTUAL OUTPUT > abc > /usr/local/src/php5-200408020630/main/main.c(1694) : Bailed out without > a bailout address! > ---- FAILED > > > My question is -- what does this bailout error mean, what could have > caused it, and how severe is it? Should I worry about it, or just skip > --enable-debug? > > The tests (and other scripts) seem to be working fine except for the debug > "notice". > > Thanks in advance! > > Best regards, > Björn Wiberg
Bjorn, Searching the bug database I found: http://bugs.php.net/bug.php?id=28803 which is for the error you get on a CVS PHP5 on IBM AIX and to which you have contributed. Perhaps it is more of a developer's list that you need rather than this one? HTH Chris