From:             sorin at intersol dot ro
Operating system: WinXP
PHP version:      5.0.2
PHP Bug Type:     Reproducible crash
Bug description:  Invalid opcode 137/1/8

Description:
------------
Very basic use test of adodb generate a complete crash on 5.0.2 and 
last build PHP 5.1.0-dev (cli) (built: Sep 28 2004 16:26:27)
gives this:
Invalid opcode 137/1/8 in adodb-xmlschema.inc.php.

Runing php with -e parameters makes no difference.




Reproduce code:
---------------
        function _tag_close( &$parser, $tag ) {
>>              $this->currentElement = '';
                
                switch( strtoupper( $tag ) ) {
                        case 'TABLE':
                                $this->parent->addSQL( 

Expected result:
----------------
Anything but not a crash?!


-- 
Edit bug report at http://bugs.php.net/?id=30266&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30266&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30266&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30266&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30266&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30266&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30266&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30266&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30266&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30266&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30266&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30266&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30266&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30266&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30266&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30266&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30266&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30266&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30266&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30266&r=mysqlcfg

Reply via email to