[MacPorts] #56317: php71-xdebug @2.6.0_0 trap 6 when executing script which generates a PHP Notice during an eval().
MacPorts
noreply at macports.org
Wed Apr 18 19:39:31 UTC 2018
#56317: php71-xdebug @2.6.0_0 trap 6 when executing script which generates a PHP
Notice during an eval().
---------------------------+------------------------
Reporter: iakoder | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: php71-xdebug |
---------------------------+------------------------
Comment (by iakoder):
Apologies. My php.ini was slightly different between macports in
/opt/local/etc/php71 and built-from-scratch /usr/local/php71/etc. Copied
macports into /usr/local and boom. Back to Derick.
Feel free to close, reject, whatever.
{{{
$ /usr/local/php71/bin/php -r '$t = "\$arr[0] .= \"abc\";"; echo "$t\n";
eval($t); echo "Done\n";'
$arr[0] .= "abc";
php(30348,0x7fffb6ad6340) malloc: *** error for object 0x10ecaa1ec:
pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56317#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list