[okular] [Bug 500965] New: Fails to save file on systemd.automount smb3 share

2025-03-02 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=500965 Bug ID: 500965 Summary: Fails to save file on systemd.automount smb3 share Classification: Applications Product: okular Version: 24.12.2 Platform: Arch Linux OS: Linux

[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 the assignee for the b

[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