midgardproject / midgard-php5

PHP5 API for Midgard persistent storage framework
http://www.midgard-project.org/api-docs/midgard/php/ratatoskr/
GNU Lesser General Public License v2.1
9 stars 2 forks source link

"double free or corruption" error when running an openpsa unittest #42

Closed flack closed 13 years ago

flack commented 13 years ago

I just ran one of openpsa's unittests with today's midgard-php5 and midgard-core and got this (repeatable) error: https://gist.github.com/876020

In fact, this error now appears for every php command I attempt to run (f.x. pake re or pear upgrade-all). It only goes away if I remove the midgard2.so from php.ini

Tested on Kubuntu 10.10 with PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:08:14)

flack commented 13 years ago

This problem went away after some update, so I'm colsing the ticket