View Single Post
  #7 (permalink)  
Old January 2nd, 2004
dfaure dfaure is offline
Novicius
 
Join Date: November 19th, 2003
Posts: 3
dfaure is flying high
Default Re: Same crash, different system and circumstances

The only way to understand such crashes is to run "valgrind qtella" (after installing valgrind).
The gdb backtrace is unfortunately not useful.

To apply the fix: you need to be able to compile qtella from sources.
Save fulldif.txt into the qtella sources, launch konsole, go to the qtella sources, then type
patch -p0 < fulldif.txt
It should show a list of files successfully modified. Then recompile as usual.
Reply With Quote