[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])
https://bugs.kde.org/show_bug.cgi?id=423575 --- Comment #7 from Szőts Ákos --- On a second thought, I've decided zst is good enough, especially even after 220 GB it was still decompressing... I could've piped into xz but then you'd have to convert it again back for heaptrack_gui so I decided I leave it untouched. You can find the file on the link in the original post. It can take some time until it's loaded into the program. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 75047] replace simple "add URI dialog" with normal fileselector dialog
https://bugs.kde.org/show_bug.cgi?id=75047 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |WORKSFORME --- Comment #8 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])
https://bugs.kde.org/show_bug.cgi?id=423575 --- Comment #6 from Szőts Ákos --- Nice catch, debugging was on; turned it off. I'll recompress its default .zst (ZStandard) into .xz and upload it into the aforementioned mega.nz directory (just to have everything in one place). I'll try to enable parallel decompression ability so you can use -T0 for unxz. I'll notify you as soon as I've finished. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])
https://bugs.kde.org/show_bug.cgi?id=423575 --- Comment #5 from Daniel Vrátil --- Could you please check that you have the "Debugger" disabled in Akonadi Console? When the "Debugger" option is enabled, it causes the Server to generate a lots of debugging string data and send them over dbus. The "Debugger" option gets persisted in Akonadi Server for now, so even if you close Akonadi Console, the Akonadi Server will continue generating the data. I'll adjust the code to not persist the debugger accross Akonadi restarts. Anyway, that's what I see in the 20.04 screenshots, but that's just lots of temporary allocations, not the leaks. The leaks visible in the 18.04 heaptrack are related to QueryCache, which has been overhauled in 20.04. So I suspect what you are seeing on 18.04 is already fixed, and what you are seeing in 20.04 is either related to the Debugger being enabled and/or the real culprit is not shown on the screenshots. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])
https://bugs.kde.org/show_bug.cgi?id=423575 --- Comment #4 from Daniel Vrátil --- I take it back, it would still be useful to get the 20.04 heaptrack data, from the screenshots it seems to have better quality. You could try changing the compression algo (use .xz instead of .gz for instance). If you need some place where to upload such a huge file, I can give you upload access directly to my server. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 423624] New: Kontact (Kmail) crashes while marking bunch of emails as Read
https://bugs.kde.org/show_bug.cgi?id=423624 Bug ID: 423624 Summary: Kontact (Kmail) crashes while marking bunch of emails as Read Product: kontact Version: unspecified Platform: Ubuntu Packages OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kdepim-bugs@kde.org Reporter: xandr...@protonmail.com Target Milestone: --- Application: kontact (5.13.3 (19.12.3)) Qt Version: 5.12.8 Frameworks Version: 5.68.0 Operating System: Linux 5.4.0-39-generic x86_64 Windowing system: X11 Distribution: Ubuntu 20.04 LTS -- Information about the crash: - What I was doing when the application crashed: Some folder had unread emails. I opened that folder, selected all emails and from a pop up manu selected "Mark all as read". -- Backtrace: Application: Kontact (kontact), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f669968af00 (LWP 467483))] Thread 24 (Thread 0x7f65f7fff700 (LWP 467609)): #0 futex_abstimed_wait_cancelable (private=, abstime=0x7f65f7ffe4a0, clockid=, expected=0, futex_word=0x7f65f7ffe5e8) at ../sysdeps/nptl/futex-internal.h:320 #1 __pthread_cond_wait_common (abstime=0x7f65f7ffe4a0, clockid=, mutex=0x7f65f7ffe598, cond=0x7f65f7ffe5c0) at pthread_cond_wait.c:520 #2 __pthread_cond_timedwait (cond=0x7f65f7ffe5c0, mutex=0x7f65f7ffe598, abstime=0x7f65f7ffe4a0) at pthread_cond_wait.c:656 #3 0x7f66a60b9b2e in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #4 0x7f66a60ba51f in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #5 0x7f66a60ba615 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #6 0x7f66a607bda6 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #7 0x7f66a607ec48 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #8 0x7f66a607eef8 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #9 0x7f66a60bcb63 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #10 0x7f66abb16609 in start_thread (arg=) at pthread_create.c:477 #11 0x7f66acb2b103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 23 (Thread 0x7f6611ec4700 (LWP 467608)): #0 futex_abstimed_wait_cancelable (private=, abstime=0x7f6611ec34a0, clockid=, expected=0, futex_word=0x7f6611ec35e8) at ../sysdeps/nptl/futex-internal.h:320 #1 __pthread_cond_wait_common (abstime=0x7f6611ec34a0, clockid=, mutex=0x7f6611ec3598, cond=0x7f6611ec35c0) at pthread_cond_wait.c:520 #2 __pthread_cond_timedwait (cond=0x7f6611ec35c0, mutex=0x7f6611ec3598, abstime=0x7f6611ec34a0) at pthread_cond_wait.c:656 #3 0x7f66a60b9b2e in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #4 0x7f66a60ba51f in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #5 0x7f66a60ba615 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #6 0x7f66a607bda6 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #7 0x7f66a607ec48 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #8 0x7f66a607eef8 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #9 0x7f66a60bcb63 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #10 0x7f66abb16609 in start_thread (arg=) at pthread_create.c:477 #11 0x7f66acb2b103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 22 (Thread 0x7f66126c5700 (LWP 467607)): #0 futex_abstimed_wait_cancelable (private=, abstime=0x7f66126c44a0, clockid=, expected=0, futex_word=0x7f66126c45e8) at ../sysdeps/nptl/futex-internal.h:320 #1 __pthread_cond_wait_common (abstime=0x7f66126c44a0, clockid=, mutex=0x7f66126c4598, cond=0x7f66126c45c0) at pthread_cond_wait.c:520 #2 __pthread_cond_timedwait (cond=0x7f66126c45c0, mutex=0x7f66126c4598, abstime=0x7f66126c44a0) at pthread_cond_wait.c:656 #3 0x7f66a60b9b2e in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #4 0x7f66a60ba51f in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #5 0x7f66a60ba615 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #6 0x7f66a607bda6 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #7 0x7f66a607ec48 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #8 0x7f66a607eef8 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #9 0x7f66a60bcb63 in ?? () from /lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #10 0x7f66abb16609 in start_thread (arg=) at pthread_create.c:477 #11 0x7f66acb2b103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 21 (Thread 0x7f6683fff700 (LWP 467604)): #0 0x7f66ab1cb368 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7f66ab17dbd9 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.
[kmail2] [Bug 420474] Can't connect to receiving imap server
https://bugs.kde.org/show_bug.cgi?id=420474 --- Comment #2 from Papadakos Panagiotis --- Hi Damian, can you send emails using the problematic account? In my case, the problem appears only while receiving emails. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])
https://bugs.kde.org/show_bug.cgi?id=423575 --- Comment #3 from Daniel Vrátil --- Never mind, I found the problem :) -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])
https://bugs.kde.org/show_bug.cgi?id=423575 Daniel Vrátil changed: What|Removed |Added CC||dvra...@kde.org --- Comment #2 from Daniel Vrátil --- Thanks for the detailed data. Could you please share the heaptrack file for the 20.04 measurements? I'd like to investigate it in more depth. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 94625] associate time with events that have no time associated with them by drag and drop
https://bugs.kde.org/show_bug.cgi?id=94625 gjditchfi...@acm.org changed: What|Removed |Added CC||gjditchfi...@acm.org Component|general |agendaview (weekview) -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 94625] associate time with events that have no time associated with them by drag and drop
https://bugs.kde.org/show_bug.cgi?id=94625 gjditchfi...@acm.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit||https://invent.kde.org/pim/ ||eventviews/commit/0d0669556 ||0e57e2ffbac8e623f46fc73d4d8 ||aef5 Resolution|--- |FIXED --- Comment #5 from gjditchfi...@acm.org --- Git commit 0d06695560e57e2ffbac8e623f46fc73d4d8aef5 by Glen Ditchfield. Committed on 28/06/2020 at 15:31. Pushed by gditchfield into branch 'master'. Merge branch 'release/20.04' https://invent.kde.org/pim/eventviews/commit/0d06695560e57e2ffbac8e623f46fc73d4d8aef5 -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 94625] associate time with events that have no time associated with them by drag and drop
https://bugs.kde.org/show_bug.cgi?id=94625 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #4 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/6 -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 390798] Akonadi EWS failed to authenticate with Exchange Server
https://bugs.kde.org/show_bug.cgi?id=390798 Pedro Albuquerque Santos changed: What|Removed |Added CC||petersai...@gmail.com --- Comment #24 from Pedro Albuquerque Santos --- The fix is still no part of akonadi 20.04, is it? Will it be released as part of 20.08? In the meantime, I found this workaround: https://github.com/KrissN/akonadi-ews/issues/48#issuecomment-370542561 -- You are receiving this mail because: You are the assignee for the bug.