* Chromium crashes on HTML5 video tag
@ 2015-06-11 20:39 Nikolay Dimitrov
2015-06-12 6:51 ` Nikolay Dimitrov
2015-06-15 7:29 ` Greg
0 siblings, 2 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-11 20:39 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
Hi gang,
Chromium tabs are crashing when they see an HTML5 <video> tag, like
this one:
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
</video>
(Code is from http://www.w3schools.com/html/html5_video.asp)
I'm pretty sure that this worked fine some weeks ago, so it's a recent
regression on Fido, 100% reproducible on imx6q sabresd. At this moment
I still can't point to a specific commit in meta-fsl-arm or
meta-browser.
Thanks in advance for any ideas. Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-11 20:39 Chromium crashes on HTML5 video tag Nikolay Dimitrov
@ 2015-06-12 6:51 ` Nikolay Dimitrov
2015-06-15 7:29 ` Greg
1 sibling, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 6:51 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Adding openembedded guys in the loop.
On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
> Hi gang,
>
> Chromium tabs are crashing when they see an HTML5 <video> tag, like
> this one:
>
> <video width="320" height="240" controls>
> <source src="movie.mp4" type="video/mp4">
> </video>
>
> (Code is from http://www.w3schools.com/html/html5_video.asp)
>
> I'm pretty sure that this worked fine some weeks ago, so it's a recent
> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
> I still can't point to a specific commit in meta-fsl-arm or
> meta-browser.
>
> Thanks in advance for any ideas. Regards,
> Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Chromium crashes on HTML5 video tag
@ 2015-06-12 6:51 ` Nikolay Dimitrov
0 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 6:51 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Adding openembedded guys in the loop.
On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
> Hi gang,
>
> Chromium tabs are crashing when they see an HTML5 <video> tag, like
> this one:
>
> <video width="320" height="240" controls>
> <source src="movie.mp4" type="video/mp4">
> </video>
>
> (Code is from http://www.w3schools.com/html/html5_video.asp)
>
> I'm pretty sure that this worked fine some weeks ago, so it's a recent
> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
> I still can't point to a specific commit in meta-fsl-arm or
> meta-browser.
>
> Thanks in advance for any ideas. Regards,
> Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 6:51 ` Nikolay Dimitrov
@ 2015-06-12 6:57 ` Zoltan Kuscsik
-1 siblings, 0 replies; 23+ messages in thread
From: Zoltan Kuscsik @ 2015-06-12 6:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Do you have a crash log? If not, you should change your build from Release
to Debug and
get some backtraces.
Zoltan
On 12 June 2015 at 08:51, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Adding openembedded guys in the loop.
>
>
> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>
>> Hi gang,
>>
>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>> this one:
>>
>> <video width="320" height="240" controls>
>> <source src="movie.mp4" type="video/mp4">
>> </video>
>>
>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>
>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>> I still can't point to a specific commit in meta-fsl-arm or
>> meta-browser.
>>
>> Thanks in advance for any ideas. Regards,
>> Nikolay
>>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
--
Zoltan Kuscsik
Senior Software Developer, Linaro Digital Home Group
email: zoltan.kuscsik@linaro.org
IRC: zoli_ on irc.linaro.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [oe] Chromium crashes on HTML5 video tag
@ 2015-06-12 6:57 ` Zoltan Kuscsik
0 siblings, 0 replies; 23+ messages in thread
From: Zoltan Kuscsik @ 2015-06-12 6:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
Do you have a crash log? If not, you should change your build from Release
to Debug and
get some backtraces.
Zoltan
On 12 June 2015 at 08:51, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Adding openembedded guys in the loop.
>
>
> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>
>> Hi gang,
>>
>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>> this one:
>>
>> <video width="320" height="240" controls>
>> <source src="movie.mp4" type="video/mp4">
>> </video>
>>
>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>
>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>> I still can't point to a specific commit in meta-fsl-arm or
>> meta-browser.
>>
>> Thanks in advance for any ideas. Regards,
>> Nikolay
>>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
--
Zoltan Kuscsik
Senior Software Developer, Linaro Digital Home Group
email: zoltan.kuscsik@linaro.org
IRC: zoli_ on irc.linaro.org
[-- Attachment #2: Type: text/html, Size: 2706 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 6:51 ` Nikolay Dimitrov
@ 2015-06-12 10:46 ` Nikolay Dimitrov
-1 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 10:46 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Hi gang,
On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
> Adding openembedded guys in the loop.
>
>
> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>> Hi gang,
>>
>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>> this one:
>>
>> <video width="320" height="240" controls>
>> <source src="movie.mp4" type="video/mp4">
>> </video>
>>
>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>
>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>> I still can't point to a specific commit in meta-fsl-arm or
>> meta-browser.
Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
commit. After it the component either doesn't compile, libs are missing
or video tag isn't working.
Looks like it's a "revert time" for the customer builds...
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Chromium crashes on HTML5 video tag
@ 2015-06-12 10:46 ` Nikolay Dimitrov
0 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 10:46 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Hi gang,
On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
> Adding openembedded guys in the loop.
>
>
> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>> Hi gang,
>>
>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>> this one:
>>
>> <video width="320" height="240" controls>
>> <source src="movie.mp4" type="video/mp4">
>> </video>
>>
>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>
>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>> I still can't point to a specific commit in meta-fsl-arm or
>> meta-browser.
Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
commit. After it the component either doesn't compile, libs are missing
or video tag isn't working.
Looks like it's a "revert time" for the customer builds...
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 10:46 ` Nikolay Dimitrov
@ 2015-06-12 10:51 ` Zoltan Kuscsik
-1 siblings, 0 replies; 23+ messages in thread
From: Zoltan Kuscsik @ 2015-06-12 10:51 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Any crash logs?
On 12 June 2015 at 12:46, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Hi gang,
>
> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>
>> Adding openembedded guys in the loop.
>>
>>
>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>
>>> Hi gang,
>>>
>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>> this one:
>>>
>>> <video width="320" height="240" controls>
>>> <source src="movie.mp4" type="video/mp4">
>>> </video>
>>>
>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>
>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>> I still can't point to a specific commit in meta-fsl-arm or
>>> meta-browser.
>>>
>>
> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
> commit. After it the component either doesn't compile, libs are missing
> or video tag isn't working.
>
> Looks like it's a "revert time" for the customer builds...
>
>
> Regards,
> Nikolay
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
--
Zoltan Kuscsik
Senior Software Developer, Linaro Digital Home Group
email: zoltan.kuscsik@linaro.org
IRC: zoli_ on irc.linaro.org
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [oe] Chromium crashes on HTML5 video tag
@ 2015-06-12 10:51 ` Zoltan Kuscsik
0 siblings, 0 replies; 23+ messages in thread
From: Zoltan Kuscsik @ 2015-06-12 10:51 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]
Any crash logs?
On 12 June 2015 at 12:46, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Hi gang,
>
> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>
>> Adding openembedded guys in the loop.
>>
>>
>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>
>>> Hi gang,
>>>
>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>> this one:
>>>
>>> <video width="320" height="240" controls>
>>> <source src="movie.mp4" type="video/mp4">
>>> </video>
>>>
>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>
>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>> I still can't point to a specific commit in meta-fsl-arm or
>>> meta-browser.
>>>
>>
> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
> commit. After it the component either doesn't compile, libs are missing
> or video tag isn't working.
>
> Looks like it's a "revert time" for the customer builds...
>
>
> Regards,
> Nikolay
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
--
Zoltan Kuscsik
Senior Software Developer, Linaro Digital Home Group
email: zoltan.kuscsik@linaro.org
IRC: zoli_ on irc.linaro.org
[-- Attachment #2: Type: text/html, Size: 2968 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 10:51 ` [oe] " Zoltan Kuscsik
@ 2015-06-12 11:17 ` Nikolay Dimitrov
-1 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 11:17 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Hi Zoltan,
On 06/12/2015 01:51 PM, Zoltan Kuscsik wrote:
> Any crash logs?
>
> On 12 June 2015 at 12:46, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>
>> Hi gang,
>>
>> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>
>>> Adding openembedded guys in the loop.
>>>
>>>
>>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>
>>>> Hi gang,
>>>>
>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>> this one:
>>>>
>>>> <video width="320" height="240" controls>
>>>> <source src="movie.mp4" type="video/mp4">
>>>> </video>
>>>>
>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>
>>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>> meta-browser.
>>>>
>>>
>> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
>> commit. After it the component either doesn't compile, libs are missing
>> or video tag isn't working.
>>
>> Looks like it's a "revert time" for the customer builds...
I'll try to create crash dumps later. For now git bisect was the
fastest way to deliver a working browser for the customer.
Have a great day,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [oe] Chromium crashes on HTML5 video tag
@ 2015-06-12 11:17 ` Nikolay Dimitrov
0 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 11:17 UTC (permalink / raw)
To: openembedded-devel; +Cc: meta-freescale
Hi Zoltan,
On 06/12/2015 01:51 PM, Zoltan Kuscsik wrote:
> Any crash logs?
>
> On 12 June 2015 at 12:46, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>
>> Hi gang,
>>
>> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>
>>> Adding openembedded guys in the loop.
>>>
>>>
>>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>
>>>> Hi gang,
>>>>
>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>> this one:
>>>>
>>>> <video width="320" height="240" controls>
>>>> <source src="movie.mp4" type="video/mp4">
>>>> </video>
>>>>
>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>
>>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>> meta-browser.
>>>>
>>>
>> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
>> commit. After it the component either doesn't compile, libs are missing
>> or video tag isn't working.
>>
>> Looks like it's a "revert time" for the customer builds...
I'll try to create crash dumps later. For now git bisect was the
fastest way to deliver a working browser for the customer.
Have a great day,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 10:46 ` Nikolay Dimitrov
@ 2015-06-12 11:31 ` Otavio Salvador
-1 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2015-06-12 11:31 UTC (permalink / raw)
To: OpenEmbedded Devel List; +Cc: meta-freescale@yoctoproject.org
On Fri, Jun 12, 2015 at 7:46 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>
>> Adding openembedded guys in the loop.
>>
>>
>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>
>>> Hi gang,
>>>
>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>> this one:
>>>
>>> <video width="320" height="240" controls>
>>> <source src="movie.mp4" type="video/mp4">
>>> </video>
>>>
>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>
>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>> I still can't point to a specific commit in meta-fsl-arm or
>>> meta-browser.
>
>
> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
> commit. After it the component either doesn't compile, libs are missing
> or video tag isn't working.
>
> Looks like it's a "revert time" for the customer builds...
Might be packaging splitting which can have changes. One way to easily
track this is using buildhistory and compare both packaged outputs.
--
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] 23+ messages in thread
* Re: [oe] Chromium crashes on HTML5 video tag
@ 2015-06-12 11:31 ` Otavio Salvador
0 siblings, 0 replies; 23+ messages in thread
From: Otavio Salvador @ 2015-06-12 11:31 UTC (permalink / raw)
To: OpenEmbedded Devel List; +Cc: meta-freescale@yoctoproject.org
On Fri, Jun 12, 2015 at 7:46 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>
>> Adding openembedded guys in the loop.
>>
>>
>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>
>>> Hi gang,
>>>
>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>> this one:
>>>
>>> <video width="320" height="240" controls>
>>> <source src="movie.mp4" type="video/mp4">
>>> </video>
>>>
>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>
>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>> I still can't point to a specific commit in meta-fsl-arm or
>>> meta-browser.
>
>
> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
> commit. After it the component either doesn't compile, libs are missing
> or video tag isn't working.
>
> Looks like it's a "revert time" for the customer builds...
Might be packaging splitting which can have changes. One way to easily
track this is using buildhistory and compare both packaged outputs.
--
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] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 11:31 ` [oe] " Otavio Salvador
(?)
@ 2015-06-12 11:42 ` Gary Thomas
2015-06-12 12:08 ` Nikolay Dimitrov
-1 siblings, 1 reply; 23+ messages in thread
From: Gary Thomas @ 2015-06-12 11:42 UTC (permalink / raw)
To: openembedded-devel
On 2015-06-12 05:31, Otavio Salvador wrote:
> On Fri, Jun 12, 2015 at 7:46 AM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
>> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>>
>>> Adding openembedded guys in the loop.
>>>
>>>
>>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>>
>>>> Hi gang,
>>>>
>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>> this one:
>>>>
>>>> <video width="320" height="240" controls>
>>>> <source src="movie.mp4" type="video/mp4">
>>>> </video>
>>>>
>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>
>>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>> meta-browser.
>>
>>
>> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
>> commit. After it the component either doesn't compile, libs are missing
>> or video tag isn't working.
>>
>> Looks like it's a "revert time" for the customer builds...
>
> Might be packaging splitting which can have changes. One way to easily
> track this is using buildhistory and compare both packaged outputs.
>
It looks to me like that revision updated by 2 major versions of
Chrome - more likely there are goblins in there than just a packaging
issue.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 11:42 ` [meta-freescale] " Gary Thomas
@ 2015-06-12 12:08 ` Nikolay Dimitrov
2015-06-12 12:23 ` Gary Thomas
0 siblings, 1 reply; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 12:08 UTC (permalink / raw)
To: Gary Thomas; +Cc: openembedded-devel
Hi Gary,
On 06/12/2015 02:42 PM, Gary Thomas wrote:
> On 2015-06-12 05:31, Otavio Salvador wrote:
>> On Fri, Jun 12, 2015 at 7:46 AM, Nikolay Dimitrov <picmaster@mail.bg>
>> wrote:
>>> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>>>
>>>> Adding openembedded guys in the loop.
>>>>
>>>>
>>>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>>>
>>>>> Hi gang,
>>>>>
>>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>>> this one:
>>>>>
>>>>> <video width="320" height="240" controls>
>>>>> <source src="movie.mp4" type="video/mp4">
>>>>> </video>
>>>>>
>>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>>
>>>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>>> meta-browser.
>>>
>>>
>>> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
>>> commit. After it the component either doesn't compile, libs are missing
>>> or video tag isn't working.
>>>
>>> Looks like it's a "revert time" for the customer builds...
>>
>> Might be packaging splitting which can have changes. One way to easily
>> track this is using buildhistory and compare both packaged outputs.
>>
>
> It looks to me like that revision updated by 2 major versions of
> Chrome - more likely there are goblins in there than just a packaging
> issue.
Not really. Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is working
OK, as I described. Issues start from the next commit,
355f6d474462996c3bf07d7a72233b6c81cb2e8a.
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 12:08 ` Nikolay Dimitrov
@ 2015-06-12 12:23 ` Gary Thomas
2015-06-12 12:52 ` Nikolay Dimitrov
0 siblings, 1 reply; 23+ messages in thread
From: Gary Thomas @ 2015-06-12 12:23 UTC (permalink / raw)
To: Nikolay Dimitrov; +Cc: openembedded-devel
On 2015-06-12 06:08, Nikolay Dimitrov wrote:
> Hi Gary,
>
> On 06/12/2015 02:42 PM, Gary Thomas wrote:
>> On 2015-06-12 05:31, Otavio Salvador wrote:
>>> On Fri, Jun 12, 2015 at 7:46 AM, Nikolay Dimitrov <picmaster@mail.bg>
>>> wrote:
>>>> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>>>>
>>>>> Adding openembedded guys in the loop.
>>>>>
>>>>>
>>>>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>>>>
>>>>>> Hi gang,
>>>>>>
>>>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>>>> this one:
>>>>>>
>>>>>> <video width="320" height="240" controls>
>>>>>> <source src="movie.mp4" type="video/mp4">
>>>>>> </video>
>>>>>>
>>>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>>>
>>>>>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>>>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>>>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>>>> meta-browser.
>>>>
>>>>
>>>> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
>>>> commit. After it the component either doesn't compile, libs are missing
>>>> or video tag isn't working.
>>>>
>>>> Looks like it's a "revert time" for the customer builds...
>>>
>>> Might be packaging splitting which can have changes. One way to easily
>>> track this is using buildhistory and compare both packaged outputs.
>>>
>>
>> It looks to me like that revision updated by 2 major versions of
>> Chrome - more likely there are goblins in there than just a packaging
>> issue.
>
> Not really. Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is working
> OK, as I described. Issues start from the next commit,
> 355f6d474462996c3bf07d7a72233b6c81cb2e8a.
Ah, I should have read your comment more thoroughly. Indeed the next
commit (355f6d) is quite intrusive - it's easy to see that something
might have been missed in that split of the recipes.
Is this problem only on i.MX6? Have you tried it on other ARM targets
or even PC?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 12:23 ` Gary Thomas
@ 2015-06-12 12:52 ` Nikolay Dimitrov
0 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-12 12:52 UTC (permalink / raw)
To: Gary Thomas; +Cc: openembedded-devel
Hi Gary,
On 06/12/2015 03:23 PM, Gary Thomas wrote:
> On 2015-06-12 06:08, Nikolay Dimitrov wrote:
>> Hi Gary,
>>
>> On 06/12/2015 02:42 PM, Gary Thomas wrote:
>>> On 2015-06-12 05:31, Otavio Salvador wrote:
>>>> On Fri, Jun 12, 2015 at 7:46 AM, Nikolay Dimitrov <picmaster@mail.bg>
>>>> wrote:
>>>>> On 06/12/2015 09:51 AM, Nikolay Dimitrov wrote:
>>>>>>
>>>>>> Adding openembedded guys in the loop.
>>>>>>
>>>>>>
>>>>>> On 06/11/2015 11:39 PM, Nikolay Dimitrov wrote:
>>>>>>>
>>>>>>> Hi gang,
>>>>>>>
>>>>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>>>>> this one:
>>>>>>>
>>>>>>> <video width="320" height="240" controls>
>>>>>>> <source src="movie.mp4" type="video/mp4">
>>>>>>> </video>
>>>>>>>
>>>>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>>>>
>>>>>>> I'm pretty sure that this worked fine some weeks ago, so it's a
>>>>>>> recent
>>>>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this
>>>>>>> moment
>>>>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>>>>> meta-browser.
>>>>>
>>>>>
>>>>> Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is the last known good
>>>>> commit. After it the component either doesn't compile, libs are
>>>>> missing
>>>>> or video tag isn't working.
>>>>>
>>>>> Looks like it's a "revert time" for the customer builds...
>>>>
>>>> Might be packaging splitting which can have changes. One way to easily
>>>> track this is using buildhistory and compare both packaged outputs.
>>>>
>>>
>>> It looks to me like that revision updated by 2 major versions of
>>> Chrome - more likely there are goblins in there than just a packaging
>>> issue.
>>
>> Not really. Commit 30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9 is working
>> OK, as I described. Issues start from the next commit,
>> 355f6d474462996c3bf07d7a72233b6c81cb2e8a.
>
> Ah, I should have read your comment more thoroughly. Indeed the next
> commit (355f6d) is quite intrusive - it's easy to see that something
> might have been missed in that split of the recipes.
>
> Is this problem only on i.MX6? Have you tried it on other ARM targets
> or even PC?
No, I haven't tried it elsewhere. My usual motivation to avoid that is
because there are tons of possible differences (toolchains, libs, cpu
architectures, kernels, patch sets to fix SoC issues) and it's next to
impossible to guarantee that the code and data have precisely the same
layout in memory, and that the code is executed precisely the same way.
But this is my perception, it's entirely OK if others see things in
different perspective :D.
Kind regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Chromium crashes on HTML5 video tag
2015-06-11 20:39 Chromium crashes on HTML5 video tag Nikolay Dimitrov
2015-06-12 6:51 ` Nikolay Dimitrov
@ 2015-06-15 7:29 ` Greg
2015-06-15 12:59 ` Nikolay Dimitrov
1 sibling, 1 reply; 23+ messages in thread
From: Greg @ 2015-06-15 7:29 UTC (permalink / raw)
To: meta-freescale
Nikolay Dimitrov <picmaster@...> writes:
>
> Hi gang,
>
> Chromium tabs are crashing when they see an HTML5 <video> tag, like
> this one:
>
> <video width="320" height="240" controls>
> <source src="movie.mp4" type="video/mp4">
> </video>
>
> (Code is from http://www.w3schools.com/html/html5_video.asp)
>
> I'm pretty sure that this worked fine some weeks ago, so it's a recent
> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
> I still can't point to a specific commit in meta-fsl-arm or
> meta-browser.
>
> Thanks in advance for any ideas. Regards,
> Nikolay
Hi,
I had the same problem and I solved it by moving libffmpegsumo.so from
/usr/lib/chromium/ to /usr/bin/chromium/.
I'm now able to play audio and video files using HTML5 tag.
Regards,
Greg
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Chromium crashes on HTML5 video tag
2015-06-15 7:29 ` Greg
@ 2015-06-15 12:59 ` Nikolay Dimitrov
2015-06-15 13:33 ` Greg
0 siblings, 1 reply; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-15 12:59 UTC (permalink / raw)
To: Greg, meta-freescale
Hi Greg,
On 06/15/2015 10:29 AM, Greg wrote:
> Nikolay Dimitrov <picmaster@...> writes:
>
>>
>> Hi gang,
>>
>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>> this one:
>>
>> <video width="320" height="240" controls>
>> <source src="movie.mp4" type="video/mp4">
>> </video>
>>
>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>
>> I'm pretty sure that this worked fine some weeks ago, so it's a recent
>> regression on Fido, 100% reproducible on imx6q sabresd. At this moment
>> I still can't point to a specific commit in meta-fsl-arm or
>> meta-browser.
>>
>> Thanks in advance for any ideas. Regards,
>> Nikolay
>
>
> Hi,
>
> I had the same problem and I solved it by moving libffmpegsumo.so from
> /usr/lib/chromium/ to /usr/bin/chromium/.
> I'm now able to play audio and video files using HTML5 tag.
Do you remember which git commit you've used during this observation?
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Chromium crashes on HTML5 video tag
2015-06-15 12:59 ` Nikolay Dimitrov
@ 2015-06-15 13:33 ` Greg
2015-06-15 14:53 ` Nikolay Dimitrov
0 siblings, 1 reply; 23+ messages in thread
From: Greg @ 2015-06-15 13:33 UTC (permalink / raw)
To: meta-freescale
Nikolay Dimitrov <picmaster@...> writes:
>
> Hi Greg,
>
> On 06/15/2015 10:29 AM, Greg wrote:
> > Nikolay Dimitrov <picmaster <at> ...> writes:
> >
> >>
> >> Hi gang,
> >>
> >> Chromium tabs are crashing when they see an HTML5 <video> tag, like
> >> this one:
> >>
> >> <video width="320" height="240" controls>
> >> <source src="movie.mp4" type="video/mp4">
> >> </video>
> >>
> >> (Code is from http://www.w3schools.com/html/html5_video.asp)
> >>
> >> I'm pretty sure that this worked fine some weeks ago, so it's a
recent
> >> regression on Fido, 100% reproducible on imx6q sabresd. At this
moment
> >> I still can't point to a specific commit in meta-fsl-arm or
> >> meta-browser.
> >>
> >> Thanks in advance for any ideas. Regards,
> >> Nikolay
> >
> >
> > Hi,
> >
> > I had the same problem and I solved it by moving libffmpegsumo.so
from
> > /usr/lib/chromium/ to /usr/bin/chromium/.
> > I'm now able to play audio and video files using HTML5 tag.
>
> Do you remember which git commit you've used during this observation?
>
> Regards,
> Nikolay
Hi Nikolay,
I'am using master branch for meta-browser layer and dizzy branch for
meta-fsl-arm layer.
This is commit 355f6d474462996c3bf07d7a72233b6c81cb2e8a which change
installation folder destination for libffmpegsumo.so.
To have video/audio working, I just modify chromium.inc file in order to
install libffmpegsumo.so into ${D}/${bindir}/${BPN}.
Regards,
Greg
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Chromium crashes on HTML5 video tag
2015-06-15 13:33 ` Greg
@ 2015-06-15 14:53 ` Nikolay Dimitrov
0 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-06-15 14:53 UTC (permalink / raw)
To: Khem Raj; +Cc: meta-freescale
Hi Khem,
On 06/15/2015 04:33 PM, Greg wrote:
> Nikolay Dimitrov <picmaster@...> writes:
>
>>
>> Hi Greg,
>>
>> On 06/15/2015 10:29 AM, Greg wrote:
>>> Nikolay Dimitrov <picmaster <at> ...> writes:
>>>
>>>>
>>>> Hi gang,
>>>>
>>>> Chromium tabs are crashing when they see an HTML5 <video> tag, like
>>>> this one:
>>>>
>>>> <video width="320" height="240" controls>
>>>> <source src="movie.mp4" type="video/mp4">
>>>> </video>
>>>>
>>>> (Code is from http://www.w3schools.com/html/html5_video.asp)
>>>>
>>>> I'm pretty sure that this worked fine some weeks ago, so it's a
> recent
>>>> regression on Fido, 100% reproducible on imx6q sabresd. At this
> moment
>>>> I still can't point to a specific commit in meta-fsl-arm or
>>>> meta-browser.
>>>>
>>>> Thanks in advance for any ideas. Regards,
>>>> Nikolay
>>>
>>>
>>> Hi,
>>>
>>> I had the same problem and I solved it by moving libffmpegsumo.so
> from
>>> /usr/lib/chromium/ to /usr/bin/chromium/.
>>> I'm now able to play audio and video files using HTML5 tag.
>>
>> Do you remember which git commit you've used during this observation?
>>
>> Regards,
>> Nikolay
>
>
> Hi Nikolay,
>
> I'am using master branch for meta-browser layer and dizzy branch for
> meta-fsl-arm layer.
>
> This is commit 355f6d474462996c3bf07d7a72233b6c81cb2e8a which change
> installation folder destination for libffmpegsumo.so.
>
> To have video/audio working, I just modify chromium.inc file in order to
> install libffmpegsumo.so into ${D}/${bindir}/${BPN}.
Do you have any idea which install directory (bindir/libdir) should be
working for both Chromium and CEF?
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag
2015-06-12 6:57 ` [oe] " Zoltan Kuscsik
@ 2015-07-02 10:21 ` Nikolay Dimitrov
-1 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-07-02 10:21 UTC (permalink / raw)
To: zoltan.kuscsik; +Cc: meta-freescale, openembedded-devel
Hi Zoltan,
On 06/12/2015 09:57 AM, Zoltan Kuscsik wrote:
> Do you have a crash log? If not, you should change your build from Release
> to Debug and
> get some backtraces.
The chromium debug binary is 3.1GiB, there's no way to run this on my
ARM target. If you have other suggestions how to extract trace/debug
info, I would be glad to try them.
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [oe] Chromium crashes on HTML5 video tag
@ 2015-07-02 10:21 ` Nikolay Dimitrov
0 siblings, 0 replies; 23+ messages in thread
From: Nikolay Dimitrov @ 2015-07-02 10:21 UTC (permalink / raw)
To: zoltan.kuscsik; +Cc: meta-freescale, openembedded-devel
Hi Zoltan,
On 06/12/2015 09:57 AM, Zoltan Kuscsik wrote:
> Do you have a crash log? If not, you should change your build from Release
> to Debug and
> get some backtraces.
The chromium debug binary is 3.1GiB, there's no way to run this on my
ARM target. If you have other suggestions how to extract trace/debug
info, I would be glad to try them.
Regards,
Nikolay
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2015-07-02 10:21 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 20:39 Chromium crashes on HTML5 video tag Nikolay Dimitrov
2015-06-12 6:51 ` [meta-freescale] " Nikolay Dimitrov
2015-06-12 6:51 ` Nikolay Dimitrov
2015-06-12 6:57 ` [meta-freescale] " Zoltan Kuscsik
2015-06-12 6:57 ` [oe] " Zoltan Kuscsik
2015-07-02 10:21 ` [meta-freescale] " Nikolay Dimitrov
2015-07-02 10:21 ` [oe] " Nikolay Dimitrov
2015-06-12 10:46 ` [meta-freescale] " Nikolay Dimitrov
2015-06-12 10:46 ` Nikolay Dimitrov
2015-06-12 10:51 ` [meta-freescale] " Zoltan Kuscsik
2015-06-12 10:51 ` [oe] " Zoltan Kuscsik
2015-06-12 11:17 ` [meta-freescale] " Nikolay Dimitrov
2015-06-12 11:17 ` [oe] " Nikolay Dimitrov
2015-06-12 11:31 ` [meta-freescale] " Otavio Salvador
2015-06-12 11:31 ` [oe] " Otavio Salvador
2015-06-12 11:42 ` [meta-freescale] " Gary Thomas
2015-06-12 12:08 ` Nikolay Dimitrov
2015-06-12 12:23 ` Gary Thomas
2015-06-12 12:52 ` Nikolay Dimitrov
2015-06-15 7:29 ` Greg
2015-06-15 12:59 ` Nikolay Dimitrov
2015-06-15 13:33 ` Greg
2015-06-15 14:53 ` Nikolay Dimitrov
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.