[okular] [Bug 500051] stack memory leak when right click page number input

2025-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 alanas...@mail.ru changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 alanas...@mail.ru changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #9 from Bug Janitor Service --- ๐Ÿ›๐Ÿงน โš ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it wi

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #8 from alanas...@mail.ru --- (In reply to Albert Astals Cid from comment #7) > the stack grows infinitely that will happen if you right click page number input infinity times > I am unconvinced there's a leak. you haven't right clicked pa

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #7 from Albert Astals Cid --- There can not be a memory leak on the stack unless the stack grows infinitely which is not the case here, I am unconvinced there's a leak. -- You are receiving this mail because: You are watching all bug chang

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #6 from alanas...@mail.ru --- (In reply to Albert Astals Cid from comment #5) > or heaptrack, not gdb or cat memory leak is not in heap memory leak is in stack (functions are called when open context menu on page number input but not return

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #5 from Albert Astals Cid --- > that's the memory leak! No, there is no memory leak there. If you want to prove a memory leak, the tools you have to use are valgrind or heaptrack, not gdb or cat -- You are receiving this mail because: Yo

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #4 from alanas...@mail.ru --- here are versions of stuff I compiled: qtbase โ€” https://code.qt.io/cgit/qt/qtbase.git/commit/?id=f1136de66638060b8a1ab9bc0cdf1a91dcb5ec01 kxmlgui โ€” https://invent.kde.org/frameworks/kxmlgui/-/commit/96665e1e42534

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #3 from alanas...@mail.ru --- Created attachment 179034 --> https://bugs.kde.org/attachment.cgi?id=179034&action=edit โ€ฆ, type "c", press enter, focus okular window (konsole was focused), right click page number input twice, focus konsole wi

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500051 --- Comment #2 from alanas...@mail.ru --- Created attachment 179033 --> https://bugs.kde.org/attachment.cgi?id=179033&action=edit run okular in gdb in konsole, focus konsole window (okular was focused), press ctrl+c, type "bt", press enter (In reply t

[okular] [Bug 500051] stack memory leak when right click page number input

2025-03-01 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=500051 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Status|REPORTED