| Summary: | macOS DMG codesigned segfault on opening new tab | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | leo |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | christoph |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | macOS (DMG) | ||
| OS: | macOS | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
leo
2024-03-09 20:26:31 UTC
had the issue twice the last few days on Arch plasma 6.0.1 when opening a tab. running konsole (24.02.0) under gdb hopefully i can get a backtrace. confirmed on the macos-x86_64 dmg ``` 0 libkonsoleprivate.24.04.70.dylib 0x10220d6b3 Konsole::SessionController::userTitle() const + 19 1 libkonsoleprivate.24.04.70.dylib 0x1022194ba 0x10211b000 + 1041594 2 libkonsoleprivate.24.04.70.dylib 0x1021c1d73 0x10211b000 + 683379 3 QtGui 0x104f9d981 QAccessible::queryAccessibleInterface(QObject*) + 433 4 QtWidgets 0x103fcdfd8 QStyleHelper::hasAncestor(QObject*, QAccessible::Role) + 56 5 libqmacstyle.dylib 0x105a87a11 0x105a79000 + 59921 6 QtWidgets 0x1041128a7 0x103f2a000 + 2001063 7 libkonsoleprivate.24.04.70.dylib 0x1021d6503 Konsole::TerminalScrollBar::TerminalScrollBar(QWidget*) + 19 8 libkonsoleprivate.24.04.70.dylib 0x1021c24a7 Konsole::TerminalDisplay::TerminalDisplay(QWidget*) + 1831 9 libkonsoleprivate.24.04.70.dylib 0x102165ac9 Konsole::ViewManager::createView(Konsole::Session*) + 201 10 libkonsoleapp.24.04.70.dylib 0x101e891ce Konsole::MainWindow::createSession(QExplicitlySharedDataPointer<Konsole::Profile>, QString const&) + 206 ``` Once I removed the signature it works. Also note that konsole that I build on macos has always worked. codesign --remove-signature konsole.app (In reply to deadite66 from comment #1) > had the issue twice the last few days on Arch plasma 6.0.1 when opening a > tab. > > running konsole (24.02.0) under gdb hopefully i can get a backtrace. haven't had the issue happen again since 6.0.2 so perhaps unrelated to the mac problem. Fixed in master. *** This bug has been marked as a duplicate of bug 487819 *** |