Re: [OE-core] [PATCH] parselogs: Add bluetoothd error to list of mips

2018-07-30 Thread akuster808
On 07/30/2018 08:55 AM, Burton, Ross wrote: > Wouldn't it be better to fix bluez? It's crashing The quick search I did over the weekend found Mips is not listed as a supported platforms on bluez.org. So it may be a case of adding support for Mips for bluez.  So are you going to hold up the

Re: [OE-core] [PATCH] parselogs: Add bluetoothd error to list of mips

2018-07-30 Thread Burton, Ross
Wouldn't it be better to fix bluez? It's crashing Ross On 30 July 2018 at 16:04, Armin Kuster wrote: > do_page_fault(): sending SIGSEGV to bluetoothd for invalid read access from > 0030 > [ 21.402249] epc = 00852c3a0438 in libc-2.27.so[852c31+19b000] > [ 21.402505]

[OE-core] [PATCH] parselogs: Add bluetoothd error to list of mips

2018-07-30 Thread Armin Kuster
do_page_fault(): sending SIGSEGV to bluetoothd for invalid read access from 0030 [ 21.402249] epc = 00852c3a0438 in libc-2.27.so[852c31+19b000] [ 21.402505] ra = 00852c3ae0cc in libc-2.27.so[852c31+19b000] This causes the xorg testcase to fail. [Yocto #12845]