ID:               47770
 Updated by:       fel...@php.net
 Reported By:      shj at xenosi dot de
-Status:           No Feedback
+Status:           Feedback
 Bug Type:         PDO related
 Operating System: Gentoo Linux 64bit
 PHP Version:      5.2.9
 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




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

[2009-05-08 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2009-04-30 10:49:35] j...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



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

[2009-03-25 22:55:31] sunhwanj at gmail dot com

I wasn't able to reproduce the error either in the following systems:

mac os x 10.5.6, php 5.2.6
linux 2.6.18, php 5.1.6

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

[2009-03-25 12:39:46] shj at xenosi dot de

like this?

Starting program: /usr/bin/php /down/test.php
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
(no debugging symbols found)
Cannot find new threads: generic error
(gdb) 
(gdb) bt
#0  0x00007f34747b755a in ?? () from /lib64/ld-linux-x86-64.so.2
#1  0x00007f34747b2856 in ?? () from /lib64/ld-linux-x86-64.so.2
#2  0x00007f34747b6d7b in ?? () from /lib64/ld-linux-x86-64.so.2
#3  0x00007f3472ed4f9b in ?? () from /lib/libdl.so.2
#4  0x00007f34747b2856 in ?? () from /lib64/ld-linux-x86-64.so.2
#5  0x00007f3472ed530c in ?? () from /lib/libdl.so.2
#6  0x00007f3472ed4f01 in dlopen () from /lib/libdl.so.2
#7  0x0000000000524907 in php_dl ()
#8  0x000000000058dd83 in ?? ()
#9  0x00000000005c038e in zend_llist_apply ()
#10 0x000000000058dd4a in php_ini_register_extensions ()
#11 0x0000000000587d06 in php_module_startup ()
#12 0x000000000063e0fd in ?? ()
#13 0x000000000063e8d2 in main ()

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

[2009-03-25 10:21:06] ka...@php.net

I'm unable to reproduce this with your script if I replace:
$stmt = $this->class->query($this->query);
return new SHJPDOStatement($stmt);

with:
return new SHJPDOStatement($this->class->query($this->query));


I get no crash, anything in my server log, etc. using Windows 32bit,
can you generate a backtrace as described here:
http://bugs.php.net/bugs-generating-backtrace.php

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

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/47770

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

Reply via email to