[Konsole-devel] [Bug 309954] Unexpected konsole crash

Jekyll Wu adaptee at gmail.com
Mon Nov 12 12:03:40 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=309954

--- Comment #1 from Jekyll Wu <adaptee at gmail.com> ---
Thanks for reporting the crash.

The backtrace really look strange.  Here is the complete code of isSpace()

161    inline bool isSpace() const {
162        if (rendition & RE_EXTENDED_CHAR) {
163            return false;
164        } else {
165            return QChar(character).isSpace();
166        }
167    }

[Note, rendition is just a quint8 and RE_EXTENDED_CHAR is a constant int of
value 32]

So a simple bitwise operation causes a crash ... That is beyond my knowledge.
who should I blame on :)

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the konsole-devel mailing list