php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23098 make install fails with core dump
Submitted: 2003-04-07 13:08 UTC Modified: 2003-04-28 11:15 UTC
From: m dot antonini at inwind dot it Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.3.2RC1 OS: OSF1 V5.1 732 alpha
Private report: No CVE-ID: None
 [2003-04-07 13:08 UTC] m dot antonini at inwind dot it
make install with oci8 fails

Installing PHP CLI binary:        /dwt/php4/bin/
Installing PHP CLI man page:      /dwt/php4/man/man1/
Installing PHP SAPI module
Installing shared extensions:     /dwt/php4/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /dwt/php4/lib/php/
sh: 350629 Memory fault - core dumped
*** Exit 139
Stop.
*** Exit 1
Stop.

oracle version 8.1.7.0

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-08 03:50 UTC] m dot antonini at inwind dot it
the same thing with the last php version

Installing PHP CLI binary:        /dwt/php4/bin/
Installing PHP CLI man page:      /dwt/php4/man/man1/
Installing PHP SAPI module
Installing shared extensions:    
/dwt/php4/lib/php/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:      /dwt/php4/lib/php/
sh: 350629 Memory fault - core dumped
*** Exit 139
Stop.
*** Exit 1
Stop.

this is the core file's debug

dbx php ../core
dbx version 5.1
Type 'help' for help.
Core file created by program "php"

thread 0x4 signal Segmentation fault at   [skguppost:838 ,0x3ffbfaca500]         Source not available
(dbx) where
>  0 skguppost(0x3ffbfac90f0, 0x3, 0x3ffbfabf804, 0x1400e4a80, 0x80001130) ["/vobs/rdbms/src/client/osds/skgup.c":838, 0x3ffbfaca500]
   1 kguplges(0x3ffbfacbf7c, 0x0, 0x0, 0x1400e4a80, 0x1) ["/vobs/rdbms/src/client/vos/kgupl.c":647, 0x3ffbfabf800]
   2 kguplgtl(0x100000001, 0x800369c8, 0x3ff00000000, 0x80036a38, 0x0) ["/vobs/rdbms/src/client/vos/kgupl.c":468, 0x3ffbfabf560]
   3 kguusec(0x3ffbfa47590, 0x140053248, 0x12, 0x1400e2000, 0x1400e4a80) ["/vobs/rdbms/src/client/vos/kguu.c":397, 0x3ffbfaac428]
   4 kpuinit0(0x10278, 0x0, 0x3ffc0087f58, 0x900000000, 0x3ffc0086e90) ["/vobs/rdbms/src/client/progint/kpu/kpuini.c":2554, 0x3ffbfa4758c]
   5 kpuinit(0x0, 0x0, 0x0, 0x0, 0x3ffbfa238a4) ["/vobs/rdbms/src/client/progint/kpu/kpuini.c":2261, 0x3ffbfa46f38]
   6 OCIEnvInit(0x0, 0x0, 0x3ffbfa238a4, 0x140053218, 0x12004fa54) ["/vobs/rdbms/src/client/progint/oci/oci8.c":462, 0x3ffbfa238a0]
   7 php_oci_init_globals() ["/dwt/php4/ext/oci8/oci8.c":6, 0x12004fa50]
   8 zm_startup_oci() ["/dwt/php4/ext/oci8/oci8.c":6, 0x12004fb14]
   9 zend_startup_module() ["/dwt/php4/Zend/zend_API.c":6, 0x12013fba0]
  10 php_startup_extensions() ["/dwt/php4/main/main.c":6, 0x120106614]
  11 php_startup_internal_extensions() ["main/internal_functions_cli.c":6, 0x1201541dc]
  12 php_module_startup() ["/dwt/php4/main/main.c":6, 0x120106c88]
  13 main() ["/dwt/php4/sapi/cli/php_cli.c":6, 0x1201531c8]

Thanks in advance.
 [2003-04-08 07:40 UTC] m dot antonini at inwind dot it
I copied oci8 directory under 'ext' in php-4.2.3 ( an old version ) under 'ext' directory in php-4.3.2RC1 and I recompiled php. All work well. I hope this help you to understand the problem.

Excuse me for my english.
Thanks
 [2003-04-23 04:05 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

This should be fixed now.

 [2003-04-28 11:15 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 17:01:33 2024 UTC