"Segmentation fault" error occurs when swiping away while performing video playback via QML
-
I am working on video play back on QML using Video Component.
When swiping the video next and previous continuously, application get segmentation fault.
Segmentation log details:
Demux core /usr/lib/imx-mm/parser/lib_ape_parser_arm11_elinux.so error or missed!
(Err: /usr/lib/imx-mm/parser/lib_ape_parser_arm11_elinux.so: cannot open shared object file: No such file or directory)Thread 48 "aiurdemux16:sin" received signal SIGSEGV, Segmentation fault.
[Switching to LWP 2790]
0x660e3fd0 in ?? () from /usr/lib/gstreamer-1.0/libgstaiurdemux.so
(gdb) bt
#0 0x660e3fd0 in ?? () from /usr/lib/gstreamer-1.0/libgstaiurdemux.so
#1 0x7577263c in g_strdup () from /usr/lib/libglib-2.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)Any one give the solution for this, it will be very helpful.
Thanks In Advance
-
I assume that you are working on Android OS. It looks like you have multiple missing libraries inside your operation system. Well, I am not an expert of Android, but here is a tip :D Maybe you can think of re-installing your operation system or something...