trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2012

Re: [trinity-devel] kwrite crash - it is tdelibs! (tqt3-46, tdelibs-47, tdebase-46 => crash)

From: /dev/ammo42 <mickeytintincolle@...>
Date: Mon, 14 May 2012 06:14:10 +0200
On Sun, 13 May 2012 23:10:00 -0500
"David C. Rankin" <drankinatty@...> wrote:

> On 05/13/2012 10:43 PM, /dev/ammo42 wrote:
> > The "No such file or directory" error is because gdb tries to open
> > the concerned file (kernel/qfont_x11.cpp, from TQt3 sources) to
> > show the line of code that program was executing.
> >> > 
> 
> Ahh - learn something new every day :)  Would it do any good to
> install the tqt3 source so it could find the file -- or is it just
> the infinite loop stray crash where the source wouldn't help?
> 
The backtrace still contains the same KateRenderer::textWidth()
function in it, so it's consistent with it being the same infinite
loop as before. Moreover gdb tells you the line number even if it can't
open the file, so you can look at the code yourself ;)