Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # only once obviously
- sudo apt-get install duma
- gdb a.out
- # in gdb console:
- set environment LD_PRELOAD /usr/lib/libduma.so.0
- run
- # wait till it crashes, and then
- backtrace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement