ID:               35815
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nyama152 at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Solaris 9
 PHP Version:      5.1.1
 New Comment:

Are you sure you're using recently compiled module?
Since you're configuring it with --enable-debug, I'd expect to see some
more information, not just "yy_chk()".
And please don't paste these "Reading symbols" lines, they are
useless.
Does PHP CLI work for you? Are you able to reproduce with something
more stable than Apache 2.2, like Apache 1.3 or 2.0?


Previous Comments:
------------------------------------------------------------------------

[2005-12-27 11:59:53] nyama152 at yahoo dot com

Thank you for the reply. There was a multi-byte character as you said.
I tried again ater the fix.

5.1.1 or the snapshot,
and
        ./configure --with-apxs2=/usr/local/apache2/bin/apxs \
        --enable-trans-sid \
        --enable-zend-multibyte --enable-mbstring --enable-mbstr-enc-trans \
        --enable-track-vars --enable-force-cgi-redirect
--with-iconv=/usr/local --enable-debug --without-pdo-sqlite

give almost the same backtrace results.

The snapshot with
./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-debug
--without-pdo-sqlite

(--without-pdo-sqlite was used to circumvent the following error:
/hoge/php5.1200512270930/ext/pdo_sqlite/sqlite/src/os_unix.c:834:
undefined reference to `fdatasync'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1)

gives rise to

# !172
gdb httpd ../core5
GNU gdb 6.4
Copyright 2005 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 "i386-pc-solaris2.9"...
Core was generated by `/usr/local/apache2/bin/httpd -k restart'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/ssl/lib/libssl.so.0.9.8...done.
Loaded symbols for /usr/local/ssl/lib/libssl.so.0.9.8
Reading symbols from /usr/local/ssl/lib/libcrypto.so.0.9.8...done.
Loaded symbols for /usr/local/ssl/lib/libcrypto.so.0.9.8
Reading symbols from /usr/lib/libm.so.1...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/local/apr/lib/libaprutil-1.so.0...done.
Loaded symbols for /usr/local/apr/lib/libaprutil-1.so.0
Reading symbols from
/usr/local/BerkeleyDB.4.4/lib/libdb-4.4.so...done.
Loaded symbols for /usr/local/BerkeleyDB.4.4/lib/libdb-4.4.so
Reading symbols from /usr/local/apache2/lib/libexpat.so.0...done.
Loaded symbols for /usr/local/apache2/lib/libexpat.so.0
Reading symbols from /usr/local/lib/libiconv.so.2...done.
Loaded symbols for /usr/local/lib/libiconv.so.2
Reading symbols from /usr/local/apr/lib/libapr-1.so.0...done.
Loaded symbols for /usr/local/apr/lib/libapr-1.so.0
Reading symbols from /usr/lib/libsendfile.so.1...done.
Loaded symbols for /usr/lib/libsendfile.so.1
Reading symbols from /usr/lib/librt.so.1...done.
Loaded symbols for /usr/lib/librt.so.1
Reading symbols from /usr/lib/libsocket.so.1...done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libpthread.so.1...done.
Loaded symbols for /usr/lib/libpthread.so.1
Reading symbols from /usr/lib/libc.so.1...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/local/lib/libgcc_s.so.1...done.
Loaded symbols for /usr/local/lib/libgcc_s.so.1
Reading symbols from /usr/lib/libdl.so.1...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/libaio.so.1...done.
Loaded symbols for /usr/lib/libaio.so.1
Reading symbols from /usr/lib/libmd5.so.1...done.
Loaded symbols for /usr/lib/libmd5.so.1
Reading symbols from /usr/lib/libmp.so.2...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/lib/libthread.so.1...done.
Loaded symbols for /usr/lib/libthread.so.1
Reading symbols from /usr/lib/libresolv.so.2...done.
Loaded symbols for /usr/lib/libresolv.so.2
Reading symbols from /usr/local/apache2/modules/libphp5.so...done.
Loaded symbols for /usr/local/apache2/modules/libphp5.so
Reading symbols from /usr/local/lib/libz.so...done.
Loaded symbols for /usr/local/lib/libz.so
Reading symbols from /usr/local/lib/libxml2.so.2...done.
Loaded symbols for /usr/local/lib/libxml2.so.2
Reading symbols from /usr/lib/locale/ja/ja.so.2...done.
Loaded symbols for /usr/lib/locale/ja/ja.so.2
Reading symbols from
/usr/lib/locale/ja_JP.eucJP/methods_ja_JP.eucJP.so.2...done.
Loaded symbols for
/usr/lib/locale/ja_JP.eucJP/methods_ja_JP.eucJP.so.2
#0  0xd07163fe in yy_chk () from /usr/local/apache2/modules/libphp5.so
(gdb) bt
#0  0xd07163fe in yy_chk () from /usr/local/apache2/modules/libphp5.so
#1  0xd0fb5423 in apr_pool_clear (pool=0xd0fb4801)
    at memory/unix/apr_pools.c:689
#2  0x00000000 in ?? ()

------------------------------------------------------------------------

[2005-12-27 11:13:26] [EMAIL PROTECTED]

And if you still able reprduce it - paste the new backtrace.

------------------------------------------------------------------------

[2005-12-27 11:12:48] [EMAIL PROTECTED]

No, it won't, but there are some funny characters between "debug" and
the next "--" and that looks definitely wrong to me.
Try with ./configure --with-apxs2=/usr/local/apache2/bin/apxs
--enable-debug, plz.

------------------------------------------------------------------------

[2005-12-27 11:05:48] nyama152 at yahoo dot com

Yes I did try it actually after your request.

[EMAIL PROTECTED] is
acutally the same line stuff with the previous line.
I pasted from othter place. So it won't be the problem ?

------------------------------------------------------------------------

[2005-12-27 10:52:14] [EMAIL PROTECTED]

Did you really try it?
And fix your configure line, please:
[EMAIL PROTECTED]

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35815

-- 
Edit this bug report at http://bugs.php.net/?id=35815&edit=1

Reply via email to