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

 ID:                 41439
 Updated by:         and...@php.net
 Reported by:        jh2000 at root24 dot eu
 Summary:            Segfault on mysql_ping()
-Status:             No Feedback
+Status:             Bogus
 Type:               Bug
 Package:            MySQL related
 Operating System:   Debian
 PHP Version:        6CVS-2007-05-18 (snap)
 Block user comment: N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

PHP6 is dead


Previous Comments:
------------------------------------------------------------------------
[2007-05-26 01:00:01] 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".

------------------------------------------------------------------------
[2007-05-18 18:38:59] tony2...@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 for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

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.



------------------------------------------------------------------------
[2007-05-18 18:30:55] jh2000 at root24 dot eu

Description:
------------
use of mysql_ping causes segfault

tested on PHP 6 200705181630 and some other php6 build in the last 2
month

The build return no warnings/errors related to this problem.

The script given is just a bit of whole script. Without the mysql_ping
the script (a phpbot written by myself) works. With - it crashes

Reproduce code:
---------------
<?

echo "State 1\n";

mysql_connect("localhost","test","test");

echo "State 2\n";

mysql_ping();

echo "PHP still running";

?>

Expected result:
----------------
State1

State2

PHP still running

Actual result:
--------------
i just get an Segfault after State 2

Output is:

State1

State2Speicherzugriffsfehler



Dmesg shows

php6[1056]: segfault at 0000000007ffff0c rip 00000000083c1883 rsp
00000000ff9f5900 error 4




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



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

Reply via email to