On 04/25/2012 01:49 PM, Timothy Pearson wrote:
got it -- now what (rebuild and don't strip :)
Yep, that's correct. Once you get to the gdb> prompt enter 'bt' and press <return>.
Tim
OK,
0xb51f4363 in KateRenderer::textWidth(KSharedPtr<KateTextLine> const&, unsigned int, unsigned int, bool*, int*) () from /opt/trinity/lib/trinity/libkatepart.so (gdb) bt #0 0xb51f4363 in KateRenderer::textWidth(KSharedPtr<KateTextLine> const&, unsigned int, unsigned int, bool*, int*) () from /opt/trinity/lib/trinity/libkatepart.so #1 0xb51d1d97 in KateViewInternal::range(int, KateLineRange const*) () from /opt/trinity/lib/trinity/libkatepart.so #2 0xb51d31ae in KateViewInternal::range(unsigned int, int) () from /opt/trinity/lib/trinity/libkatepart.so #3 0x08515838 in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Huh?
Do I need to rebuild without 'strip' to help?
-- David C. Rankin, J.D.,P.E.
Possibly. Also, if no one else is seeing this problem, I wonder if it is unique to your system/distribution. We'll need a complete backtrace with line numbers to know for sure. :-)
Tim