We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to index a Drupal project, it ends with an error reaching the 9000 limit.
These are the last lines in the log:
[2016-11-30 21:28:10] completer.DEBUG: Processing node Symfony\Comp[44978/48629] er\Tests\CliDumperTest [] [] [2016-11-30 21:28:10] completer.DEBUG: Indexing: [0.061321973800659]s [] [] [2016-11-30 21:28:10] completer.DEBUG: Memory: 331009504 [] [] [2016-11-30 21:28:10] completer.INFO: Progress: 49% [] [] [2016-11-30 21:28:10] completer.INFO: processing vendor/symfony/var-dumper/Tests /Fixtures/GeneratorDemo.php [] [] [2016-11-30 21:28:10] completer.DEBUG: Cache status: disabled [] [] [2016-11-30 21:28:10] completer.ERROR: Parsing failed in file /Users/rob/Sites/c lients/go-intranet/vendor/symfony/var-dumper/Tests/Fixtures/GeneratorDemo.php [ ] [] [2016-11-30 21:28:10] completer.INFO: Parsing: [0.0058910846710205]s [] [] [2016-11-30 21:28:10] completer.DEBUG: Processing nodes 0 [] [] [2016-11-30 21:28:10] completer.DEBUG: Indexing: [0.0069289207458496]s [] [] [2016-11-30 21:28:10] completer.DEBUG: Memory: 329638216 [] [] [2016-11-30 21:28:10] completer.INFO: Progress: 49% [] [] [2016-11-30 21:28:10] completer.INFO: processing vendor/symfony/var-dumper/Tests /Fixtures/NotLoadableClass.php [] [] [2016-11-30 21:28:10] completer.DEBUG: Cache status: disabled [] [] [2016-11-30 21:28:10] completer.INFO: Traversing with 2 processors [] [] [2016-11-30 21:28:10] completer.INFO: Found 4 nodes [] [] [2016-11-30 21:28:10] completer.INFO: Parsing: [0.0022628307342529]s [] [] [2016-11-30 21:28:10] completer.DEBUG: Processing nodes 4 [] [] [2016-11-30 21:28:10] completer.DEBUG: Processing node Symfony\Component\VarDump er\Tests\Fixtures\NotLoadableClass [] [] PHP Fatal error: Maximum function nesting level of '9000' reached, aborting! in /Users/rob/Sites/other/padawan/vendor/mkusher/padawan/src/Entity/Collection/Spe cification.php on line 50 PHP Stack trace: PHP 1. {main}() /Users/rob/Sites/other/padawan/vendor/mkusher/padawan/bin/pada wan:0 PHP 2. Application\CLI\App->handle() /Users/rob/Sites/other/padawan/vendor/mku sher/padawan/bin/padawan:27 PHP 3. Application\BaseApplication->handle() /Users/rob/Sites/other/padawan/ve ndor/mkusher/padawan/src/Application/CLI/App.php:16
This happens using padawan generate or :padawangenerate
The text was updated successfully, but these errors were encountered:
class NotLoadableClass extends NotLoadableClass is there, so I guess this is normal..
class NotLoadableClass extends NotLoadableClass
We should be able to catch this somehow?
Sorry, something went wrong.
Duplicate of #42
True, this can be closed.. I looked for something similar but couldnt find it.
No branches or pull requests
When I try to index a Drupal project, it ends with an error reaching the 9000 limit.
These are the last lines in the log:
This happens using padawan generate or :padawangenerate
The text was updated successfully, but these errors were encountered: