ID: 20408 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: Java related Operating System: Compaq tru64 PHP Version: 4CVS-2002-11-13 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-11-19 10:25:59] [EMAIL PROTECTED] I've got the same problem so here's an attenmpt at some feedback. This is what "make install" is doing when it fails: sapi/cli/php -n /usr/local/src/php4-STABLE-200211141630/pear/install-pear.php /usr/local/src/php4-STABLE-200211141630/pear/package-Archive_Tar. xml /usr/local/src/php4-STABLE-200211141630)$ gdb sapi/cli/php core GNU gdb 5.0-tru64-010710 Copyright 2001 Free Software Foundation, Inc. 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 "alphaev56-dec-osf5.1"... warning: big endian file does not match little endian target. Core was generated by `php'. Program terminated with signal 11, Segmentation fault. Reading symbols from /sbin/loader...done. Loaded symbols for /sbin/loader Reading symbols from /usr/local/pgsql/lib/libpq.so.2.2...done. Loaded symbols for /usr/local/pgsql/lib/libpq.so.2.2 Reading symbols from /usr/local/lib/libldap.so...done. Loaded symbols for /usr/local/lib/libldap.so Reading symbols from /usr/local/lib/liblber.so...done. Loaded symbols for /usr/local/lib/liblber.so Reading symbols from /usr/local/lib/libintl.so...done. Loaded symbols for /usr/local/lib/libintl.so Reading symbols from /usr/local/lib/libiconv.so...done. Loaded symbols for /usr/local/lib/libiconv.so Reading symbols from /usr/shlib/libc.so...done. Loaded symbols for /usr/shlib/libc.so Reading symbols from /usr/local/lib/libpng.so.3.1.2.5...done. Loaded symbols for /usr/local/lib/libpng.so.3.1.2.5 Reading symbols from /usr/local/lib/libz.so...done. Loaded symbols for /usr/local/lib/libz.so Reading symbols from /usr/local/lib/libgdbm.so...done. Loaded symbols for /usr/local/lib/libgdbm.so Reading symbols from /usr/shlib/libcrypt.so...done. Loaded symbols for /usr/shlib/libcrypt.so Reading symbols from /usr/shlib/libm.so...done. Loaded symbols for /usr/shlib/libm.so Reading symbols from /usr/shlib/libbasecrypt.so...done. Loaded symbols for /usr/shlib/libbasecrypt.so Reading symbols from /usr/shlib/librt.so...done. Loaded symbols for /usr/shlib/librt.so Reading symbols from /usr/shlib/libcxx.so...done. Loaded symbols for /usr/shlib/libcxx.so Reading symbols from /usr/shlib/libpthread.so...done. Loaded symbols for /usr/shlib/libpthread.so Reading symbols from /usr/shlib/libexc.so...done. Loaded symbols for /usr/shlib/libexc.so #0 0x3ff8057d728 in __nxm_thread_kill () from /usr/shlib/libpthread.so (gdb) bt #0 0x3ff8057d728 in __nxm_thread_kill () from /usr/shlib/libpthread.so #1 0x3ff80576564 in pthread_kill () from /usr/shlib/libpthread.so #2 0x3ff80581aec in __excInit () from /usr/shlib/libpthread.so #3 0x3ff807e3aa4 in exc_unwind_rfp () from /usr/shlib/libexc.so warning: Hit beginning of text section without finding warning: enclosing function for address 0x11ffed270 This warning occurs if you are debugging a function without any symbols (for example, in a stripped executable). In that case, you may wish to increase the size of the search with the `set heuristic-fence-post' command. Otherwise, you told GDB there was a function where there isn't one, or (more likely) you have encountered a bug in GDB. (gdb) set heuristic-fence-post 0 (gdb) bt #0 0x3ff8057d728 in __nxm_thread_kill () from /usr/shlib/libpthread.so #1 0x3ff80576564 in pthread_kill () from /usr/shlib/libpthread.so #2 0x3ff80581aec in __excInit () from /usr/shlib/libpthread.so #3 0x3ff807e3aa4 in exc_unwind_rfp () from /usr/shlib/libexc.so warning: Hit beginning of text section without finding warning: enclosing function for address 0x11ffed270 - Pat. ------------------------------------------------------------------------ [2002-11-13 08:10:57] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2002-11-13 07:59:52] [EMAIL PROTECTED] Platform : OSF1 dbm1-cluster V5.1 1885 alpha compiler : gcc --> /usr/local/cygnus/tru64-010710/H-alphaev56-dec-osf5.1/bin/gcc Apache : 1.3.27 jdk : 1.4.0 $make install Installing PHP SAPI module Installing shared extensions: /usr/users/wiz/lib/php/extensions/no-debug-non-zts-20020429/ Installing PHP CLI binary: /usr/users/wiz/bin/ Installing PEAR environment: /usr/users/wiz/lib/php/ Unaligned access pid=729827 <php> va=0x140081c14 pc=0x120175d98 ra=0x1201752f0 inst=0xb4290000 Unaligned access pid=729827 <php> va=0x14008324c pc=0x120175d98 ra=0x1201752f0 inst=0xb4290000 make[1]: *** [install-pear-installer] Segmentation fault (core dumped) make: *** [install-pear] Error 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20408&edit=1
