Maksym Shaiev
Maksym Shaiev
Hey @dstogov Thanks for your suggestion. I can't find a core file in the system with that error. I've build a docker image with enabled debug flag, based on [Generating...
Hi Dmitry, Thanks for the above. I've got a backtrace of the entire stack. ```bash Reading symbols from php... (No debugging symbols found in php) (gdb) r Starting program: /usr/local/bin/php...
It doens't seem there are missing libraries: ``` dev@aa87ca38102d:/var/www$ ldd -r /usr/lib/libSalience6.so linux-vdso.so.1 (0x00007fff607ef000) libzmq.so.5 => /usr/lib/libzmq.so.5 (0x00007fcbf01f2000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fcbf01e7000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fcbf01e1000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fcbf01bf000)...
Thanks for the above ``` (gdb) b __GI__dl_catch_error Function "__GI__dl_catch_error" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (__GI__dl_catch_error) pending. (gdb) r...
Can someone please describe that requirement in the documentation? How deal with that properly?