[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] Linux Pan crashes on exit on x64 system.
From: |
Petr Kovar |
Subject: |
Re: [Pan-users] Linux Pan crashes on exit on x64 system. |
Date: |
Mon, 27 Mar 2017 18:36:42 +0200 |
On Sat, 25 Mar 2017 22:52:52 +0000 (UTC)
Duncan <address@hidden> wrote:
> Joe Zeff posted on Fri, 24 Mar 2017 13:38:17 -0700 as excerpted:
>
> > I've just had to reinstall my system and took advantage of the fact to
> > upgrade from X86-PAE to X64. Now, it crashes on exit every time I run
> > it and the posts in the last group I accessed aren't marked as read the
> > next time I run it. (I've corrected that by editing my .newsrc-1 file.)
> > There is a record of it here:
> > https://retrace.fedoraproject.org/faf/reports/522761/ Please note that
> > this has been occurring since 12/30/2014, but it hasn't even been
> > assigned yet. If there's an appropriate place to report it, please let
> > me know, and what needs to be included.
>
> Your followup RH bugzilla report from two days ago:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1435042
>
>
> I see pkovar has already CCed the bug, so should get whatever fix and
> include it in pan upstream. =:^)
Heh, I just happen to be CC'ed on all Pan bugs at
https://bugzilla.redhat.com/ because it's usually me updating the pan
package for Fedora. :)
Anyway, the crash on exit problem seems to be related to the gnome-keyring
code and shouldn't happen if you compile pan with --enable-gkr=no.
Joe, I've slightly updated the instructions on
http://pan.rebelbase.com/bugs/#backtrace, would you be able to follow them?
If you use the official Fedora pan package, you also need to install
debuginfo if it's not already installed:
dnf debuginfo-install pan
I think your crash could be caused by the same problem as the one shown
in this backtrace I generated the other day:
https://pastebin.com/C5AbH53v
The problem seems to be with the way gnome-keyring is freeing memory on
exit:
https://github.com/GNOME/pan2/blob/master/pan/gui/pan.cc#L1145
Anybody with C++ skills wants to take this one? :)
Cheers,
pk
- [Pan-users] Linux Pan crashes on exit on x64 system., Joe Zeff, 2017/03/24
- Re: [Pan-users] Linux Pan crashes on exit on x64 system., Joe Zeff, 2017/03/24
- Re: [Pan-users] Linux Pan crashes on exit on x64 system., Duncan, 2017/03/25
- Re: [Pan-users] Linux Pan crashes on exit on x64 system., Joe Zeff, 2017/03/27
- Re: [Pan-users] Linux Pan crashes on exit on x64 system., Duncan, 2017/03/27
- Re: [Pan-users] Linux Pan crashes on exit on x64 system., Joe Zeff, 2017/03/27
- Re: [Pan-users] Linux Pan crashes on exit on x64 system., Duncan, 2017/03/28