php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #577 ORACLE bound variables and reusing the same cursor...
Submitted: 1998-07-24 07:08 UTC Modified: 1999-08-17 07:31 UTC
From: thies at digicol dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Latest CVS OS: solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 + 43 = ?
Subscribe to this entry?

 
 [1998-07-24 07:08 UTC] thies at digicol dot de
some meory gets freed more than one...

tracked it down to:

line 182: functions/oracle.c


static void yystype_ora_param_destructor(oraParam *param)
{
/*
    if(param && param->progv){
        efree(param->progv);
    }
*/
}

as long as this is commented out, i see no core-dumps whatsoever (with oracle)..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-17 07:31 UTC] thies at cvs dot php dot net
...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 10:01:31 2024 UTC