|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-12-18 13:53 UTC] leigh@php.net
-PHP Version: 5.5.30
+PHP Version: 5.3.2
[2015-12-18 13:53 UTC] leigh@php.net
[2015-12-19 10:37 UTC] ratheesh dot tv at gmail dot com
[2015-12-19 11:29 UTC] leigh@php.net
-PHP Version: 5.3.2
+PHP Version: 5.5.15
[2015-12-21 08:22 UTC] ratheesh dot tv at gmail dot com
[2015-12-21 18:45 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2015-12-21 18:45 UTC] ab@php.net
[2015-12-22 17:37 UTC] ratheesh dot tv at gmail dot com
[2016-01-03 04:22 UTC] php-bugs at lists dot php dot net
[2016-01-03 04:26 UTC] requinix@php.net
-Status: No Feedback
+Status: Open
[2020-03-15 14:17 UTC] cmb@php.net
-Summary: PHP 5.3.2 cross compile for arm using clang
coredumps
+Summary: PHP cross compile for arm using clang
coredumps
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2020-03-15 14:17 UTC] cmb@php.net
[2020-03-29 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 08:00:01 2025 UTC |
Description: ------------ We are doing cross compilation of PHP 5.3.2 in Free BSD 10 using clang for ARM architecture. Compilation goes fine and binary is causing core dump when doing : 1) Decimal operation with values > 1000000000 2) md5(uniqid(rand(), true)) call also causing core. 3) xpath reading. Used -g option to enable debug symbols. But still the core dump is not having any stack root@myhost:/var/tmp # gdb php.core.1 GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "arm-specifix.com-freebsd"..."/var/tmp/php.core.1": not in executable format: File format not recognized (gdb) bt No stack. (gdb) Expected result: ---------------- No core dump Actual result: -------------- core dump generated with no stack.