ID:               36294
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ramesh25 at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: NSK-TANDEM
 PHP Version:      5.1.2
 New Comment:

Is there some kind of GDB or different debugger?


Previous Comments:
------------------------------------------------------------------------

[2006-02-05 16:43:11] ramesh25 at gmail dot com

It is HP's Non Stop Kernel..

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

[2006-02-05 16:26:21] [EMAIL PROTECTED]

"NSK-TANDEM"?
What OS is that?

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

[2006-02-05 16:23:31] ramesh25 at gmail dot com

Description:
------------
PHP crashes when it exits

Reproduce code:
---------------
php -h

Expected result:
----------------
display command line options

Actual result:
--------------
#sapi/cli/php -h
Usage: php [options] [-f] <file> [--] [args...]
       php [options] -r <code> [--] [args...]
       php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--]
[args...]
       php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--]
[args...]
       php [options] -- [args...]
       php [options] -a

  -a               Run as interactive shell
  -c <path>|<file> Look for php.ini file in this directory
  -n               No php.ini file will be used
  -d foo[=bar]     Define INI entry foo with value 'bar'
  -e               Generate extended information for debugger/profiler
  -f <file>        Parse <file>.
  -h               This help
  -i               PHP information
  -l               Syntax check only (lint)
  -m               Show compiled in modules
  -r <code>        Run PHP <code> without using script tags <?..?>
  -B <begin_code>  Run PHP <begin_code> before processing input lines
  -R <code>        Run PHP <code> for every input line
  -F <file>        Parse and execute <file> for every input line
  -E <end_code>    Run PHP <end_code> after processing all input lines
  -H               Hide any passed arguments from external tools.
  -s               Display colour syntax highlighted source.
  -v               Version number
  -w               Display source with stripped comments and
whitespace.
  -z <file>        Load Zend extension <file>.

  args...          Arguments passed to script. Use -- args when first
argument
                   starts with - or script is read from stdin

  --rf <name>      Show information about function <name>.
  --rc <name>      Show information about class <name>.
  --re <name>      Show information about extension <name>.

\MRS010.$:1:442:104328200 - *** Run-time Error 034 ***
\MRS010.$:1:442:104328200 - Released space not allocated
\MRS010.$:1:442:104328200 - From zend_hash_del_key_or_index + 0x2E0
(UCr)
\MRS010.$:1:442:104328200 -      php_stream_filter_unregister_factory +
0x58 (UCr)
\MRS010.$:1:442:104328200 -      zm_shutdown_bz2 + 0x50 (UCr)
\MRS010.$:1:442:104328200 -      module_destructor + 0xB8 (UCr)
\MRS010.$:1:442:104328200 -      zend_hash_apply_deleter + 0x88 (UCr)
\MRS010.$:1:442:104328200 -      zend_hash_graceful_reverse_destroy +
0x4C (UCr)
\MRS010.$:1:442:104328200 -      zend_shutdown + 0x48 (UCr)
\MRS010.$:1:442:104328200 -      php_module_shutdown + 0x74 (UCr)
\MRS010.$:1:442:104328200 -      main + 0x1D88 (UCr)
\MRS010.$:1:442:104328200 -      _MAIN + 0x4C (UCr)
Unknown Signal #31
#





#sapi/cli/php -v
PHP 5.1.2 (cli) (built: Feb  5 2006 08:57:08)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
\MRS010.$:1:441:104328712 - *** Run-time Error 034 ***
\MRS010.$:1:441:104328712 - Released space not allocated
\MRS010.$:1:441:104328712 - From zend_hash_del_key_or_index + 0x2E0
(UCr)
\MRS010.$:1:441:104328712 -      php_stream_filter_unregister_factory +
0x58 (UCr)
\MRS010.$:1:441:104328712 -      zm_shutdown_bz2 + 0x50 (UCr)
\MRS010.$:1:441:104328712 -      module_destructor + 0xB8 (UCr)
\MRS010.$:1:441:104328712 -      zend_hash_apply_deleter + 0x88 (UCr)
\MRS010.$:1:441:104328712 -      zend_hash_graceful_reverse_destroy +
0x4C (UCr)
\MRS010.$:1:441:104328712 -      zend_shutdown + 0x48 (UCr)
\MRS010.$:1:441:104328712 -      php_module_shutdown + 0x74 (UCr)
\MRS010.$:1:441:104328712 -      main + 0x1D88 (UCr)
\MRS010.$:1:441:104328712 -      _MAIN + 0x4C (UCr)
Unknown Signal #31
#



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


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

Reply via email to