* Re: [meta-freescale] Chromium crashes on HTML5 video tag [not found] <mailman.5.1435838401.9446.openembedded-devel@lists.openembedded.org> @ 2015-07-02 13:10 ` Michael Hargreaves 2015-07-02 20:40 ` Nikolay Dimitrov 0 siblings, 1 reply; 13+ messages in thread From: Michael Hargreaves @ 2015-07-02 13:10 UTC (permalink / raw) To: openembedded-devel Hi Nikolay, On 2/07/2015 10:00 PM, openembedded-devel-request@lists.openembedded.org wrote: > 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 I hit a similar issue on intel platform since updating meta-browser. It wasn't crashing, but was getting the 'Aw, Snap' chromium page on any html5 video or audio. It turned out to be because the ffmpeg codecs have been separated into their own split package. Adding both 'chromium' and 'chromium-codecs-ffmpeg' to the IMAGE_INSTALL resolved the issue for me. Possibly not the same issue, but sounds similar. Cheers, Mik. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-07-02 13:10 ` [meta-freescale] Chromium crashes on HTML5 video tag Michael Hargreaves @ 2015-07-02 20:40 ` Nikolay Dimitrov 0 siblings, 0 replies; 13+ messages in thread From: Nikolay Dimitrov @ 2015-07-02 20:40 UTC (permalink / raw) To: openembedded-devel Hi Michael, On 07/02/2015 04:10 PM, Michael Hargreaves wrote: > Hi Nikolay, > > On 2/07/2015 10:00 PM, openembedded-devel-request@lists.openembedded.org > wrote: >> 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 > I hit a similar issue on intel platform since updating meta-browser. It > wasn't crashing, but was getting the 'Aw, Snap' chromium page on any > html5 video or audio. This means exactly that the browser tab has crashed (it resides in a separate sandboxed process). > It turned out to be because the ffmpeg codecs have been separated into > their own split package. > Adding both 'chromium' and 'chromium-codecs-ffmpeg' to the IMAGE_INSTALL > resolved the issue for me. > Possibly not the same issue, but sounds similar. Well, I found additional issues with Chromium, so it seems important to really analyze the crash. I don't think me or someone else will be able to fix the issue by just moving libs around, without understanding the problem (Chromium is now almost 17M LOCS, not good for guessing). Regards, Nikolay ^ permalink raw reply [flat|nested] 13+ messages in thread
* Chromium crashes on HTML5 video tag @ 2015-06-11 20:39 Nikolay Dimitrov 2015-06-12 6:51 ` [meta-freescale] " Nikolay Dimitrov 0 siblings, 1 reply; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-11 20:39 Nikolay Dimitrov @ 2015-06-12 6:51 ` Nikolay Dimitrov 2015-06-12 6:57 ` Zoltan Kuscsik 2015-06-12 10:46 ` Nikolay Dimitrov 0 siblings, 2 replies; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-12 6:51 ` [meta-freescale] " Nikolay Dimitrov @ 2015-06-12 6:57 ` Zoltan Kuscsik 2015-07-02 10:21 ` Nikolay Dimitrov 2015-06-12 10:46 ` Nikolay Dimitrov 1 sibling, 1 reply; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-12 6:57 ` Zoltan Kuscsik @ 2015-07-02 10:21 ` Nikolay Dimitrov 0 siblings, 0 replies; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-12 6:51 ` [meta-freescale] " Nikolay Dimitrov 2015-06-12 6:57 ` Zoltan Kuscsik @ 2015-06-12 10:46 ` Nikolay Dimitrov 2015-06-12 10:51 ` Zoltan Kuscsik 2015-06-12 11:31 ` Otavio Salvador 1 sibling, 2 replies; 13+ 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] 13+ 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 2015-06-12 11:17 ` Nikolay Dimitrov 2015-06-12 11:31 ` Otavio Salvador 1 sibling, 1 reply; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-12 10:51 ` Zoltan Kuscsik @ 2015-06-12 11:17 ` Nikolay Dimitrov 0 siblings, 0 replies; 13+ 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] 13+ 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 @ 2015-06-12 11:31 ` Otavio Salvador 2015-06-12 11:42 ` Gary Thomas 1 sibling, 1 reply; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-12 11:31 ` Otavio Salvador @ 2015-06-12 11:42 ` Gary Thomas 2015-06-12 12:08 ` Nikolay Dimitrov 0 siblings, 1 reply; 13+ 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] 13+ messages in thread
* Re: [meta-freescale] Chromium crashes on HTML5 video tag 2015-06-12 11:42 ` Gary Thomas @ 2015-06-12 12:08 ` Nikolay Dimitrov 2015-06-12 12:23 ` Gary Thomas 0 siblings, 1 reply; 13+ 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] 13+ 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; 13+ 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] 13+ 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; 13+ 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] 13+ messages in thread
end of thread, other threads:[~2015-07-02 20:40 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.5.1435838401.9446.openembedded-devel@lists.openembedded.org>
2015-07-02 13:10 ` [meta-freescale] Chromium crashes on HTML5 video tag Michael Hargreaves
2015-07-02 20:40 ` Nikolay Dimitrov
2015-06-11 20:39 Nikolay Dimitrov
2015-06-12 6:51 ` [meta-freescale] " Nikolay Dimitrov
2015-06-12 6:57 ` Zoltan Kuscsik
2015-07-02 10:21 ` Nikolay Dimitrov
2015-06-12 10:46 ` Nikolay Dimitrov
2015-06-12 10:51 ` Zoltan Kuscsik
2015-06-12 11:17 ` Nikolay Dimitrov
2015-06-12 11:31 ` Otavio Salvador
2015-06-12 11:42 ` Gary Thomas
2015-06-12 12:08 ` Nikolay Dimitrov
2015-06-12 12:23 ` Gary Thomas
2015-06-12 12:52 ` 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.