From:             michael at laccetti dot com
Operating system: Solaris 10 (SPARC)
PHP version:      5.2.6
PHP Bug Type:     Reproducible crash
Bug description:  Calling mssql_next_result causes a coredump

Description:
------------
After calling a stored procedure that returns multiple resultsets, trying
to call mssql_next_result causes PHP to coredump.

Reproduce code:
---------------
$this->RecordSet = mssql_query($query, $this->DBConn );
if(mssql_next_result($this->RecordSet)) {
    error_log("We got more results!");
} else {
    error_log("No more results.  Waah.");
}

Expected result:
----------------
I expect to see either "We got more results" or "No more results.  Waah."
in the logs.

Actual result:
--------------
[Mon Nov 24 11:18:03 2008] [notice] child pid 5515 exit signal Bus error
(10), possible coredump in /usr/local/apache2

-- 
Edit bug report at http://bugs.php.net/?id=46660&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46660&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46660&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46660&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46660&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46660&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46660&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46660&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46660&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46660&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46660&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46660&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46660&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46660&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46660&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46660&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46660&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46660&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46660&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46660&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46660&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46660&r=mysqlcfg

Reply via email to