Pan crashes

When I try to save NZB files Pan consistenly crashes with a segmentation fault.


~> pan --debug

(process:21888): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
(article-cache.cc:171:ArticleCache) loaded 0 articles into cache from /home/user/.pan2/article-cache
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB was not provided by any .service files
Segmentation fault (core dumped)

When I run **sudo journalctl -f **and save the nzb file I see the following output


kernel: pan[22558]: segfault at 0 ip 00007faac49f4fcb sp 00007ffda948b190 error 4 in libc-2.26.so[7faac4939000+1b1000]

This looks very similar to the posting in 2015 in https://forums.opensuse.org/showthread.php/510116-Pan-crashes

Should I file a bug report again?

Thanks in advance for your responses.

System: Kernel: 4.12.14-lp151.28.25-default x86_64 bits: 64 Desktop: KDE Plasma 5.12.8 Distro: openSUSE Leap 15.1

My interpretation of your error is that your configured locale is not supported by the application.
But, this shouldn’t be a critical error, there is a fallback in the code which should work.

So,
For starters, if there is an alternate locale available to you, you should try it.
But in any case, since the fallback also didn’t work you should create a bug at https://bugzilla.opensuse.org.

IMO,
TSU