This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
admin:debuggingcrash [2018/10/03 13:19] veera [Log files] |
admin:debuggingcrash [2018/10/03 13:20] (current) veera [Debugging with a binary with symbols] |
||
---|---|---|---|
Line 75: | Line 75: | ||
# run the special trisul binary we send you like this | # run the special trisul binary we send you like this | ||
- | gdb --args /home/mike3/trisul -nodemon /usr/local/etc/trisul-probe/domain0/probe0/context0/trisulProbeConfig.xml -mode online_rxring | + | gdb --args /home/mike3/trisul -nodemon \ |
+ | /usr/local/etc/trisul-probe/domain0/probe0/context0/trisulProbeConfig.xml \ | ||
+ | -mode online_rxring | ||
(...wait...) | (...wait...) |