
On zondag 8 september 2019 14:49:08 CEST Per Jessen wrote:
On 9/8/19 2:05 PM, Per Jessen wrote:
Erwin wrote:
The message in the subject is harmless as it also occurs on my system with a running PAN.
Yes, I have also realised that isn't the real problem - the complete text is:
(process:20988): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB was not provided by any .service files Segmentation fault (core dumped)
The coredump is the real issue - maybe related to my local settings, not sure.
Thread 1 "pan" received signal SIGSEGV, Segmentation fault. 0x00007ffff42fffcb in __strftime_internal () from /lib64/libc.so.6 (gdb) bt full #0 0x00007ffff42fffcb in __strftime_internal () from /lib64/libc.so.6 No symbol table info available. #1 0x00007ffff4302006 in strftime_l () from /lib64/libc.so.6
What exactly are you trying to do with PAN?
Just start it, to read local newsgroups, migrating away from knode.
Which version of PAN are you using?
per@office37:~> rpm -qi pan Name : pan Version : 0.145 Release : lp151.1.2
Are you using KDE?
Yep.
Does PAN crash directly at startup?
No, it actually starts the GUI, I pick an unsubscribed group and it asks if how many messages I want to download. Then it crashes.
Is PAN able to load the newsgroup list?
Yes.
Does it crash after loading the newsgroup list when loading news articles? What are the locale settings on your system (file /etc/sysconfig/language) If you are using KDE, what are your Regional Settings, e.g. Formats?
You seem to know the problem well :-)
egrep -v '^#|^$' /etc/sysconfig/language INPUT_METHOD="" RC_LANG="" RC_LC_ALL="" RC_LC_MESSAGES="" RC_LC_CTYPE="" RC_LC_COLLATE="" RC_LC_TIME="" RC_LC_NUMERIC="" RC_LC_MONETARY="" RC_LC_PAPER="" ROOT_USES_LANG="ctype" AUTO_DETECT_UTF8="no" INSTALLED_LANGUAGES="en_GB"
I'll add the KDE Regional Settings in 5 minutes.
From KDE Regional Settings -
Formats - Region UK, en_GB Time - Switzerland, en_CH. I see this option on the new user too, although it is clearly not valid?
/Per
I had this problem too and it came down to an invalid local setting. The file /etc/sysconfig/language contains a list of valid locale settings in the description of RC_LANG. I did set RC_LANG to POSIX. Next, I opened a console for the user where PAN crashed, and used the "set" command to get the values of the following parameters (these are my settings at the moment): LANG=nl_NL.UTF-8 LANGUAGE=en_US LC_COLLATE=C LC_MEASUREMENT=nl_NL.UTF-8 LC_MONETARY=nl_NL.UTF-8 LC_NUMERIC=nl_NL.UTF-8 LC_TIME=nl_NL.UTF-8 You have to experiment a bit with the KDE Regional Settings to get a valid locale. Once you get this right, PAN won't crash anymore. -- Erwin Lam (erwinl@dds.nl) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org