Summary: | cat of binary file crash konsole | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Francesco Riosa <vivo75+kde> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | adaptee, vivo75+kde |
Priority: | NOR | ||
Version: | 2.7.999 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi the file that catted made konsole crash |
Description
Francesco Riosa
2011-10-24 12:50:46 UTC
Created attachment 64829 [details]
New crash information added by DrKonqi
konsole (2.7.999) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4
same file, bzcat instead of cat (still binary because it's a tar file)
-- Backtrace (Reduced):
#6 0x00007faba6942a25 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7 0x00007faba6943e9b in __GI_abort () at abort.c:92
[...]
#11 0x00007fab9649337e in QVector<Konsole::Character>::operator[] (this=0xd895f0, i=11) at /usr/include/qt4/QtCore/qvector.h:347
#12 0x00007fab964927df in Konsole::Screen::displayCharacter (this=<optimized out>, c=1433) at /usr/src/debug/kde-base/konsole-9999/konsole-9999/src/Screen.cpp:661
#13 0x00007fab964cce6a in Konsole::Vt102Emulation::receiveChar (this=0xd096a0, cc=1433) at /usr/src/debug/kde-base/konsole-9999/konsole-9999/src/Vt102Emulation.cpp:342
Created attachment 64830 [details]
New crash information added by DrKonqi
konsole (2.7.999) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4
same, on a local console instead of ssh ...
-- Backtrace (Reduced):
#6 0x00007faba6942a25 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7 0x00007faba6943e9b in __GI_abort () at abort.c:92
[...]
#11 0x00007fab9649337e in QVector<Konsole::Character>::operator[] (this=0xb8d8b0, i=11) at /usr/include/qt4/QtCore/qvector.h:347
#12 0x00007fab964927df in Konsole::Screen::displayCharacter (this=<optimized out>, c=1433) at /usr/src/debug/kde-base/konsole-9999/konsole-9999/src/Screen.cpp:661
#13 0x00007fab964cce6a in Konsole::Vt102Emulation::receiveChar (this=0xa9e9a0, cc=1433) at /usr/src/debug/kde-base/konsole-9999/konsole-9999/src/Vt102Emulation.cpp:342
Created attachment 64831 [details]
the file that catted made konsole crash
Thanks for reporting. This is actually a known problem and already tracked in bug #184964. The trouble is it is not reproducible in the sense of for every time and for every one. For example, the attached file doesn't crash konsole for me no matter how many times I try to cat or bzcat it. *** This bug has been marked as a duplicate of bug 184964 *** |