Summary: | Crashes when trying to download a file | ||
---|---|---|---|
Product: | [Applications] NeoChat | Reporter: | Nate Graham <nate> |
Component: | General | Assignee: | Tobias Fella <fella> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=472862 | ||
Latest Commit: | https://invent.kde.org/network/neochat/-/commit/2c6932b4cb5ace5906b6771ecf83a7af1380c449 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nate Graham
2023-10-05 15:08:11 UTC
Just found this in my Journal log. Maybe related? Oct 05 09:28:47 Liberator plasmashell[338385]: inotify_add_watch(/var/lib/samba/usershares) failed: (Permission denied) I believe what's going on here is that in logger.cpp the context.category is nullptr and strcmp is explicitly expecting nonnull. IOW there needs a nullptr check somewhere. A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1370 Git commit 2c6932b4cb5ace5906b6771ecf83a7af1380c449 by Tobias Fella. Committed on 28/10/2023 at 11:12. Pushed by tfella into branch 'master'. Fix crash when there is an empty logging category M +1 -1 src/logger.cpp https://invent.kde.org/network/neochat/-/commit/2c6932b4cb5ace5906b6771ecf83a7af1380c449 |