in reply to Re^2: How to find perl line after segfault.
in thread How to find perl line after segfault.
Generally, when tracking down a segfault, all you are interested in is the last few lines of the output telling you which sub faulted; and possibly how you got there; so I set it running and minimise the session. When I go back a while later, the information I need is left right there on the last line (or last few lines) of the screen.
If you do redirect to a file, then tail theLog gives you the same information.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to find perl line after segfault.
by Steve_BZ (Chaplain) on Feb 14, 2015 at 18:43 UTC | |
by BrowserUk (Patriarch) on Feb 14, 2015 at 20:32 UTC | |
by Steve_BZ (Chaplain) on Feb 14, 2015 at 21:05 UTC | |
by BrowserUk (Patriarch) on Feb 14, 2015 at 21:14 UTC | |
by Steve_BZ (Chaplain) on Feb 15, 2015 at 10:09 UTC | |
|