Advertisement
Danack

Weird zend_mm_heap corrupted

Jul 7th, 2013
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1.  
  2. Dan-Ackroyds-MacBook-Pro:intahwebz danack$ composer update
  3. PHP Fatal error: include(): Cannot redeclare class symfony\component\process\process in phar:///usr/local/bin/composer/vendor/composer/ClassLoader.php on line 185
  4. PHP Stack trace:
  5. PHP 1. {main}() /usr/local/bin/composer:0
  6. PHP 2. require() /usr/local/bin/composer:15
  7. PHP 3. Composer\Console\Application->run() phar:///usr/local/bin/composer/bin/composer:43
  8. PHP 4. Symfony\Component\Console\Application->run() phar:///usr/local/bin/composer/src/Composer/Console/Application.php:83
  9. PHP 5. Composer\Console\Application->doRun() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:119
  10. PHP 6. Symfony\Component\Console\Application->doRun() phar:///usr/local/bin/composer/src/Composer/Console/Application.php:117
  11. PHP 7. Symfony\Component\Console\Application->doRunCommand() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:212
  12. PHP 8. Symfony\Component\Console\Command\Command->run() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:882
  13. PHP 9. Composer\Command\UpdateCommand->execute() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:244
  14. PHP 10. Composer\Command\Command->getComposer() phar:///usr/local/bin/composer/src/Composer/Command/UpdateCommand.php:63
  15. PHP 11. Composer\Console\Application->getComposer() phar:///usr/local/bin/composer/src/Composer/Command/Command.php:50
  16. PHP 12. Composer\Factory::create() phar:///usr/local/bin/composer/src/Composer/Console/Application.php:175
  17. PHP 13. Composer\Factory->createComposer() phar:///usr/local/bin/composer/src/Composer/Factory.php:393
  18. PHP 14. Composer\Factory->createDownloadManager() phar:///usr/local/bin/composer/src/Composer/Factory.php:238
  19. PHP 15. Composer\Autoload\ClassLoader->loadClass() phar:///usr/local/bin/composer/src/Composer/Factory.php:0
  20.  
  21. Fatal error: include(): Cannot redeclare class symfony\component\process\process in phar:///usr/local/bin/composer/vendor/composer/ClassLoader.php on line 185
  22.  
  23. Call Stack:
  24. 0.0003 223760 1. {main}() /usr/local/bin/composer:0
  25. 0.0036 374608 2. require('phar:///usr/local/bin/composer/bin/composer') /usr/local/bin/composer:15
  26. 0.0237 3034392 3. Composer\Console\Application->run() phar:///usr/local/bin/composer/bin/composer:43
  27. 0.0266 3373128 4. Symfony\Component\Console\Application->run() phar:///usr/local/bin/composer/src/Composer/Console/Application.php:83
  28. 0.0276 3517712 5. Composer\Console\Application->doRun() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:119
  29. 0.0282 3600088 6. Symfony\Component\Console\Application->doRun() phar:///usr/local/bin/composer/src/Composer/Console/Application.php:117
  30. 0.0287 3601680 7. Symfony\Component\Console\Application->doRunCommand() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:212
  31. 0.0288 3602048 8. Symfony\Component\Console\Command\Command->run() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Application.php:882
  32. 0.0291 3605184 9. Composer\Command\UpdateCommand->execute() phar:///usr/local/bin/composer/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:244
  33. 0.0291 3605736 10. Composer\Command\Command->getComposer() phar:///usr/local/bin/composer/src/Composer/Command/UpdateCommand.php:63
  34. 0.0292 3605936 11. Composer\Console\Application->getComposer() phar:///usr/local/bin/composer/src/Composer/Command/Command.php:50
  35. 0.0292 3606168 12. Composer\Factory::create() phar:///usr/local/bin/composer/src/Composer/Console/Application.php:175
  36. 0.0292 3606344 13. Composer\Factory->createComposer() phar:///usr/local/bin/composer/src/Composer/Factory.php:393
  37. 0.0574 5615176 14. Composer\Factory->createDownloadManager() phar:///usr/local/bin/composer/src/Composer/Factory.php:238
  38. 0.0614 6160904 15. Composer\Autoload\ClassLoader->loadClass() phar:///usr/local/bin/composer/src/Composer/Factory.php:0
  39.  
  40. zend_mm_heap corrupted
  41. Dan-Ackroyds-MacBook-Pro:intahwebz danack$ alias
  42. alias composer='/usr/local/bin/composer'
  43. alias mysqlstart='sudo /opt/local/bin/mysqld_safe5 &'
  44. alias mysqlstop='/opt/local/bin/mysqladmin5 -u root -p shutdown'
  45. alias wget='curl -O'
  46. Dan-Ackroyds-MacBook-Pro:intahwebz danack$ /usr/local/bin/composer
  47. ______
  48. / ____/___ ____ ___ ____ ____ ________ _____
  49. / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
  50. / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
  51. \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
  52. /_/
  53. Composer version 52990eca1eb3e2991edd78fe4a7b8dd023d4064b
  54.  
  55. Usage:
  56. [options] command [arguments]
  57.  
  58. Options:
  59. --help -h Display this help message.
  60. --quiet -q Do not output any message.
  61. --verbose -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  62. --version -V Display this application version.
  63. --ansi Force ANSI output.
  64. --no-ansi Disable ANSI output.
  65. --no-interaction -n Do not ask any interactive question.
  66. --profile Display timing and memory usage information
  67. --working-dir -d If specified, use the given directory as working directory.
  68.  
  69. Available commands:
  70. about Short information about Composer
  71. archive Create an archive of this composer package
  72. config Set config options
  73. create-project Create new project from a package into given directory.
  74. depends Shows which packages depend on the given package
  75. diagnose Diagnoses the system to identify common errors.
  76. dump-autoload Dumps the autoloader
  77. dumpautoload Dumps the autoloader
  78. help Displays help for a command
  79. init Creates a basic composer.json file in current directory.
  80. install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
  81. list Lists commands
  82. require Adds required packages to your composer.json and installs them
  83. run-script Run the scripts defined in composer.json.
  84. search Search for packages
  85. self-update Updates composer.phar to the latest version.
  86. selfupdate Updates composer.phar to the latest version.
  87. show Show information about packages
  88. status Show a list of locally modified packages
  89. update Updates your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  90. validate Validates a composer.json
  91. Dan-Ackroyds-MacBook-Pro:intahwebz danack$
  92. Dan-Ackroyds-MacBook-Pro:intahwebz danack$
  93. Dan-Ackroyds-MacBook-Pro:intahwebz danack$
  94. Dan-Ackroyds-MacBook-Pro:intahwebz danack$ composer
  95. ______
  96. / ____/___ ____ ___ ____ ____ ________ _____
  97. / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
  98. / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
  99. \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
  100. /_/
  101. Composer version 52990eca1eb3e2991edd78fe4a7b8dd023d4064b
  102.  
  103. Usage:
  104. [options] command [arguments]
  105.  
  106. Options:
  107. --help -h Display this help message.
  108. --quiet -q Do not output any message.
  109. --verbose -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  110. --version -V Display this application version.
  111. --ansi Force ANSI output.
  112. --no-ansi Disable ANSI output.
  113. --no-interaction -n Do not ask any interactive question.
  114. --profile Display timing and memory usage information
  115. --working-dir -d If specified, use the given directory as working directory.
  116.  
  117. Available commands:
  118. about Short information about Composer
  119. archive Create an archive of this composer package
  120. config Set config options
  121. create-project Create new project from a package into given directory.
  122. depends Shows which packages depend on the given package
  123. diagnose Diagnoses the system to identify common errors.
  124. dump-autoload Dumps the autoloader
  125. dumpautoload Dumps the autoloader
  126. help Displays help for a command
  127. init Creates a basic composer.json file in current directory.
  128. install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
  129. list Lists commands
  130. require Adds required packages to your composer.json and installs them
  131. run-script Run the scripts defined in composer.json.
  132. search Search for packages
  133. self-update Updates composer.phar to the latest version.
  134. selfupdate Updates composer.phar to the latest version.
  135. show Show information about packages
  136. status Show a list of locally modified packages
  137. update Updates your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  138. validate Validates a composer.json
  139. Dan-Ackroyds-MacBook-Pro:intahwebz danack$ composer
  140. ______
  141. / ____/___ ____ ___ ____ ____ ________ _____
  142. / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
  143. / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
  144. \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
  145. /_/
  146. Composer version 52990eca1eb3e2991edd78fe4a7b8dd023d4064b
  147.  
  148. Usage:
  149. [options] command [arguments]
  150.  
  151. Options:
  152.  
  153.  
  154. php version
  155.  
  156. PHP 5.4.9 (cli) (built: Nov 23 2012 02:31:44)
  157. Copyright (c) 1997-2012 The PHP Group
  158. Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
  159. with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement