Summary: | Konsole crashes on startup | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Larry Lawrence <larry> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | coolo, stonie.cooper |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Larry Lawrence
2002-11-16 03:48:50 UTC
On first glance, do we still need the "hack" which calls "inherits"? unfortunatly qt 3.1 isn't binary compatible to 3.0.6 (or better: >= 3.0.5 isn't binary compatible to 3.0.4), so your KDE 3.0.5 breaks with that Qt. Better not update Qt to 3.1 unless you want to run a KDE compiled with it. I completely agree with qt 3.1 not being binary compatible, unfortunately, the bug remains even when compiled against qt-3.1 DCOP: register 'konsole-5002' -> number of clients is now 1 ptsname: No such file or directory KCrash: crashing.... crashRecursionCounter = 2 KCrash: Application Name = konsole path = <unknown> pid = 5002 DCOP: unregister 'konsole-5002' To clarify, this is KDE-3.0.5 compiled against QT-3.1.0. this is not supported by KDE 3.0.5 ;( Use KDE 3.1 to get a KDE that works with Qt 3.1. Thanks, Just compiled the snapshot and all works well. It crashes because sender() returns NULL. I've added check for it and it now works fine (I use kde-3.0.5 and qt-3.1) |