php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35231 mysqli causing crash with error 3221225477
Submitted: 2005-11-15 22:16 UTC Modified: 2005-11-23 01:00 UTC
Votes:4
Avg. Score:4.8 ± 0.4
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: phrosty at gmail dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.5 OS: windows xp x64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: phrosty at gmail dot com
New email:
PHP Version: OS:

 

 [2005-11-15 22:16 UTC] phrosty at gmail dot com
Description:
------------
using mysqli prepared statements is crashing php.

using: php5.0.5, mysql 5.0.15, apache 2.0.55

Reproduce code:
---------------
$my=new mysqli(..info here..)
$stmt=$my->prepare('select foo from t_bar');
$stmt->execute(); $stmt->bind_result($foo); $stmt->fetch();

Expected result:
----------------
data should be fetched from mysqli

Actual result:
--------------
a crash dialog pops up, and this is in the apache log:

[notice] Parent: child process exited with status 3221225477 -- Restarting.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-15 22:48 UTC] tony2001@php.net
Please try using this CVS snapshot:

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


 [2005-11-15 23:44 UTC] phrosty at gmail dot com
yup, it still happens.
 [2005-11-15 23:47 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.


 [2005-11-23 01:00 UTC] 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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC