-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
Exit without outputs #204
Comments
Check the install.log file |
|
|
FWIW you don't need to recompile to get the gdbinit file, you can just grab it from here: https://github.com/php/php-src/blob/master/.gdbinit |
I've tried. Zbacktrace returns an error about basic functions stuff (which seems to only be present in debug compiles versions). |
'basic_functions_module' has unknown type; cast it to its declared type |
Got the same error again |
Not sure what else I can do. The original issue was a cache problem. |
Nope, after the cache cleaning I still had no print of the issue after cleaning cache. The compile script should print/verify the install of Valgrind and/or tells that you can check logs if there's issues |
Sure, but that's a different issue. compile.sh has behaved this way for a long time and it's a PITA to change it. We could add some logs to make people aware of install.log. Welcome to send a PR if you like. |
In order to use #121 I tried to compile myself the lib (since php-debug of releases seems not to contain that gdbinit file).
However the compiler just exits without outputting anything particular. But bin/php7 folders are created (nothing inside)
The text was updated successfully, but these errors were encountered: