[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] pan 0.147 crashes
From: |
Dominique Dumont |
Subject: |
Re: [Pan-users] pan 0.147 crashes |
Date: |
Tue, 28 Sep 2021 11:31:05 +0200 |
On Tuesday, 28 September 2021 09:59:02 CEST David Chmelik wrote:
> > Is pan compiled with gtk2 or gtk3 ?
>
> Maybe GTK2, but I don't know.
I've checked. It's gtk2:
$ ldd /tmp/pan | grep gtk
libgtkspell.so.0 => /lib/x86_64-linux-gnu/libgtkspell.so.0
(0x00007f8e4557f000)
libgtk-x11-2.0.so.0 => /lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
(0x00007f8e45121000)
> > What's your window manager ?
>
> X/KDE
On Debian, I had to compile pan with Gtk3 because pan with gtk2 crashed often
with KDE.
You should try to compile pan with gtk3 .
> > Could you provide a backtrace ?
>
> How do I do that again?
See https://wiki.debian.org/HowToGetABacktrace although I don't know how to get
debug symbols on slackware.
Please try pan with gtk3 first.
All the best