Bug 309176 - Close a Wiev window of a php file licated on an FTP server
Summary: Close a Wiev window of a php file licated on an FTP server
Status: RESOLVED DUPLICATE of bug 198996
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.4.0-beta1 "Migration"
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-28 23:56 UTC by nemesdoki
Modified: 2018-05-06 00:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nemesdoki 2012-10-28 23:56:25 UTC
Application: krusader (2.4.0-beta1 "Migration")
KDE Platform Version: 4.9.2
Qt Version: 4.8.3
Operating System: Linux 3.5.0-17-generic x86_64
Distribution: Ubuntu 12.10

-- Information about the crash:
- What I was doing when the application crashed:

I was wieving a php file on an FTP server (width ftps protocol). The I closed the Wiev window width Alt-F4 hotkey, and then a Krusader crashed.

-- Backtrace:
Application: Krusader (krusader), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f72b9f16780 (LWP 2795))]

Thread 3 (Thread 0x7f72aea81700 (LWP 2796)):
#0  0x00007f72c07468c1 in read () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f72bcf3cf6f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f72bcf00914 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f72bcf00d22 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f72bcf011e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f72b6b1f3b6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#6  0x00007f72bcf24645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x00007f72be2b5e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8  0x00007f72c0753cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#9  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7f72a5a54700 (LWP 2797)):
#0  0x00007f72c07468bd in read () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f72bcf3cf6f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f72bcf00914 in g_main_context_check () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f72bcf00d22 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f72bcf00ea4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f72c1440c16 in QEventDispatcherGlib::processEvents (this=0x7f72a00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007f72c14112bf in QEventLoop::processEvents (this=this@entry=0x7f72a5a53dd0, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007f72c1411548 in QEventLoop::exec (this=0x7f72a5a53dd0, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007f72c1312b10 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#9  0x00007f72c13f19af in QInotifyFileSystemWatcherEngine::run (this=0x1d6cb10) at io/qfilesystemwatcher_inotify.cpp:248
#10 0x00007f72c1315aec in QThreadPrivate::start (arg=0x1d6cb10) at thread/qthread_unix.cpp:338
#11 0x00007f72be2b5e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#12 0x00007f72c0753cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#13 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f72b9f16780 (LWP 2795)):
[KCrash Handler]
#5  parent (this=0x1f1bed0) at ../../include/QtCore/../../src/corelib/kernel/qobject.h:273
#6  parentWidget (this=0x1f1bed0) at ../../include/QtGui/../../src/gui/kernel/qwidget.h:1033
#7  QWidget::window (this=0x1f1bed0) at kernel/qwidget.cpp:4343
#8  0x00007f72c1937894 in QApplicationPrivate::dispatchEnterLeave (enter=0x1e08850, leave=0x1f1bed0) at kernel/qapplication.cpp:2756
#9  0x00007f72c19b4415 in QApplication::x11ProcessEvent (this=0x7fffc88b29b0, event=0x7fffc88b21d0) at kernel/qapplication_x11.cpp:3733
#10 0x00007f72c19dbfa2 in x11EventSourceDispatch (s=0x1718660, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#11 0x00007f72bcf00ab5 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f72bcf00de8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007f72bcf00ea4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007f72c1440bf6 in QEventDispatcherGlib::processEvents (this=0x16e4b30, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#15 0x00007f72c19dbc1e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#16 0x00007f72c14112bf in QEventLoop::processEvents (this=this@entry=0x7fffc88b25a0, flags=...) at kernel/qeventloop.cpp:149
#17 0x00007f72c1411548 in QEventLoop::exec (this=0x7fffc88b25a0, flags=...) at kernel/qeventloop.cpp:204
#18 0x00007f72c1416708 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1187
#19 0x000000000044bb23 in main (argc=5, argv=<optimized out>) at /build/buildd/krusader-2.4.0~beta1+git76+de1ea35/krusader/main.cpp:320

This bug may be a duplicate of or related to bug 198996.

Possible duplicates by query: bug 309133, bug 307206, bug 304210, bug 300701.

Reported using DrKonqi
Comment 1 Jekyll Wu 2012-11-07 02:38:48 UTC

*** This bug has been marked as a duplicate of bug 198996 ***