[kate] [Bug 366493] New: Crashes when refreshing a file with more than 4096 chars in a line
https://bugs.kde.org/show_bug.cgi?id=366493 Bug ID: 366493 Summary: Crashes when refreshing a file with more than 4096 chars in a line Product: kate Version: unspecified Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: kwrite Assignee: kwrite-bugs-n...@kde.org Reporter: arjunak...@gmail.com Application: kwrite (16.04.3) Qt Version: 5.6.1 Frameworks Version: 5.24.0 Operating System: Linux 4.6.5-300.fc24.x86_64 x86_64 Distribution (Platform): Fedora RPMs -- Information about the crash: Steps to reproduce: 1. printf '=%.0s' {1..4097} > crash 2. Open the file using kate and click on "Temporarily raise limit and reload" or "Close" 3. Press F5 The crash can be reproduced every time. -- Backtrace: Application: KWrite (kwrite), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7fdcd679c900 (LWP 25673))] Thread 2 (Thread 0x7fdcc3fff700 (LWP 25675)): #0 0x7ffdb61c4c59 in clock_gettime () #1 0x7fdce53ef426 in clock_gettime () at /lib64/libc.so.6 #2 0x7fdce6089ab3 in qt_gettime() () at /lib64/libQt5Core.so.5 #3 0x7fdce61d9869 in QTimerInfoList::updateCurrentTime() () at /lib64/libQt5Core.so.5 #4 0x7fdce61d9c65 in QTimerInfoList::timerWait(timespec&) () at /lib64/libQt5Core.so.5 #5 0x7fdce61dadac in timerSourcePrepareHelper(GTimerSource*, int*) () at /lib64/libQt5Core.so.5 #6 0x7fdce61dae75 in timerSourcePrepare(_GSource*, int*) () at /lib64/libQt5Core.so.5 #7 0x7fdce1d33f7d in g_main_context_prepare () at /lib64/libglib-2.0.so.0 #8 0x7fdce1d3496b in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0 #9 0x7fdce1d34b5c in g_main_context_iteration () at /lib64/libglib-2.0.so.0 #10 0x7fdce61db24b in QEventDispatcherGlib::processEvents(QFlags) () at /lib64/libQt5Core.so.5 #11 0x7fdce618a5ea in QEventLoop::exec(QFlags) () at /lib64/libQt5Core.so.5 #12 0x7fdce5fe9343 in QThread::exec() () at /lib64/libQt5Core.so.5 #13 0x7fdce63e1559 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5 #14 0x7fdce5fed99a in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #15 0x7fdce2f605ca in start_thread () at /lib64/libpthread.so.0 #16 0x7fdce53e0ead in clone () at /lib64/libc.so.6 Thread 1 (Thread 0x7fdcd679c900 (LWP 25673)): [KCrash Handler] #6 0x7fdcea2db018 in KateMessageWidget::postMessage(KTextEditor::Message*, QList >) () at /lib64/libKF5TextEditor.so.5 #7 0x7fdcea2afa6c in KTextEditor::ViewPrivate::postMessage(KTextEditor::Message*, QList >) () at /lib64/libKF5TextEditor.so.5 #8 0x7fdcea223302 in KTextEditor::DocumentPrivate::postMessage(KTextEditor::Message*) () at /lib64/libKF5TextEditor.so.5 #9 0x7fdcea2308aa in KTextEditor::DocumentPrivate::openFile() () at /lib64/libKF5TextEditor.so.5 #10 0x7fdce9a95751 in KParts::ReadOnlyPartPrivate::openLocalFile() () at /lib64/libKF5Parts.so.5 #11 0x7fdce9a965e4 in KParts::ReadOnlyPart::openUrl(QUrl const&) () at /lib64/libKF5Parts.so.5 #12 0x7fdcea21b7de in KTextEditor::DocumentPrivate::openUrl(QUrl const&) () at /lib64/libKF5TextEditor.so.5 #13 0x7fdcea21ba92 in KTextEditor::DocumentPrivate::documentReload() () at /lib64/libKF5TextEditor.so.5 #14 0x7fdcea3aaa6e in KTextEditor::ViewPrivate::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () at /lib64/libKF5TextEditor.so.5 #15 0x7fdce61b3b92 in QMetaObject::activate(QObject*, int, int, void**) () at /lib64/libQt5Core.so.5 #16 0x7fdce6aa0672 in QAction::triggered(bool) () at /lib64/libQt5Widgets.so.5 #17 0x7fdce6aa3292 in QAction::activate(QAction::ActionEvent) () at /lib64/libQt5Widgets.so.5 #18 0x7fdce6aa3c1c in QAction::event(QEvent*) () at /lib64/libQt5Widgets.so.5 #19 0x7fdce6aa9c0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5 #20 0x7fdce6aaf0ef in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5 #21 0x7fdce618b7aa in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt5Core.so.5 #22 0x7fdce657d478 in QShortcutMap::dispatchEvent(QKeyEvent*) () at /lib64/libQt5Gui.so.5 #23 0x7fdce657d519 in QShortcutMap::tryShortcut(QKeyEvent*) () at /lib64/libQt5Gui.so.5 #24 0x7fdce6538a6d in QWindowSystemInterface::handleShortcutEvent(QWindow*, unsigned long, int, QFlags, unsigned int, unsigned int, unsigned int, QString const&, bool, unsigned short) () at /lib64/libQt5Gui.so.5 #25 0x7fdce654f434 in QGuiApplicationPrivate::processKeyEvent(QWindowSystemInterfacePrivate::KeyEvent*) () at /lib64/libQt5Gui.so.5 #26 0x7fdce65546b5 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () at /lib64/libQt5Gui.so.5 #27 0x7fdce653
[kmail2] [Bug 362368] New: KMail says "connection is unencrypted" even though i have SSL enabled.
https://bugs.kde.org/show_bug.cgi?id=362368 Bug ID: 362368 Summary: KMail says "connection is unencrypted" even though i have SSL enabled. Product: kmail2 Version: 5.1.3 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: UI Assignee: kdepim-b...@kde.org Reporter: arjunak...@gmail.com Even though i have properly setup my gmail account(port 993 with "SSL/TSL" enabled), i still get this message. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 362368] KMail says "connection is unencrypted" even though i have SSL enabled.
https://bugs.kde.org/show_bug.cgi?id=362368 Arjun AK changed: What|Removed |Added CC||arjunak...@gmail.com --- Comment #1 from Arjun AK --- Created attachment 98646 --> https://bugs.kde.org/attachment.cgi?id=98646&action=edit Screenshot -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 362368] KMail says "connection is unencrypted" even though i have SSL enabled.
https://bugs.kde.org/show_bug.cgi?id=362368 --- Comment #2 from Arjun AK --- Created attachment 98647 --> https://bugs.kde.org/attachment.cgi?id=98647&action=edit screenshot2 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 362370] New: kcm_touchpad: Enabling "Mouse click emulation" does not enable the associated drop downs
https://bugs.kde.org/show_bug.cgi?id=362370 Bug ID: 362370 Summary: kcm_touchpad: Enabling "Mouse click emulation" does not enable the associated drop downs Product: systemsettings Version: 5.6.2 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: grave Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: arjunak...@gmail.com Even though the labels get enabled, the drop downs don't. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 362370] kcm_touchpad: Enabling "Mouse click emulation" does not enable the associated drop downs
https://bugs.kde.org/show_bug.cgi?id=362370 Arjun AK changed: What|Removed |Added CC||arjunak...@gmail.com --- Comment #1 from Arjun AK --- Created attachment 98649 --> https://bugs.kde.org/attachment.cgi?id=98649&action=edit Disabled -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 362370] kcm_touchpad: Enabling "Mouse click emulation" does not enable the associated drop downs
https://bugs.kde.org/show_bug.cgi?id=362370 --- Comment #2 from Arjun AK --- Created attachment 98650 --> https://bugs.kde.org/attachment.cgi?id=98650&action=edit Enabled -- You are receiving this mail because: You are watching all bug changes.
[gwenview] [Bug 362541] New: Crashes whenever i try to zoom into an image
https://bugs.kde.org/show_bug.cgi?id=362541 Bug ID: 362541 Summary: Crashes whenever i try to zoom into an image Product: gwenview Version: unspecified Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: gwenview-bugs-n...@kde.org Reporter: arjunak...@gmail.com CC: myr...@kde.org Application: gwenview (16.04.0) Qt Version: 5.6.0 Frameworks Version: 5.21.0 Operating System: Linux 4.5.0-0.rc7.git0.2.fc24.x86_64 x86_64 Distribution (Platform): Fedora RPMs -- Information about the crash: - What I was doing when the application crashed: Gwenview crashes everytime i try to zoom into an image. I've attached the image that causes the crash. I tried it on a number of other images, but thats the only where i can reproduce the issue. The crash can be reproduced every time. -- Backtrace: Application: Gwenview (gwenview), signal: Aborted Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7f6abd1ed9c0 (LWP 10623))] Thread 4 (Thread 0x7f6aab1ad700 (LWP 10627)): #0 0x7f6ac9d96f69 in pthread_cond_timedwait@@GLIBC_2.3.2 () at /lib64/libpthread.so.0 #1 0x7f6acbf94366 in QWaitCondition::wait(QMutex*, unsigned long) () at /lib64/libQt5Core.so.5 #2 0x7f6acbf8fa22 in QThreadPoolThread::run() () at /lib64/libQt5Core.so.5 #3 0x7f6acbf9352f in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #4 0x7f6ac9d9158a in start_thread () at /lib64/libpthread.so.0 #5 0x7f6acb37a5cd in clone () at /lib64/libc.so.6 Thread 3 (Thread 0x7f6ab26ef700 (LWP 10625)): #0 0x7f6acbf630b0 in clock_gettime@plt () at /lib64/libQt5Core.so.5 #1 0x7f6acc03f4b6 in qt_gettime() () at /lib64/libQt5Core.so.5 #2 0x7f6acc1bf469 in QTimerInfoList::updateCurrentTime() () at /lib64/libQt5Core.so.5 #3 0x7f6acc1bfa15 in QTimerInfoList::timerWait(timespec&) () at /lib64/libQt5Core.so.5 #4 0x7f6acc1c0dbe in timerSourcePrepare(_GSource*, int*) () at /lib64/libQt5Core.so.5 #5 0x7f6ac770107d in g_main_context_prepare () at /lib64/libglib-2.0.so.0 #6 0x7f6ac7701a6b in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0 #7 0x7f6ac7701c5c in g_main_context_iteration () at /lib64/libglib-2.0.so.0 #8 0x7f6acc1c18cb in QEventDispatcherGlib::processEvents(QFlags) () at /lib64/libQt5Core.so.5 #9 0x7f6acc168dea in QEventLoop::exec(QFlags) () at /lib64/libQt5Core.so.5 #10 0x7f6acbf8e4f3 in QThread::exec() () at /lib64/libQt5Core.so.5 #11 0x7f6acc95f3b9 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5 #12 0x7f6acbf9352f in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #13 0x7f6ac9d9158a in start_thread () at /lib64/libpthread.so.0 #14 0x7f6acb37a5cd in clone () at /lib64/libc.so.6 Thread 2 (Thread 0x7f6ab3a45700 (LWP 10624)): #0 0x7f6acb36e7bd in poll () at /lib64/libc.so.6 #1 0x7f6ac8b95f80 in _xcb_conn_wait () at /lib64/libxcb.so.1 #2 0x7f6ac8b97b79 in xcb_wait_for_event () at /lib64/libxcb.so.1 #3 0x7f6ab5eab0f9 in QXcbEventReader::run() () at /lib64/libQt5XcbQpa.so.5 #4 0x7f6acbf9352f in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #5 0x7f6ac9d9158a in start_thread () at /lib64/libpthread.so.0 #6 0x7f6acb37a5cd in clone () at /lib64/libc.so.6 Thread 1 (Thread 0x7f6abd1ed9c0 (LWP 10623)): [KCrash Handler] #5 0x7f6acb2a50f8 in raise () at /lib64/libc.so.6 #6 0x7f6acb2a6d0a in abort () at /lib64/libc.so.6 #7 0x7f6acb2e9c2c in __libc_message () at /lib64/libc.so.6 #8 0x7f6acb2f26ca in _int_free () at /lib64/libc.so.6 #9 0x7f6acb2f5edc in free () at /lib64/libc.so.6 #10 0x7f6acc5011f0 in QImageData::~QImageData() () at /lib64/libQt5Gui.so.5 #11 0x7f6acc5018a7 in QImage::~QImage() () at /lib64/libQt5Gui.so.5 #12 0x7f6ad3672ab6 in Gwenview::ImageScaler::scaleRect(QRect const&) () at /lib64/libgwenviewlib.so.5 #13 0x7f6ad3672d97 in Gwenview::ImageScaler::doScale() () at /lib64/libgwenviewlib.so.5 #14 0x7f6ad364b177 in Gwenview::RasterImageView::updateBuffer(QRegion const&) () at /lib64/libgwenviewlib.so.5 #15 0x7f6ad364b2e3 in Gwenview::RasterImageView::onZoomChanged() () at /lib64/libgwenviewlib.so.5 #16 0x7f6ad363bb7f in Gwenview::AbstractImageView::setZoom(double, QPointF const&, Gwenview::AbstractImageView::UpdateType) [clone .part.23] () at /lib64/libgwenviewlib.so.5 #17 0x7f6ad36444ef in Gwenview::DocumentView::setZoom(double) () at /lib64/libgwenviewlib.so.5 #18 0x7f6acc198ede in QMetaObject::activate(QObject*, int, int, void**) () at /lib64/libQt5Core.so.5 #19 0x7f6ad36ceed0 in Gwenview::ZoomWidget::zoomChanged(double) () at /lib64/libgwenviewlib.so.5 #20 0x7f6ad36ab977 in Gwenview::ZoomWidget::slotZoomSliderActionTriggered() () at /lib64/libgwenview
[gwenview] [Bug 362541] Crashes whenever i try to zoom into an image
https://bugs.kde.org/show_bug.cgi?id=362541 Arjun AK changed: What|Removed |Added CC||arjunak...@gmail.com --- Comment #1 from Arjun AK --- Created attachment 98730 --> https://bugs.kde.org/attachment.cgi?id=98730&action=edit Image that causes the crash -- You are receiving this mail because: You are watching all bug changes.