On Wed, 2008-02-13 at 00:21 +0900, Paul Wise wrote: > I'm having this same backtrace with 1.4.11.
I rebuilt liferea and am still having the same issue. I removed ~/.liferea-1.4/ and am still having this issue. Then I ran this command and no longer have the issue: gconftool --recursive-unset /apps/liferea Then I restored ~/.liferea-1.4/ and there is no crash. Then I restored the gconf settings, and I then ran this: for k in `grep '<key>' liferea.xml | sed 's_</*key>__g'` ; do echo ------------------------------------- echo $k gconftool --unset /apps/liferea/$k liferea done Unsetting last-vpane-pos stopped liferea from crashing. Then I ran these commands and there was no crash: gconftool --load liferea.xml gconftool --unset /apps/liferea/last-vpane-pos I compared the bad and good gconf settings and got this: --- liferea.xml.bad +++ liferea.xml.good @@ -142,7 +142,7 @@ <key>last-vpane-pos</key> <schema_key>/schemas/apps/liferea/last-vpane-pos</schema_key> <value> - <int>722</int> + <int>170</int> </value> </entry> <entry> I did a bisect on this value using the following command and found that 635 was the magic value that caused crashes. 634 did not cause crashes. gconftool --type int --set /apps/liferea/last-vpane-pos 635 I removed all the gconf settings and ~/.liferea-1.4 then set last-vpane-pos to 635 and got the crash. I set it to 634 and did not get the crash. Hopefully I've provided enough information for this bug to be tracked down and fixed. -- bye, pabs http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part