Bug 475657 - Crash on application startup, second try worked
Summary: Crash on application startup, second try worked
Status: RESOLVED LATER
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: 23.08.1
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2023-10-15 11:32 UTC by Felix Urbasik
Modified: 2023-10-27 19:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Urbasik 2023-10-15 11:32:17 UTC
Application: neochat (23.08.1)

Qt Version: 5.15.11
Frameworks Version: 5.110.0
Operating System: Linux 6.5.5-zen1-1-zen x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.27.8 [KCrashBackend]

-- Information about the crash:
I got this crash report then trying to start NeoChat on Arch Linux, which triggered the crash reporter. Trying to launch it a second time worked. You might want to look at the dump, if it's not helpful you can just close this issue.

The crash does not seem to be reproducible.

-- Backtrace:
Application: NeoChat (neochat), signal: Aborted
Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = <optimized out>}
[KCrash Handler]
#6  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#7  0x00007f8b486ac8a3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#8  0x00007f8b4865c668 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#9  0x00007f8b486444b8 in __GI_abort () at abort.c:79
#10 0x00005593f2193622 in  ()
#11 0x00007f8b48cf0018 in qt_message_print(QtMsgType, QMessageLogContext const&, QString const&) (msgType=QtFatalMsg, context=..., message=...) at global/qlogging.cpp:1848
#12 0x00007f8b48ce90e9 in qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *) (msgType=msgType@entry=QtFatalMsg, context=..., msg=<optimized out>, ap=ap@entry=0x7ffeb3591ca0) at global/qlogging.cpp:383
#13 0x00007f8b48ca00a8 in QMessageLogger::fatal(char const*, ...) const (this=<optimized out>, msg=<optimized out>) at global/qlogging.cpp:895
#14 0x00005593f21950e1 in  ()
#15 0x00005593f20268ca in  ()
#16 0x00007f8b48645cd0 in __libc_start_call_main (main=main@entry=0x5593f2026190, argc=argc@entry=1, argv=argv@entry=0x7ffeb35922f8) at ../sysdeps/nptl/libc_start_call_main.h:58
#17 0x00007f8b48645d8a in __libc_start_main_impl (main=0x5593f2026190, argc=1, argv=0x7ffeb35922f8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffeb35922e8) at ../csu/libc-start.c:360
#18 0x00005593f20a3fe5 in  ()
[Inferior 1 (process 121340) detached]

Reported using DrKonqi
Comment 1 Tobias Fella 2023-10-27 19:55:13 UTC
The backtrace unfortunately doesn't really tell us anything - please reopen if this happens again.

Sorry!