LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-12-2019, 10:44 AM   #1
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
krita still crashing after today's update


Slackware-current/Plasma5
after full update, krita is still crashing on exit:
Quote:
Application: krita (krita), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f3661ff97c0 (LWP 1323))]

Thread 2 (Thread 0x7f364f7fe700 (LWP 1344)):
#0 0x00007f3666fb186c in read () from /lib64/libc.so.6
#1 0x00007f366640003f in ?? () from /usr/lib64/libglib-2.0.so.0
#2 0x00007f36663ba81e in g_main_context_check () from /usr/lib64/libglib-2.0.so.0
#3 0x00007f36663bac2a in ?? () from /usr/lib64/libglib-2.0.so.0
#4 0x00007f36663bad9f in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#5 0x00007f36676b228b in QEventDispatcherGlib:rocessEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
#6 0x00007f366765d81b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
#7 0x00007f3667497ce1 in QThread::exec() () from /usr/lib64/libQt5Core.so.5
#8 0x00007f3669d17456 in ?? () from /usr/lib64/libQt5DBus.so.5
#9 0x00007f3667498d23 in ?? () from /usr/lib64/libQt5Core.so.5
#10 0x00007f366671906b in start_thread () from /lib64/libpthread.so.0
#11 0x00007f3666fc172f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f3661ff97c0 (LWP 1323)):
[KCrash Handler]
#6 0x00007f366749dcab in QThreadStorageData::get() const () from /usr/lib64/libQt5Core.so.5
#7 0x00007f3667546e27 in ?? () from /usr/lib64/libQt5Core.so.5
#8 0x00007f3663bcf5d0 in pcre2_jit_match_16 () from /usr/lib64/libpcre2-16.so.0
#9 0x00007f3663bd47f5 in pcre2_match_16 () from /usr/lib64/libpcre2-16.so.0
#10 0x00007f3667546fb8 in ?? () from /usr/lib64/libQt5Core.so.5
#11 0x00007f366754a57b in ?? () from /usr/lib64/libQt5Core.so.5
#12 0x00007f366754a9ac in QRegularExpression::match(QString const&, int, QRegularExpression::MatchType, QFlags<QRegularExpression::MatchOption>) const () from /usr/lib64/libQt5Core.so.5
#13 0x00007f3669ffd385 in ?? () from /usr/lib64/libQt5Xml.so.5
#14 0x00007f366a001ab4 in QDomDocument::toString(int) const () from /usr/lib64/libQt5Xml.so.5
#15 0x00007f366a9d67e9 in KoResourceTagStore::writeXMLFile(QString const&) () from /usr/lib64/libkritawidgets.so.18
#16 0x00007f366a9d6c55 in KoResourceTagStore::serializeTags() () from /usr/lib64/libkritawidgets.so.18
#17 0x00007f366a9d6d8e in KoResourceTagStore::~KoResourceTagStore() () from /usr/lib64/libkritawidgets.so.18
#18 0x00007f366bd8b168 in ?? () from /usr/lib64/libkritaui.so.18
#19 0x00007f366bd8b483 in ?? () from /usr/lib64/libkritaui.so.18
#20 0x00007f366bd89d71 in KisResourceBundleServerProvider::~KisResourceBundleServerProvider() () from /usr/lib64/libkritaui.so.18
#21 0x00007f366bd89d89 in ?? () from /usr/lib64/libkritaui.so.18
#22 0x00007f3666ef0017 in __run_exit_handlers () from /lib64/libc.so.6
#23 0x00007f3666ef01ca in exit () from /lib64/libc.so.6
#24 0x00007f3666ecee62 in __libc_start_main () from /lib64/libc.so.6
#25 0x000000000040832a in _start ()
[Inferior 1 (process 1323) detached]
just in the case:
current icu4c-compat:
icu4c-compat-65.1-x86_64-1alien
 
Old 11-13-2019, 07:55 AM   #2
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Same here on -current64, latest Plasma 5, all latest updates. Crashes on closing. Same errors as you report.
 
Old 11-13-2019, 08:07 AM   #3
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Seems related to this bug for which there is this commit.

--
SeB
 
Old 11-13-2019, 05:51 PM   #4
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by phenixia2003 View Post
Hello,

Seems related to this bug for which there is this commit.

--
SeB
Thank you,
I hope that this is it. This commit is one month old so I am not sure if it did not arrive on time or this is not exactly what is causing krita crashes for me.

I can uninstall krita as I don't use it. Which is another option.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Krita Devs Work on SVG Support, Python Scripting, and Text Tools for Krita 3.2 LXer Syndicated Linux News 0 12-23-2016 05:07 AM
LXer: Digital Painting with Krita 2.9 provides the missing Krita documentation LXer Syndicated Linux News 0 01-22-2016 05:41 AM
LXer: Krita Animation Edition Gets a Second Beta Release, Still Not Based on Krita 3.0 - Video LXer Syndicated Linux News 0 12-13-2015 12:44 AM
LXer: Krita Port to KDE Frameworks 5 and Qt 5 Almost Done, Krita 3.0 Coming Later This Year LXer Syndicated Linux News 0 09-26-2015 10:23 PM
LXer: Krita Team Seeking Sponsorship to Take Krita to Next Level LXer Syndicated Linux News 0 12-02-2009 10:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration