| Summary: | Kate crashed when closing terminal session | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | magiblot |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | leocirto, wbauer1 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 20.04.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 20.04.2 | |
| Sentry Crash Report: | |||
|
Description
magiblot
2020-04-30 17:57:29 UTC
It seems that a null function pointer was invoked in QObject::disconnect:
> /* We now iterate through all the sender's and receiver's meta
> * objects in order to also disconnect possibly shadowed signals
> * and slots with the same signature.
> */
> bool res = false;
> const QMetaObject *smeta = sender->metaObject(); // <<< kernel/qobject.cpp:3121
*** Bug 421424 has been marked as a duplicate of this bug. *** Duplicate of bug 420695? (In reply to Christoph Feck from comment #3) > Duplicate of bug 420695? I would say the backtrace of bug 421424 looks more similar to the one in bug 420695 than the one here. At least the crash is in a different function. But since I can't reproduce this every time, I don't mind flagging this issue as a duplicate. |