Bug 2224840 - Apostrophe falls into a (internal) endless-loop and eats up CPU ressources
Summary: Apostrophe falls into a (internal) endless-loop and eats up CPU ressources
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: apostrophe
Version: 38
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Artem
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-23 13:49 UTC by GroovieMan
Modified: 2024-02-25 20:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-02-25 20:17:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Gitlab World apostrophe issues 475 0 None opened Application crash after a couple of hours 2023-07-24 07:30:41 UTC

Description GroovieMan 2023-07-23 13:49:38 UTC
Anyway i was trying to use apostrophe serveral times, because it is functional and looks nice. But after an our this application behaves weired. The API becomes busy and is not capable to accept any input anymore. So no controls do react.
Besides the application starts to eat up cpu ressource (up to 100%).
It looks like, that the application runs into a endless UI main-loop with no effect.

Reproducible: Always

Steps to Reproduce:
1.starts apostrophe with a document
2.let the app running ... do not touch it
3.after two hours the app does not respond anymore and uses 100% cpu time

I am using a F38 (updated), but i have seen this behaviour also in previous releases.

Comment 1 GroovieMan 2023-09-30 12:26:55 UTC
A strace over the process shows following endless repreated call:

madvise(0x7f44c60a8000, 16384, MADV_DONTDUMP) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)
madvise(0x7f44c60a8000, 16384, MADV_DONTDUMP) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)
madvise(0x7f44c60a8000, 16384, MADV_DONTDUMP) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)
madvise(0x7f44c60a8000, 16384, MADV_DONTDUMP) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)
madvise(0x7f44c60a8000, 16384, MADV_DONTDUMP) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)

Comment 2 GroovieMan 2024-02-25 20:17:12 UTC
The problem disappeard. I can not tell you, which updates fixed that problem.


Note You need to log in before you can comment on or make changes to this bug.