* error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
@ 2013-09-29 3:19 jojo
2013-09-29 21:27 ` Otavio Salvador
0 siblings, 1 reply; 7+ messages in thread
From: jojo @ 2013-09-29 3:19 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 4244 bytes --]
Hi,
Anyone met this issue ?
* The first time i launch the player with isink log as bellow :
MAX resolution 1920x1080
set color key
MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
stream_mjpeg_init:265:streamer(1c7a00)
[INFO] Product Info: i.MX6Q/D/S
vpudec versions :)
plugin: 3.0.5
wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013 10:39:29)
vpulib: 5.4.10
firmware: 2.1.8.34588
[INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0
hwbuf allocator zone(2306048) created
can not create threadmfw_gst_isink_setcaps:1489
VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out win(0,140-1920,940:1920x800)
set deinterlace mode 0
* The log as bellow when i stop the streaming (stop the gstreamer pipe):
VS0 destroyed, force=0!
hwbuf allocator zone(2306048) destroied.
* The second time i launch the player with isink log as bellow :
set color key
MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
stream_mjpeg_init:265:streamer(1c8f90)
[INFO] Product Info: i.MX6Q/D/S
vpudec versions :)
plugin: 3.0.5
wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013 10:39:29)
vpulib: 5.4.10
firmware: 2.1.8.34588
[INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0
hwbuf allocator zone(2306048) created
can not create threadmfw_gst_isink_setcaps:1489
VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out win(0,140-1920,940:1920x800)
set deinterlace mode 0
Can not open dll, libgstfsl-0.10.so: cannot open shared object file: No such file or directory.
Segmentation fault
* My build env as bellow :
Build Configuration:
BB_VERSION = "1.18.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "CentOS-6.4"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qsabresd"
DISTRO = "poky"
DISTRO_VERSION = "1.4.2"
TUNE_FEATURES = "armv7a vfp neon"
TARGET_FPU = "vfp-neon"
meta
meta-yocto = "(nobranch):d734ab491a30078d43dee5440c03acce2d251425"
meta-oe = "(nobranch):81bf02c1ed858b8a7ae9297b8eab7d9355d0a48c"
meta-fsl-arm = "(nobranch):afe2162644544a92a517f1d51211fdcb76bb1a29"
meta-fsl-arm-extra = "(nobranch):5f5a9cfcad223f5a1c623346780510ffcdc012ab"
meta-fsl-demos = "(nobranch):724cfb929748f47782dea3b1dc412b028f6f3515"
* My boot command line as bellow :
U-Boot > printenv
baudrate=115200
boot_fdt=try
bootcmd=mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi
bootdelay=1
bootscript=echo Running bootscript from mmc ...; source
console=ttymxc0
ethact=FEC
ethaddr=00:04:9f:02:6f:9e
ethprime=FEC
fdt_addr=0x11000000
fdt_file=imx6q-sabresd.dtb
fdt_high=0xffffffff
initrd_high=0xffffffff
ip_dyn=yes
loadaddr=0x12000000
loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}
loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}
mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} video=mxcfb1:off video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 dmfc=3
mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;
mmcdev=1
mmcpart=1
mmcroot=/dev/mmcblk1p2 rootwait rw
netargs=setenv bootargs console=${console},${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp
netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${uimage}; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} ${fdt_file}; then bootm ${loadaddr} - ${fdt_addr}; else if test ${boot_fdt} = try; then bootm; else echo WARN: Cannot load the DT; fi; fi; else bootm; fi;
script=boot.scr
stderr=serial
stdin=serial
stdout=serial
uimage=uImage
Thanks,
- Jojo
[-- Attachment #2: Type: text/html, Size: 6019 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
2013-09-29 3:19 error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time jojo
@ 2013-09-29 21:27 ` Otavio Salvador
2013-10-01 11:54 ` Jose Mª Ferreiro
0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2013-09-29 21:27 UTC (permalink / raw)
To: jojo; +Cc: meta-freescale@yoctoproject.org
On Sun, Sep 29, 2013 at 12:19 AM, jojo <rjiejie@gmail.com> wrote:
> Hi,
> Anyone met this issue ?
>
> * The first time i launch the player with isink log as bellow :
>
> MAX resolution 1920x1080
> set color key
> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
> stream_mjpeg_init:265:streamer(1c7a00)
> [INFO] Product Info: i.MX6Q/D/S
> vpudec versions :)
> plugin: 3.0.5
> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013 10:39:29)
> vpulib: 5.4.10
> firmware: 2.1.8.34588
> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0
> hwbuf allocator zone(2306048) created
> can not create threadmfw_gst_isink_setcaps:1489
> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
> win(0,140-1920,940:1920x800)
> set deinterlace mode 0
>
>
> * The log as bellow when i stop the streaming (stop the gstreamer pipe):
>
> VS0 destroyed, force=0!
> hwbuf allocator zone(2306048) destroied.
>
>
> * The second time i launch the player with isink log as bellow :
>
> set color key
> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
> stream_mjpeg_init:265:streamer(1c8f90)
> [INFO] Product Info: i.MX6Q/D/S
> vpudec versions :)
> plugin: 3.0.5
> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013 10:39:29)
> vpulib: 5.4.10
> firmware: 2.1.8.34588
> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0
> hwbuf allocator zone(2306048) created
> can not create threadmfw_gst_isink_setcaps:1489
> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
> win(0,140-1920,940:1920x800)
> set deinterlace mode 0
> Can not open dll, libgstfsl-0.10.so: cannot open shared object file: No such
> file or directory.
> Segmentation fault
...
Please try to reproduce it using 'dora' branch so we can know if it
still happens or not.
I think most of these issues has been fixed in last MM codecs releases
so it's worth a try.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
2013-09-29 21:27 ` Otavio Salvador
@ 2013-10-01 11:54 ` Jose Mª Ferreiro
2013-10-01 12:24 ` Otavio Salvador
0 siblings, 1 reply; 7+ messages in thread
From: Jose Mª Ferreiro @ 2013-10-01 11:54 UTC (permalink / raw)
To: meta-freescale
Hello
El 29/09/2013 23:27, Otavio Salvador escribió:
> On Sun, Sep 29, 2013 at 12:19 AM, jojo <rjiejie@gmail.com> wrote:
>> Hi,
>> Anyone met this issue ?
>>
>> * The first time i launch the player with isink log as bellow :
>>
>> MAX resolution 1920x1080
>> set color key
>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>> stream_mjpeg_init:265:streamer(1c7a00)
>> [INFO] Product Info: i.MX6Q/D/S
>> vpudec versions :)
>> plugin: 3.0.5
>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013 10:39:29)
>> vpulib: 5.4.10
>> firmware: 2.1.8.34588
>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0
>> hwbuf allocator zone(2306048) created
>> can not create threadmfw_gst_isink_setcaps:1489
>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>> win(0,140-1920,940:1920x800)
>> set deinterlace mode 0
>>
>>
>> * The log as bellow when i stop the streaming (stop the gstreamer pipe):
>>
>> VS0 destroyed, force=0!
>> hwbuf allocator zone(2306048) destroied.
>>
>>
>> * The second time i launch the player with isink log as bellow :
>>
>> set color key
>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>> stream_mjpeg_init:265:streamer(1c8f90)
>> [INFO] Product Info: i.MX6Q/D/S
>> vpudec versions :)
>> plugin: 3.0.5
>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013 10:39:29)
>> vpulib: 5.4.10
>> firmware: 2.1.8.34588
>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0
>> hwbuf allocator zone(2306048) created
>> can not create threadmfw_gst_isink_setcaps:1489
>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>> win(0,140-1920,940:1920x800)
>> set deinterlace mode 0
>> Can not open dll, libgstfsl-0.10.so: cannot open shared object file: No such
>> file or directory.
>> Segmentation fault
> ...
>
> Please try to reproduce it using 'dora' branch so we can know if it
> still happens or not.
>
> I think most of these issues has been fixed in last MM codecs releases
> so it's worth a try.
>
We are testing things with Gstreamer and run into a similar error. It
does the 'No such file or directory' thing but with 'Caught SIGSEGV
accesing address (nil)' message.
We, newbies, dare to do:
cd /usr/lib
ln -s libgstfsl-0.10.so.0 libgstfsl-0.10.so
then reboot, and that message was over. Now we can run several times our
command.
Here is an iMX6Q Sabre Lite board, and it happens with yesterday
master+linux-imx and dora+linux-imx branches.
We have to change from linux-boundary to linux-imx because we moved to
an HDMI monitor. After that, linux-boundary hdmi driver keeps giving
messages and hanging the system.
Thank you
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
2013-10-01 11:54 ` Jose Mª Ferreiro
@ 2013-10-01 12:24 ` Otavio Salvador
2013-10-01 12:29 ` 回复: " jojo
2013-10-01 13:21 ` Jose Mª Ferreiro
0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-01 12:24 UTC (permalink / raw)
To: Jose Mª Ferreiro, Eric Nelson, Daiane Angolini
Cc: meta-freescale@yoctoproject.org
Hello Jose,
On Tue, Oct 1, 2013 at 8:54 AM, Jose Mª Ferreiro <jose.ferreiro@horus.es> wrote:
> El 29/09/2013 23:27, Otavio Salvador escribió:
>
>> On Sun, Sep 29, 2013 at 12:19 AM, jojo <rjiejie@gmail.com> wrote:
>>>
>>> Anyone met this issue ?
>>>
>>> * The first time i launch the player with isink log as bellow :
>>>
>>> MAX resolution 1920x1080
>>> set color key
>>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>>> stream_mjpeg_init:265:streamer(1c7a00)
>>> [INFO] Product Info: i.MX6Q/D/S
>>> vpudec versions :)
>>> plugin: 3.0.5
>>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013
>>> 10:39:29)
>>> vpulib: 5.4.10
>>> firmware: 2.1.8.34588
>>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0,
>>> tiled2LinearEnable 0
>>> hwbuf allocator zone(2306048) created
>>> can not create threadmfw_gst_isink_setcaps:1489
>>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>>> win(0,140-1920,940:1920x800)
>>> set deinterlace mode 0
>>>
>>>
>>> * The log as bellow when i stop the streaming (stop the gstreamer pipe):
>>>
>>> VS0 destroyed, force=0!
>>> hwbuf allocator zone(2306048) destroied.
>>>
>>>
>>> * The second time i launch the player with isink log as bellow :
>>>
>>> set color key
>>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>>> stream_mjpeg_init:265:streamer(1c8f90)
>>> [INFO] Product Info: i.MX6Q/D/S
>>> vpudec versions :)
>>> plugin: 3.0.5
>>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013
>>> 10:39:29)
>>> vpulib: 5.4.10
>>> firmware: 2.1.8.34588
>>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0,
>>> tiled2LinearEnable 0
>>> hwbuf allocator zone(2306048) created
>>> can not create threadmfw_gst_isink_setcaps:1489
>>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>>> win(0,140-1920,940:1920x800)
>>> set deinterlace mode 0
>>> Can not open dll, libgstfsl-0.10.so: cannot open shared object file: No
>>> such
>>> file or directory.
>>> Segmentation fault
>>
>> ...
>>
>> Please try to reproduce it using 'dora' branch so we can know if it
>> still happens or not.
>>
>> I think most of these issues has been fixed in last MM codecs releases
>> so it's worth a try.
>>
> We are testing things with Gstreamer and run into a similar error. It does
> the 'No such file or directory' thing but with 'Caught SIGSEGV accesing
> address (nil)' message.
>
> We, newbies, dare to do:
> cd /usr/lib
> ln -s libgstfsl-0.10.so.0 libgstfsl-0.10.so
> then reboot, and that message was over. Now we can run several times our
> command.
As far as I know we had fixed this in 'dora'.
> Here is an iMX6Q Sabre Lite board, and it happens with yesterday
> master+linux-imx and dora+linux-imx branches.
Humm ... Daiane, can you try to reproduce this issue?
Jose, can you report this issue in our bugzilla?
> We have to change from linux-boundary to linux-imx because we moved to an
> HDMI monitor. After that, linux-boundary hdmi driver keeps giving messages
> and hanging the system.
Eric, any clue here?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
* 回复: error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
2013-10-01 12:24 ` Otavio Salvador
@ 2013-10-01 12:29 ` jojo
2013-10-01 13:21 ` Jose Mª Ferreiro
1 sibling, 0 replies; 7+ messages in thread
From: jojo @ 2013-10-01 12:29 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Hi,
I checkout the latest dora branch to compile, but the u-boot can not been build success, could
you take a look at my repots in the another thread ?
Thanks,
- Jojo
在 2013年10月1日星期二,下午8:24,Otavio Salvador 写道:
>
> 尚未下载邮件内容。
>
[-- Attachment #2: Type: text/html, Size: 1051 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
2013-10-01 12:24 ` Otavio Salvador
2013-10-01 12:29 ` 回复: " jojo
@ 2013-10-01 13:21 ` Jose Mª Ferreiro
2013-10-01 14:33 ` Eric Nelson
1 sibling, 1 reply; 7+ messages in thread
From: Jose Mª Ferreiro @ 2013-10-01 13:21 UTC (permalink / raw)
To: meta-freescale
El 01/10/2013 14:24, Otavio Salvador escribió:
> Hello Jose,
>
> On Tue, Oct 1, 2013 at 8:54 AM, Jose Mª Ferreiro <jose.ferreiro@horus.es> wrote:
>> El 29/09/2013 23:27, Otavio Salvador escribió:
>>
>>> On Sun, Sep 29, 2013 at 12:19 AM, jojo <rjiejie@gmail.com> wrote:
>>>> Anyone met this issue ?
>>>>
>>>> * The first time i launch the player with isink log as bellow :
>>>>
>>>> MAX resolution 1920x1080
>>>> set color key
>>>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>>>> stream_mjpeg_init:265:streamer(1c7a00)
>>>> [INFO] Product Info: i.MX6Q/D/S
>>>> vpudec versions :)
>>>> plugin: 3.0.5
>>>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013
>>>> 10:39:29)
>>>> vpulib: 5.4.10
>>>> firmware: 2.1.8.34588
>>>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0,
>>>> tiled2LinearEnable 0
>>>> hwbuf allocator zone(2306048) created
>>>> can not create threadmfw_gst_isink_setcaps:1489
>>>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>>>> win(0,140-1920,940:1920x800)
>>>> set deinterlace mode 0
>>>>
>>>>
>>>> * The log as bellow when i stop the streaming (stop the gstreamer pipe):
>>>>
>>>> VS0 destroyed, force=0!
>>>> hwbuf allocator zone(2306048) destroied.
>>>>
>>>>
>>>> * The second time i launch the player with isink log as bellow :
>>>>
>>>> set color key
>>>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>>>> stream_mjpeg_init:265:streamer(1c8f90)
>>>> [INFO] Product Info: i.MX6Q/D/S
>>>> vpudec versions :)
>>>> plugin: 3.0.5
>>>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013
>>>> 10:39:29)
>>>> vpulib: 5.4.10
>>>> firmware: 2.1.8.34588
>>>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0,
>>>> tiled2LinearEnable 0
>>>> hwbuf allocator zone(2306048) created
>>>> can not create threadmfw_gst_isink_setcaps:1489
>>>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>>>> win(0,140-1920,940:1920x800)
>>>> set deinterlace mode 0
>>>> Can not open dll, libgstfsl-0.10.so: cannot open shared object file: No
>>>> such
>>>> file or directory.
>>>> Segmentation fault
>>> ...
>>>
>>> Please try to reproduce it using 'dora' branch so we can know if it
>>> still happens or not.
>>>
>>> I think most of these issues has been fixed in last MM codecs releases
>>> so it's worth a try.
>>>
>> We are testing things with Gstreamer and run into a similar error. It does
>> the 'No such file or directory' thing but with 'Caught SIGSEGV accesing
>> address (nil)' message.
>>
>> We, newbies, dare to do:
>> cd /usr/lib
>> ln -s libgstfsl-0.10.so.0 libgstfsl-0.10.so
>> then reboot, and that message was over. Now we can run several times our
>> command.
> As far as I know we had fixed this in 'dora'.
>
>> Here is an iMX6Q Sabre Lite board, and it happens with yesterday
>> master+linux-imx and dora+linux-imx branches.
> Humm ... Daiane, can you try to reproduce this issue?
>
> Jose, can you report this issue in our bugzilla?
I found it was there already. I updated this:
*Bug 3781* <https://bugzilla.yoctoproject.org/show_bug.cgi?id=3781>
-i.MX6Q: mfw_isink Problem
Thank you
>> We have to change from linux-boundary to linux-imx because we moved to an
>> HDMI monitor. After that, linux-boundary hdmi driver keeps giving messages
>> and hanging the system.
> Eric, any clue here?
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time
2013-10-01 13:21 ` Jose Mª Ferreiro
@ 2013-10-01 14:33 ` Eric Nelson
0 siblings, 0 replies; 7+ messages in thread
From: Eric Nelson @ 2013-10-01 14:33 UTC (permalink / raw)
To: Jose Mª Ferreiro, meta-freescale
Thanks Jose,
On 10/01/2013 06:21 AM, Jose Mª Ferreiro wrote:
>
> El 01/10/2013 14:24, Otavio Salvador escribió:
>> Hello Jose,
>>
>> On Tue, Oct 1, 2013 at 8:54 AM, Jose Mª Ferreiro
>> <jose.ferreiro@horus.es> wrote:
>>> El 29/09/2013 23:27, Otavio Salvador escribió:
>>>
>>>> On Sun, Sep 29, 2013 at 12:19 AM, jojo <rjiejie@gmail.com> wrote:
>>>>> Anyone met this issue ?
>>>>>
>>>>> * The first time i launch the player with isink log as bellow :
>>>>>
>>>>> MAX resolution 1920x1080
>>>>> set color key
>>>>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>>>>> stream_mjpeg_init:265:streamer(1c7a00)
>>>>> [INFO] Product Info: i.MX6Q/D/S
>>>>> vpudec versions :)
>>>>> plugin: 3.0.5
>>>>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013
>>>>> 10:39:29)
>>>>> vpulib: 5.4.10
>>>>> firmware: 2.1.8.34588
>>>>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0,
>>>>> tiled2LinearEnable 0
>>>>> hwbuf allocator zone(2306048) created
>>>>> can not create threadmfw_gst_isink_setcaps:1489
>>>>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>>>>> win(0,140-1920,940:1920x800)
>>>>> set deinterlace mode 0
>>>>>
>>>>>
>>>>> * The log as bellow when i stop the streaming (stop the gstreamer
>>>>> pipe):
>>>>>
>>>>> VS0 destroyed, force=0!
>>>>> hwbuf allocator zone(2306048) destroied.
>>>>>
>>>>>
>>>>> * The second time i launch the player with isink log as bellow :
>>>>>
>>>>> set color key
>>>>> MFW_GST_ISINK_PLUGIN 3.0.5 build on Sep 16 2013 14:09:24.
>>>>> stream_mjpeg_init:265:streamer(1c8f90)
>>>>> [INFO] Product Info: i.MX6Q/D/S
>>>>> vpudec versions :)
>>>>> plugin: 3.0.5
>>>>> wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Sep 12 2013
>>>>> 10:39:29)
>>>>> vpulib: 5.4.10
>>>>> firmware: 2.1.8.34588
>>>>> [INFO] bitstreamMode 1, chromaInterleave 0, mapType 0,
>>>>> tiled2LinearEnable 0
>>>>> hwbuf allocator zone(2306048) created
>>>>> can not create threadmfw_gst_isink_setcaps:1489
>>>>> VS0 created. in fmt[I420] win(0,0-1920,800:1920x800) out
>>>>> win(0,140-1920,940:1920x800)
>>>>> set deinterlace mode 0
>>>>> Can not open dll, libgstfsl-0.10.so: cannot open shared object
>>>>> file: No
>>>>> such
>>>>> file or directory.
>>>>> Segmentation fault
>>>> ...
>>>>
>>>> Please try to reproduce it using 'dora' branch so we can know if it
>>>> still happens or not.
>>>>
>>>> I think most of these issues has been fixed in last MM codecs releases
>>>> so it's worth a try.
>>>>
>>> We are testing things with Gstreamer and run into a similar error. It
>>> does
>>> the 'No such file or directory' thing but with 'Caught SIGSEGV accesing
>>> address (nil)' message.
>>>
>>> We, newbies, dare to do:
>>> cd /usr/lib
>>> ln -s libgstfsl-0.10.so.0 libgstfsl-0.10.so
>>> then reboot, and that message was over. Now we can run several times our
>>> command.
>> As far as I know we had fixed this in 'dora'.
>>
>>> Here is an iMX6Q Sabre Lite board, and it happens with yesterday
>>> master+linux-imx and dora+linux-imx branches.
>> Humm ... Daiane, can you try to reproduce this issue?
>>
>> Jose, can you report this issue in our bugzilla?
> I found it was there already. I updated this:
> *Bug 3781* <https://bugzilla.yoctoproject.org/show_bug.cgi?id=3781>
> -i.MX6Q: mfw_isink Problem
>
> Thank you
>>> We have to change from linux-boundary to linux-imx because we moved
>>> to an
>>> HDMI monitor. After that, linux-boundary hdmi driver keeps giving
>>> messages
>>> and hanging the system.
>> Eric, any clue here?
>>
I suspect that the issue is the same as in previous releases, and
that deleting /dev/shm/* will allow a second run:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3781#c14
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-10-01 14:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-29 3:19 error(Segmentation fault) when i launch the gstreamer with "mfw_isink" in the second time jojo
2013-09-29 21:27 ` Otavio Salvador
2013-10-01 11:54 ` Jose Mª Ferreiro
2013-10-01 12:24 ` Otavio Salvador
2013-10-01 12:29 ` 回复: " jojo
2013-10-01 13:21 ` Jose Mª Ferreiro
2013-10-01 14:33 ` Eric Nelson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.