You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.
We have a problem with apcu, resulting in segfault (details can be found here krakjoe/apcu#207). There's a core dump available but without debug symbols for apcu it's pretty hard to debug it for maintainer. php7.0-dbg is installed and latest version but it doesn't contain apcu debug symbols (though there are some available).
Trying to compile apcu from source and use it results in not all debug symbols being loaded (check issue mentioned above).
So my question is there any way to have debug symbols for extensions as well?
The text was updated successfully, but these errors were encountered:
We have a problem with apcu, resulting in segfault (details can be found here krakjoe/apcu#207). There's a core dump available but without debug symbols for apcu it's pretty hard to debug it for maintainer.
php7.0-dbg
is installed and latest version but it doesn't contain apcu debug symbols (though there are some available).Trying to compile apcu from source and use it results in not all debug symbols being loaded (check issue mentioned above).
So my question is there any way to have debug symbols for extensions as well?
The text was updated successfully, but these errors were encountered: