>> Core was generated by
>> `/export/home/jvlad/php/php-5.3.0RC3/sapi/cli/php -n -dshort_open_tag=0 
>> -dsaf'.
>
> What's the full command line and the script being executed?

I'm not sure how to check it.

> Best would be to reduce the script to the mimimum that's needed.

I don't know what script was executed.
Bt shows where the crash is happening and BusError suggests that crash 
happened because of attempt to read or write to misaligned pointer.
For example if you try to assign a pointer pointing to int32 and containing 
an address not aligned to 32bit boundary, it will coredump with BusError. 



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to