Summary: | Neochat crashes crashes right after launch | ||
---|---|---|---|
Product: | [Applications] NeoChat | Reporter: | Tammes Burghard <kde> |
Component: | General | Assignee: | Tobias Fella <fella> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | carl, inb-bugzilla-1e1cff |
Priority: | NOR | ||
Version First Reported In: | 23.08.0 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tammes Burghard
2023-09-14 19:22:17 UTC
We'll need a backtrace to figure this out; could you try providing one? I would love to, but I don't know how I get it. Since it lives in a flatpak, I guessed that the [arch wiki guide](https://wiki.archlinux.org/title/Debugging/Getting_traces) won't work (and also I found it a bit long and didn't wan't to dive into it if it probably does not work anyways). So I tried to I tried to follow [this documentation](https://develop.kde.org/docs/packaging/flatpak/integration/), installed the `.Debug` package, entered some kind of shell inside the flatpak with `flatpak run --command=bash --devel org.kde.neochat` and then ran `gdb /app/bin/neochat`. This gave me ```GNU gdb (GDB) 12.1t ~]$ Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /app/bin/neochat... Reading symbols from /usr/lib/debug//app/bin/neochat.debug... (gdb) ``` and exited after a couple of seconds without a backtrace. It also didn't open neochat, so I opened it from the panel entry and made the crash happen, but still nothing was shown. Can you tell me what I did wrong or piont me to a better guide? By the way, now it does not crash after launch anymore, but only when I click on specific chats. Which chats trigger it, is not persistent. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be 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 If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I *think* I have solved this by granting permission to run in the background. Seems weird that it crashed on specific chats due to that, but the insta crash is fixed now. So I will close this for now and hopefully forever |