[[
plu:debug
]]
paclink-unix
Trace:
•
debug
Show pagesource
Recent Changes
Sitemap
Log In
Search
Install paclink-unix
home
Install AX.25
Install paclink-unix
Configure a single MTA
Configure postfix
Configure exim
Configure Winlink Secure Login
Test, Verify & Debug paclink-unix
Test & Verify
Common Problems
How to debug a segfault
paclink-unix Use Cases
use_cases
paclink-unix email clients
Configure email clients
Brief Comparison of TNCs
Compare 1200 baud TNCs
About
about this site
paclink-unix dev site
paclink-unix on Yahoo Groups
AX.25
Winlink e-mail system
How to Debug a segfault
To debug segfaults enable core dumps:
ulimit
-c
unlimited
In the same console as you ran ulimit run whatever program segfaulted.
After it segfaults look for a core file
Then run
GNU_Debugger
:
gdb
<
prog_name
>
core
then run a stack backtrace in gdb
(gdb) bt
You should get a good idea about what caused the problem.
plu/debug.txt
· Last modified: 2016/04/14 18:37 by
gunn
Show pagesource
Old revisions
Media Manager
Back to top