#36294 [Opn->Fbk]: PHP crashes when exiting

2006-02-05 Thread tony2001
 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:

Well, I doubt we'll be able to debug it without any information on a
such rare platform.


Previous Comments:


[2006-02-05 19:13:31] ramesh25 at gmail dot com

there is no gdb. we use a debugger called inspect.



[2006-02-05 16:49:39] [EMAIL PROTECTED]

Is there some kind of GDB or different debugger?



[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]  [--] [args...]
   php [options] -r  [--] [args...]
   php [options] [-B ] -R  [-E ] [--]
[args...]
   php [options] [-B ] -F  [-E ] [--]
[args...]
   php [options] -- [args...]
   php [options] -a

  -a   Run as interactive shell
  -c | 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 Parse .
  -h   This help
  -i   PHP information
  -l   Syntax check only (lint)
  -m   Show compiled in modules
  -r Run PHP  without using script tags 
  -B   Run PHP  before processing input lines
  -R Run PHP  for every input line
  -F Parse and execute  for every input line
  -E Run PHP  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 Load Zend extension .

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

  --rf   Show information about function .
  --rc   Show information about class .
  --re   Show information about extension .

\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


#36294 [Opn->Fbk]: PHP crashes when exiting

2006-02-05 Thread tony2001
 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]  [--] [args...]
   php [options] -r  [--] [args...]
   php [options] [-B ] -R  [-E ] [--]
[args...]
   php [options] [-B ] -F  [-E ] [--]
[args...]
   php [options] -- [args...]
   php [options] -a

  -a   Run as interactive shell
  -c | 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 Parse .
  -h   This help
  -i   PHP information
  -l   Syntax check only (lint)
  -m   Show compiled in modules
  -r Run PHP  without using script tags 
  -B   Run PHP  before processing input lines
  -R Run PHP  for every input line
  -F Parse and execute  for every input line
  -E Run PHP  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 Load Zend extension .

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

  --rf   Show information about function .
  --rc   Show information about class .
  --re   Show information about extension .

\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


#36294 [Opn->Fbk]: PHP crashes when exiting

2006-02-05 Thread tony2001
 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:

"NSK-TANDEM"?
What OS is that?


Previous Comments:


[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]  [--] [args...]
   php [options] -r  [--] [args...]
   php [options] [-B ] -R  [-E ] [--]
[args...]
   php [options] [-B ] -F  [-E ] [--]
[args...]
   php [options] -- [args...]
   php [options] -a

  -a   Run as interactive shell
  -c | 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 Parse .
  -h   This help
  -i   PHP information
  -l   Syntax check only (lint)
  -m   Show compiled in modules
  -r Run PHP  without using script tags 
  -B   Run PHP  before processing input lines
  -R Run PHP  for every input line
  -F Parse and execute  for every input line
  -E Run PHP  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 Load Zend extension .

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

  --rf   Show information about function .
  --rc   Show information about class .
  --re   Show information about extension .

\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