php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20408 doesn't work in $make install
Submitted: 2002-11-13 07:59 UTC Modified: 2003-03-24 04:15 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: whpark70 at orgio dot net Assigned:
Status: No Feedback Package: Java related
PHP Version: 4CVS-2002-11-13 OS: Compaq tru64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: whpark70 at orgio dot net
New email:
PHP Version: OS:

 

 [2002-11-13 07:59 UTC] whpark70 at orgio dot net
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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-13 08:10 UTC] derick@php.net
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.
 [2003-03-19 02:26 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

And add your full configure line here.

 [2003-03-19 02:28 UTC] sniper@php.net
And why is this bug set as 'Java related'???
Does this happen ONLY when you have --with-java in your
configure line??

 [2003-03-24 04:15 UTC] sniper@php.net
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.


 [2007-10-24 16:49 UTC] ekcheu at uncg dot edu
Some people have got around this by not compiling pear.  This isn't a solution, but apparently this was the only thing I could find on google searches.

--without-pear

when I do a gdb analysis of the core file as to when it dumped while trying to compile on my solaris 9 system, it seems to dump here:

.....
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
Reading symbols from /usr/lib/libthread.so.1...done.
Loaded symbols for /usr/lib/libthread.so.1
#0  _zval_ptr_dtor (zval_ptr=0xffbfe6b4)
    at /tmp/php-5.2.4/Zend/zend_execute_API.c:412
412             (*zval_ptr)->refcount--;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC