|
Lines 3040-3046
Link Here
|
| 3040 |
|
3040 |
|
| 3041 |
<para>What you should do:</para> |
3041 |
<para>What you should do:</para> |
| 3042 |
|
3042 |
|
| 3043 |
<para>In the first case you can use a debugger e.g. gdb to find |
3043 |
<para>In the first case you can use a debugger e.g. &man.gdb.1; to find |
| 3044 |
the point in the program which is attempting to access a bogus |
3044 |
the point in the program which is attempting to access a bogus |
| 3045 |
address and then fix it.</para> |
3045 |
address and then fix it.</para> |
| 3046 |
|
3046 |
|
|
Lines 8902-8908
Link Here
|
| 8902 |
make install</command>. When &man.ppp.8; hangs, find the |
8902 |
make install</command>. When &man.ppp.8; hangs, find the |
| 8903 |
&man.ppp.8; process id with <command>ps ajxww | fgrep |
8903 |
&man.ppp.8; process id with <command>ps ajxww | fgrep |
| 8904 |
ppp</command> and run <command>gdb ppp |
8904 |
ppp</command> and run <command>gdb ppp |
| 8905 |
<replaceable>PID</replaceable></command>. From the gdb |
8905 |
<replaceable>PID</replaceable></command>. From the <command>gdb</command> |
| 8906 |
prompt, you can then use <command>bt</command> to get a |
8906 |
prompt, you can then use <command>bt</command> to get a |
| 8907 |
stack trace.</para> |
8907 |
stack trace.</para> |
| 8908 |
|
8908 |
|
|
Lines 9331-9337
Link Here
|
| 9331 |
<para>All of this information should be given alongside your |
9331 |
<para>All of this information should be given alongside your |
| 9332 |
question, making it possible to diagnose the problem.</para> |
9332 |
question, making it possible to diagnose the problem.</para> |
| 9333 |
|
9333 |
|
| 9334 |
<para>If you are familiar with gdb, you may wish to find out some |
9334 |
<para>If you are familiar with &man.gdb.1;, you may wish to find out some |
| 9335 |
other bits and pieces such as what actually caused the dump and |
9335 |
other bits and pieces such as what actually caused the dump and |
| 9336 |
the addresses & values of the relevant variables.</para> |
9336 |
the addresses & values of the relevant variables.</para> |
| 9337 |
</answer> |
9337 |
</answer> |