[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-12-18 Thread Iyán Méndez Veiga
https://bugs.kde.org/show_bug.cgi?id=426963

Iyán Méndez Veiga  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Iyán Méndez Veiga  ---
I didn't have this issue again. You can close the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-10-17 Thread Martin Tlustos
https://bugs.kde.org/show_bug.cgi?id=426963

Martin Tlustos  changed:

   What|Removed |Added

 CC||martin.tlus...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-10-14 Thread Albert
https://bugs.kde.org/show_bug.cgi?id=426963

Albert  changed:

   What|Removed |Added

 CC||anonis...@yahoo.com

--- Comment #9 from Albert  ---
https://bugs.kde.org/show_bug.cgi?id=427650#c1

that patch fixed it for me

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-10-13 Thread S. Christian Collins
https://bugs.kde.org/show_bug.cgi?id=426963

--- Comment #8 from S. Christian Collins  ---
I was able to stop the crashes by deleting the ~/.local/kactivitymanagerd
folder. Then I just had to recreate my favorites in the application launcher.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-10-13 Thread S. Christian Collins
https://bugs.kde.org/show_bug.cgi?id=426963

S. Christian Collins  changed:

   What|Removed |Added

 CC||s_chriscoll...@hotmail.com

--- Comment #7 from S. Christian Collins  ---
Created attachment 132325
  --> https://bugs.kde.org/attachment.cgi?id=132325&action=edit
crash browsing categories in systemsettings

After upgrading KDE neon User Edition to Plasma 5.20, kactivitymanagerd crashes
constantly on my system. Open Dolphin: crash. Browse through System Settings:
crash, crash, crash. I have attached the backtrace here. Anybody know a
workaround for this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-26 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=426963

--- Comment #6 from Ivan Čukić  ---
Thanks.

Seems that database disk corruption can be exposed randomly during work.

KAMD performs some tests on startup and restores the last database known to
work. But it does not cover these errors.

Will see how to handle these.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426963

tildear...@protonmail.com changed:

   What|Removed |Added

 CC||tildear...@protonmail.com

--- Comment #5 from tildear...@protonmail.com ---
> And how can I do that? I only see kactivities-cli in /usr/bin, not 
> kactivitymanagerd

Confirmed on 5.19.90 as well, under Arch Linux. It happens when starting up
Chromium.

You can start kactivitymanagerd manually by doing:
> killall kactivitymanagerd; /usr/lib/kactivitymanagerd

The output for me is:

```
org.kde.kactivities.resources: "INSERT INTO ResourceEvent(usedActivity,
 initiatingAgent,  targettedResource,  start,  end) VALUES (:usedActivity,
:initiatingAgent, :targettedResource, :start, :end)"
org.kde.kactivities.resources: QSqlError("11", "Unable to fetch row", "database
disk image is malformed")
org.kde.kactivities.resources: "SELECT start, end FROM ResourceEvent WHERE
:usedActivity  = usedActivity AND :initiatingAgent   = initiatingAgent AND
:targettedResource = targettedResource AND start > :start ORDER BY start ASC"
org.kde.kactivities.resources: QSqlError("11", "Unable to fetch row", "database
disk image is malformed")
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kactivitymanagerd path = /usr/lib pid = 268951
KCrash: Arguments: /usr/lib/kactivitymanagerd 
KCrash: Attempting to start /usr/lib/drkonqi
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-25 Thread Iyán Méndez Veiga
https://bugs.kde.org/show_bug.cgi?id=426963

--- Comment #4 from Iyán Méndez Veiga  ---
(In reply to Ivan Čukić from comment #3)
> Can you start kactivitymanagerd from shell and post the output here?

And how can I do that? I only see kactivities-cli in /usr/bin, not
kactivitymanagerd

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-25 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=426963

--- Comment #3 from Ivan Čukić  ---
Can you start kactivitymanagerd from shell and post the output here?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-25 Thread Iyán Méndez Veiga
https://bugs.kde.org/show_bug.cgi?id=426963

--- Comment #2 from Iyán Méndez Veiga  ---
(In reply to David Edmundson from comment #1)
> Reading the code non debug builds should fail gracefully, so this is
> relatively low priority.

What do you mean by "fail gracefully"? I got the same crash notifications using
the non debug build from the Arch repo. I don't notice anything failing after
those crashes but it is a bit annoying having those notifications every few
minutes.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=426963

--- Comment #1 from David Edmundson  ---
>From the trace presumably

Q_ASSERT_X(success, "Uils::exec", qPrintable(QStringLiteral("Query
failed:") + query.lastError().text()));


Reading the code non debug builds should fail gracefully, so this is relatively
low priority.

I would guess it's a corrupt database, but I thought there was now some
protection against that?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 426963] kactivitymanagerd continuously crashing

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=426963

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||k...@davidedmundson.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.