Summary: | Kalzium Molecular Editor crash on run | ||
---|---|---|---|
Product: | [Applications] kalzium | Reporter: | safocl88 |
Component: | general | Assignee: | Kalzium Developers <kalzium> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | adao1003, evan.machefer, jagatkafle72 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.12.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
safocl88
2023-01-16 00:12:51 UTC
I think what the code sample in the crash info isn't good: std::unique_ptr<char []> -- why used unique_ptr with c-stile array (on stack) here? *** This bug has been marked as a duplicate of bug 457191 *** Created attachment 155350 [details]
New crash information added by DrKonqi
kalzium (22.08.1) using Qt 5.15.6
The application crashes when clicking the Molecular Editor.
-- Backtrace (Reduced):
#4 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
#5 __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#6 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7 0x00007f99f5c3bc46 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8 0x00007f99f5c227fc in __GI_abort () at ./stdlib/abort.c:79
Created attachment 155666 [details]
New crash information added by DrKonqi
kalzium (22.12.1) using Qt 5.15.8
Molecues editor crash every time.
-- Backtrace (Reduced):
#4 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#5 0x00007f196e8a9d2f in __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#6 0x00007f196e85aef2 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#7 0x00007f196e845472 in __GI_abort () at ./stdlib/abort.c:79
#8 0x00007f196e845395 in __assert_fail_base (fmt=0x7f196e9b9a70 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x7f19703a8090 "m_activeMolecule != nullptr", file=0x7f19703a8148 "./avogadro/core/layermanager.cpp", line=97, function=<optimized out>) at ./assert/assert.c:92
Created attachment 157086 [details]
New crash information added by DrKonqi
kalzium (22.12.2) using Qt 5.15.8
Each time I try to use the molecular editor the application crash
-- Backtrace (Reduced):
#4 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139906385485504) at ./nptl/pthread_kill.c:44
#5 __pthread_kill_internal (signo=6, threadid=139906385485504) at ./nptl/pthread_kill.c:78
#6 __GI___pthread_kill (threadid=139906385485504, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7 0x00007f3e83e42476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8 0x00007f3e83e287f3 in __GI_abort () at ./stdlib/abort.c:79
|