All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5] the QV4 engine will crash result in SIGSEGV
@ 2016-08-25  7:45 Yi Qingliang
  2016-08-25  9:34 ` Burton, Ross
  2016-08-25 17:00 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Yi Qingliang @ 2016-08-25  7:45 UTC (permalink / raw)
  To: OE Core mailing list

bug detail:
https://bugs.archlinux.org/task/49723

patch:
https://git.archlinux.org/svntogit/packages.git/tree/trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative

Yi Qingliang


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] the QV4 engine will crash result in SIGSEGV
  2016-08-25  7:45 [meta-qt5] the QV4 engine will crash result in SIGSEGV Yi Qingliang
@ 2016-08-25  9:34 ` Burton, Ross
  2016-08-25 10:13   ` Yi Qingliang
  2016-08-25 17:00 ` Khem Raj
  1 sibling, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2016-08-25  9:34 UTC (permalink / raw)
  To: Yi Qingliang; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

meta-qt5 bugs should go to openembedded-devel@, not -core@.

Ross

On 25 August 2016 at 08:45, Yi Qingliang <niqingliang2003@gmail.com> wrote:

> bug detail:
> https://bugs.archlinux.org/task/49723
>
> patch:
> https://git.archlinux.org/svntogit/packages.git/tree/
> trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative
>
> Yi Qingliang
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 1422 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] the QV4 engine will crash result in SIGSEGV
  2016-08-25  9:34 ` Burton, Ross
@ 2016-08-25 10:13   ` Yi Qingliang
  0 siblings, 0 replies; 6+ messages in thread
From: Yi Qingliang @ 2016-08-25 10:13 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE Core mailing list

sorry!

On Thu, Aug 25, 2016 at 9:34 AM, Burton, Ross <ross.burton@intel.com> wrote:
> meta-qt5 bugs should go to openembedded-devel@, not -core@.
>
> Ross
>
> On 25 August 2016 at 08:45, Yi Qingliang <niqingliang2003@gmail.com> wrote:
>>
>> bug detail:
>> https://bugs.archlinux.org/task/49723
>>
>> patch:
>>
>> https://git.archlinux.org/svntogit/packages.git/tree/trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative
>>
>> Yi Qingliang
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] the QV4 engine will crash result in SIGSEGV
  2016-08-25  7:45 [meta-qt5] the QV4 engine will crash result in SIGSEGV Yi Qingliang
  2016-08-25  9:34 ` Burton, Ross
@ 2016-08-25 17:00 ` Khem Raj
  2016-08-29 12:44   ` Jonathan Liu
  1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2016-08-25 17:00 UTC (permalink / raw)
  To: Yi Qingliang, OpenEmbedded Devel List

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]


> On Aug 25, 2016, at 12:45 AM, Yi Qingliang <niqingliang2003@gmail.com> wrote:
> 
> bug detail:
> https://bugs.archlinux.org/task/49723
> 
> patch:
> https://git.archlinux.org/svntogit/packages.git/tree/trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative
> 

Thanks for report. Would it be possible for you to cook up a patch for meta-qt5 layer for this ?

> Yi Qingliang
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] the QV4 engine will crash result in SIGSEGV
  2016-08-25 17:00 ` Khem Raj
@ 2016-08-29 12:44   ` Jonathan Liu
  2016-08-29 15:04     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Liu @ 2016-08-29 12:44 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yi Qingliang, OpenEmbedded Devel List

Hi Khem,

On 26 August 2016 at 03:00, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Aug 25, 2016, at 12:45 AM, Yi Qingliang <niqingliang2003@gmail.com> wrote:
>>
>> bug detail:
>> https://bugs.archlinux.org/task/49723
>>
>> patch:
>> https://git.archlinux.org/svntogit/packages.git/tree/trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative
>>
>
> Thanks for report. Would it be possible for you to cook up a patch for meta-qt5 layer for this ?

I have fixed this in Qt 5 upstream and submitted a patch for meta-qt5
to the mailing list.

Regards,
Jonathan


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-qt5] the QV4 engine will crash result in SIGSEGV
  2016-08-29 12:44   ` Jonathan Liu
@ 2016-08-29 15:04     ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2016-08-29 15:04 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: Yi Qingliang, openembedded-devel

On Aug 29, 2016 5:44 AM, "Jonathan Liu" <net147@gmail.com> wrote:
>
> Hi Khem,
>
> On 26 August 2016 at 03:00, Khem Raj <raj.khem@gmail.com> wrote:
> >
> >> On Aug 25, 2016, at 12:45 AM, Yi Qingliang <niqingliang2003@gmail.com>
wrote:
> >>
> >> bug detail:
> >> https://bugs.archlinux.org/task/49723
> >>
> >> patch:
> >>
https://git.archlinux.org/svntogit/packages.git/tree/trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative
> >>
> >
> > Thanks for report. Would it be possible for you to cook up a patch for
meta-qt5 layer for this ?
>
> I have fixed this in Qt 5 upstream and submitted a patch for meta-qt5
> to the mailing list.

Thank you

>
> Regards,
> Jonathan


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-29 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-25  7:45 [meta-qt5] the QV4 engine will crash result in SIGSEGV Yi Qingliang
2016-08-25  9:34 ` Burton, Ross
2016-08-25 10:13   ` Yi Qingliang
2016-08-25 17:00 ` Khem Raj
2016-08-29 12:44   ` Jonathan Liu
2016-08-29 15:04     ` Khem Raj

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.