|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-10-22 02:41 UTC] scalero at datadec dot es
In tru64 v.5.1, apache 1.3.26 and php.4.2.3 compiled with: ./configure --enable-ftp --with-gettext --with-imap=imap-uw --with-oci8 --with-apxs=apxs --enable-debug --with-ldap=ldap_sdk When I execute phpinfo(), I obtain a core in the apache root directory. The gdb 5.2.1 program runs with problems in tru64 v.5.1 but this is all the results: #0 0x3ff805cb1d8 in __nxm_thread_kill () from /usr/shlib/libpthread.so (gdb) bt #0 0x3ff805cb1d8 in __nxm_thread_kill () from /usr/shlib/libpthread.so #1 0x3ff805b7938 in pthread_kill () from /usr/shlib/libpthread.so #2 0x3ff805c07d0 in __tsInitSelf () from /usr/shlib/libpthread.so #3 0x3ff80118d28 in tis_raise () from /usr/shlib/libc.so PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 21:00:01 2025 UTC |
At startup: # /usr/internet/httpd2/bin/apachectl start Unaligned access pid=127407 <httpd> va=0x3fffffec0ac pc=0x3ffbff773f0 ra=0x3ffbff773e4 inst=0xb4010000 Unaligned access pid=127407 <httpd> va=0x3fffffed8dc pc=0x3ffbff773f0 ra=0x3ffbff773e4 inst=0xb4010000 /usr/internet/httpd2/bin/apachectl start: httpd started And continues with the problem, this is de gdb out: Loaded symbols for /usr/shlib/libclu.so #0 0x3ff800e1f28 in kill () from /usr/shlib/libc.so (gdb) bt #0 0x3ff800e1f28 in kill () from /usr/shlib/libc.so #1 0x3ffbff4bf34 in url_adapt (src=0x11ffd8ef0 "??o?\003", srclen=4396972226040, data=0x3fffffb8710 "/data/sebas/programs/php4-200210220000/Zend/zend_execute.c", newlen=0x5a5a5a5c) at url_scanner.c:346 warning: Hit heuristic-fence-post without finding warning: enclosing function for address 0x14068bf18 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. With the snapshot another scripts make cores. Many thanks.I rebuild Apache with: 'LDFLAGS=-lpthread', when I execute ldd httpd: Main => httpd libpthread.so => /usr/shlib/libpthread.so libm.so => /usr/shlib/libm.so libc.so => /usr/shlib/libc.so libexc.so => /usr/shlib/libexc.so And the 'ldap_sdk' are the LDAP libraries of Netscape, I use PHP for access a LDAP directory.