Bug 329453 - Konqueror crashed navigating camera
Summary: Konqueror crashed navigating camera
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: 4.11.3
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Bugs
URL: camera:/USB%2520PTP%2520Class%2520Cam...
Keywords: drkonqi, triaged
Depends on:
Blocks:
 
Reported: 2013-12-31 07:19 UTC by Christopher Yeleighton
Modified: 2018-10-27 04:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2013-12-31 07:19:33 UTC
Application: konqueror (4.11.3)
KDE Platform Version: 4.11.3
Qt Version: 4.8.5
Operating System: Linux 3.7.10-1.16-desktop x86_64
Distribution: "openSUSE 13.1 (Bottle) (x86_64)"

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

I had been looking at the contents of my camera. I noticed that going up generates a run-time error when the current folder path is not ASCII, and also that %20 in the URL gets replaced with %2520.  I replaced all %25 with % in the URL and told Konqueror to go.

-- Backtrace:
Application: Konqueror (konqueror), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
81	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f8d76c5e780 (LWP 4160))]

Thread 6 (Thread 0x7f8d605dd700 (LWP 4161)):
#0  0x00007f8d7d70e3e9 in __GI___pthread_mutex_lock (mutex=0x7f8d58000a60) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f8d793bd291 in g_mutex_lock (mutex=mutex@entry=0x7f8d580009a0) at gthread-posix.c:213
#2  0x00007f8d7937d5ea in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7f8d58002bb0, timeout=-1, context=0x7f8d580009a0) at gmain.c:4002
#3  g_main_context_iterate (context=context@entry=0x7f8d580009a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3708
#4  0x00007f8d7937d70c in g_main_context_iteration (context=0x7f8d580009a0, may_block=1) at gmain.c:3774
#5  0x00007f8d7dacfd76 in QEventDispatcherGlib::processEvents (this=0x7f8d580008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#6  0x00007f8d7daa1d0f in QEventLoop::processEvents (this=this@entry=0x7f8d605dce20, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007f8d7daa2005 in QEventLoop::exec (this=this@entry=0x7f8d605dce20, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007f8d7d9a0fef in QThread::exec (this=this@entry=0x2289450) at thread/qthread.cpp:536
#9  0x00007f8d7da83513 in QInotifyFileSystemWatcherEngine::run (this=0x2289450) at io/qfilesystemwatcher_inotify.cpp:256
#10 0x00007f8d7d9a368f in QThreadPrivate::start (arg=0x2289450) at thread/qthread_unix.cpp:338
#11 0x00007f8d7d70c0db in start_thread (arg=0x7f8d605dd700) at pthread_create.c:309
#12 0x00007f8d7c47490d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7f8d5eb2a700 (LWP 4164)):
#0  0x00007f8d7d70e3e9 in __GI___pthread_mutex_lock (mutex=0x7f8d50000a60) at ../nptl/pthread_mutex_lock.c:125
#1  0x00007f8d793bd291 in g_mutex_lock (mutex=mutex@entry=0x7f8d500009a0) at gthread-posix.c:213
#2  0x00007f8d7937c898 in g_main_context_release (context=context@entry=0x7f8d500009a0) at gmain.c:3161
#3  0x00007f8d7937d5b1 in g_main_context_iterate (context=context@entry=0x7f8d500009a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3715
#4  0x00007f8d7937d70c in g_main_context_iteration (context=0x7f8d500009a0, may_block=1) at gmain.c:3774
#5  0x00007f8d7dacfd76 in QEventDispatcherGlib::processEvents (this=0x7f8d500008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#6  0x00007f8d7daa1d0f in QEventLoop::processEvents (this=this@entry=0x7f8d5eb29e20, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007f8d7daa2005 in QEventLoop::exec (this=this@entry=0x7f8d5eb29e20, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007f8d7d9a0fef in QThread::exec (this=this@entry=0x2365750) at thread/qthread.cpp:536
#9  0x00007f8d7da83513 in QInotifyFileSystemWatcherEngine::run (this=0x2365750) at io/qfilesystemwatcher_inotify.cpp:256
#10 0x00007f8d7d9a368f in QThreadPrivate::start (arg=0x2365750) at thread/qthread_unix.cpp:338
#11 0x00007f8d7d70c0db in start_thread (arg=0x7f8d5eb2a700) at pthread_create.c:309
#12 0x00007f8d7c47490d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f8d5d3f1700 (LWP 4176)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f8d71421f76 in WTF::TCMalloc_PageHeap::scavengerThread (this=0x7f8d71eea5a0 <WTF::pageheap_memory>) at /usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/FastMalloc.cpp:2571
#2  0x00007f8d71421fa9 in WTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at /usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/FastMalloc.cpp:1767
#3  0x00007f8d7d70c0db in start_thread (arg=0x7f8d5d3f1700) at pthread_create.c:309
#4  0x00007f8d7c47490d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f8d4fdf1700 (LWP 4177)):
#0  0x00007f8d793bd007 in g_mutex_get_impl (mutex=<optimized out>) at gthread-posix.c:135
#1  0x00007f8d793bd289 in g_mutex_lock (mutex=mutex@entry=0x7f8d480026c0) at gthread-posix.c:213
#2  0x00007f8d7937d08c in g_main_context_check (context=context@entry=0x7f8d480026c0, max_priority=2147483647, fds=fds@entry=0x7f8d480013e0, n_fds=n_fds@entry=1) at gmain.c:3559
#3  0x00007f8d7937d59b in g_main_context_iterate (context=context@entry=0x7f8d480026c0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3710
#4  0x00007f8d7937d70c in g_main_context_iteration (context=0x7f8d480026c0, may_block=1) at gmain.c:3774
#5  0x00007f8d7dacfd76 in QEventDispatcherGlib::processEvents (this=0x7f8d48002790, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#6  0x00007f8d7daa1d0f in QEventLoop::processEvents (this=this@entry=0x7f8d4fdf0e60, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007f8d7daa2005 in QEventLoop::exec (this=this@entry=0x7f8d4fdf0e60, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007f8d7d9a0fef in QThread::exec (this=<optimized out>) at thread/qthread.cpp:536
#9  0x00007f8d7d9a368f in QThreadPrivate::start (arg=0x25ba4b0) at thread/qthread_unix.cpp:338
#10 0x00007f8d7d70c0db in start_thread (arg=0x7f8d4fdf1700) at pthread_create.c:309
#11 0x00007f8d7c47490d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7f8d4ef6f700 (LWP 4178)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f8d711942cd in JSC::BlockAllocator::blockFreeingThreadMain (this=0x7f8d5c902398) at /usr/src/debug/webkit-qtwebkit-23/Source/JavaScriptCore/heap/BlockAllocator.cpp:128
#2  0x00007f8d71449ad6 in WTF::wtfThreadEntryPoint (param=0x26bdce0) at /usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/ThreadingPthreads.cpp:196
#3  0x00007f8d7d70c0db in start_thread (arg=0x7f8d4ef6f700) at pthread_create.c:309
#4  0x00007f8d7c47490d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f8d76c5e780 (LWP 4160)):
[KCrash Handler]
#6  0x00007f8d7cc9863a in QApplication::x11ProcessEvent (this=0x7fffeef604d0, event=event@entry=0x7fffeef5ff10) at kernel/qapplication_x11.cpp:3431
#7  0x00007f8d7ccbf882 in x11EventSourceDispatch (s=s@entry=0x1d9d670, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#8  0x00007f8d7937d316 in g_main_dispatch (context=0x1d9c360) at gmain.c:3066
#9  g_main_context_dispatch (context=context@entry=0x1d9c360) at gmain.c:3642
#10 0x00007f8d7937d668 in g_main_context_iterate (context=context@entry=0x1d9c360, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3713
#11 0x00007f8d7937d70c in g_main_context_iteration (context=0x1d9c360, may_block=1) at gmain.c:3774
#12 0x00007f8d7dacfd55 in QEventDispatcherGlib::processEvents (this=0x1caf630, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#13 0x00007f8d7ccbf936 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#14 0x00007f8d7daa1d0f in QEventLoop::processEvents (this=this@entry=0x7fffeef602f0, flags=...) at kernel/qeventloop.cpp:149
#15 0x00007f8d7daa2005 in QEventLoop::exec (this=this@entry=0x7fffeef602f0, flags=...) at kernel/qeventloop.cpp:204
#16 0x00007f8d7daa713b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1221
#17 0x00007f8d7cc2106c in QApplication::exec () at kernel/qapplication.cpp:3823
#18 0x00007f8d68be918e in kdemain (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kde-baseapps-4.11.3/konqueror/src/konqmain.cpp:227
#19 0x000000000040879e in launch (argc=argc@entry=4, _name=_name@entry=0x1d51b38 "konqueror", args=<optimized out>, args@entry=0x1d51b42 "-mimetype", cwd=cwd@entry=0x1d51b73 "/home/krzysztof", envc=envc@entry=106, envs=<optimized out>, envs@entry=0x1d51b8b "XDG_VTNR=7", reset_env=true, tty=tty@entry=0x0, avoid_loops=false, startup_id_str=startup_id_str@entry=0x1d528ab "ne-1-26;1388471112;313385;2838_TIME2376823") at /usr/src/debug/kdelibs-4.11.3/kinit/kinit.cpp:726
#20 0x000000000040964b in handle_launcher_request (sock=sock@entry=14, who=<optimized out>) at /usr/src/debug/kdelibs-4.11.3/kinit/kinit.cpp:1218
#21 0x0000000000409c65 in handle_requests (waitForPid=waitForPid@entry=0) at /usr/src/debug/kdelibs-4.11.3/kinit/kinit.cpp:1402
#22 0x00000000004058da in main (argc=4, argv=<optimized out>, envp=0x7fffeef61020) at /usr/src/debug/kdelibs-4.11.3/kinit/kinit.cpp:1899

Possible duplicates by query: bug 329197, bug 328814, bug 328797, bug 328736, bug 328535.

Reported using DrKonqi
Comment 1 Dawit Alemayehu 2014-06-15 00:41:29 UTC
Can you reliably reproduce this crash in the latest version of KDE?Unfortunately, the backtrace from the crash report is not useful.
Comment 2 Christopher Yeleighton 2014-06-18 21:17:46 UTC
I cannot reproduce.
Comment 3 Andrew Crouthamel 2018-09-25 03:41:52 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Andrew Crouthamel 2018-10-27 04:03:00 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!