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
Currently, when a binary crashes and is detected as C binary i have found a few issues :
*.so libs are not sent along with the binary
debugging symbols table are not sent too. usually they are available in separate files such as /usr/lib/debug/.build-id/59/b262a6710ac89c3b4e53cccd6387f4b56c7d0c.debug
Make next to impossible for the gdb instance to work. Especially when the rcoredumpd runs on FreeBSD and the crashing binary runs on a linux based system
The text was updated successfully, but these errors were encountered:
Currently, when a binary crashes and is detected as C binary i have found a few issues :
*.so
libs are not sent along with the binary/usr/lib/debug/.build-id/59/b262a6710ac89c3b4e53cccd6387f4b56c7d0c.debug
Make next to impossible for the gdb instance to work. Especially when the rcoredumpd runs on FreeBSD and the crashing binary runs on a linux based system
The text was updated successfully, but these errors were encountered: