dotdeb-php icon indicating copy to clipboard operation
dotdeb-php copied to clipboard

debug symbols for extensions (apcu particularly)?

Open mente opened this issue 7 years ago • 1 comments

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?

mente avatar Oct 25 '16 08:10 mente

this enables -dbg package build for apcu: https://github.com/gplessis/dotdeb-apcu/pull/2

matikij avatar Oct 25 '16 13:10 matikij