All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [BUG] eglibc and Kodi Krypton
@ 2016-08-24 11:02 Stanislav Vlasic
  2016-08-24 13:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Stanislav Vlasic @ 2016-08-24 11:02 UTC (permalink / raw)
  To: buildroot

Hi,

Kodi Krypton causes random crashes when using eglibc (2.18 or 2.19, 
doesnt matter - from 2016.05).

GDB output:
(gdb) kodi.bin: pthread_mutex_lock.c:347: __pthread_mutex_lock_full: 
Assertion `(-(e)) != 35 || (kind != PTHREAD_MUTEX_ERRORCHECK_NP && kind 
!= PTHREAD_MUTEX_RECURSIVE_NP)' failed.

I rebuilt with glibc 2.23 which fixed issue. Platform is aarch64, custom 
3.14 kernel (Amlogic), not sure if same happens with armel and armhf 
(did not test it).

Regards,
Stane1983

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

* [Buildroot] [BUG] eglibc and Kodi Krypton
  2016-08-24 11:02 [Buildroot] [BUG] eglibc and Kodi Krypton Stanislav Vlasic
@ 2016-08-24 13:10 ` Thomas Petazzoni
  2016-08-24 16:11   ` Stanislav Vlasic
  2016-08-24 16:14   ` Stanislav Vlasic
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-08-24 13:10 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 24 Aug 2016 13:02:07 +0200, Stanislav Vlasic wrote:

> Kodi Krypton causes random crashes when using eglibc (2.18 or 2.19, 
> doesnt matter - from 2016.05).
> 
> GDB output:
> (gdb) kodi.bin: pthread_mutex_lock.c:347: __pthread_mutex_lock_full: 
> Assertion `(-(e)) != 35 || (kind != PTHREAD_MUTEX_ERRORCHECK_NP && kind 
> != PTHREAD_MUTEX_RECURSIVE_NP)' failed.
> 
> I rebuilt with glibc 2.23 which fixed issue. Platform is aarch64, custom 
> 3.14 kernel (Amlogic), not sure if same happens with armel and armhf 
> (did not test it).

We no longer support eglibc in Buildroot, and therefore only support
glibc 2.22 and 2.23 in the upcoming 2016.08 release, and 2.22/2.23/2.24
in the next 2016.11 release.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [BUG] eglibc and Kodi Krypton
  2016-08-24 13:10 ` Thomas Petazzoni
@ 2016-08-24 16:11   ` Stanislav Vlasic
  2016-08-24 16:14   ` Stanislav Vlasic
  1 sibling, 0 replies; 4+ messages in thread
From: Stanislav Vlasic @ 2016-08-24 16:11 UTC (permalink / raw)
  To: buildroot

Hi,

On 08/24/2016 03:10 PM, Thomas Petazzoni wrote:
> Hello,
>
> On Wed, 24 Aug 2016 13:02:07 +0200, Stanislav Vlasic wrote:
>
>> Kodi Krypton causes random crashes when using eglibc (2.18 or 2.19,
>> doesnt matter - from 2016.05).
>>
>> GDB output:
>> (gdb) kodi.bin: pthread_mutex_lock.c:347: __pthread_mutex_lock_full:
>> Assertion `(-(e)) != 35 || (kind != PTHREAD_MUTEX_ERRORCHECK_NP && kind
>> != PTHREAD_MUTEX_RECURSIVE_NP)' failed.
>>
>> I rebuilt with glibc 2.23 which fixed issue. Platform is aarch64, custom
>> 3.14 kernel (Amlogic), not sure if same happens with armel and armhf
>> (did not test it).
>
> We no longer support eglibc in Buildroot, and therefore only support
> glibc 2.22 and 2.23 in the upcoming 2016.08 release, and 2.22/2.23/2.24
> in the next 2016.11 release.

Thank you for confirmation/information. I was not following what was 
going on with upcoming 2016.08 release. Was just a bug I ran into and 
shared my fix :)

> Thomas
>

Stane1983

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

* [Buildroot] [BUG] eglibc and Kodi Krypton
  2016-08-24 13:10 ` Thomas Petazzoni
  2016-08-24 16:11   ` Stanislav Vlasic
@ 2016-08-24 16:14   ` Stanislav Vlasic
  1 sibling, 0 replies; 4+ messages in thread
From: Stanislav Vlasic @ 2016-08-24 16:14 UTC (permalink / raw)
  To: buildroot

Hi,

On 08/24/2016 03:10 PM, Thomas Petazzoni wrote:
> Hello,
>
> On Wed, 24 Aug 2016 13:02:07 +0200, Stanislav Vlasic wrote:
>
>> Kodi Krypton causes random crashes when using eglibc (2.18 or 2.19,
>> doesnt matter - from 2016.05).
>>
>> GDB output:
>> (gdb) kodi.bin: pthread_mutex_lock.c:347: __pthread_mutex_lock_full:
>> Assertion `(-(e)) != 35 || (kind != PTHREAD_MUTEX_ERRORCHECK_NP && kind
>> != PTHREAD_MUTEX_RECURSIVE_NP)' failed.
>>
>> I rebuilt with glibc 2.23 which fixed issue. Platform is aarch64, custom
>> 3.14 kernel (Amlogic), not sure if same happens with armel and armhf
>> (did not test it).
>
> We no longer support eglibc in Buildroot, and therefore only support
> glibc 2.22 and 2.23 in the upcoming 2016.08 release, and 2.22/2.23/2.24
> in the next 2016.11 release.

Thank you for confirmation/information. I was not following what was
going on with upcoming 2016.08 release. Was just a bug I ran into and
shared my fix :)

> Thomas
>

Stane1983

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

end of thread, other threads:[~2016-08-24 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24 11:02 [Buildroot] [BUG] eglibc and Kodi Krypton Stanislav Vlasic
2016-08-24 13:10 ` Thomas Petazzoni
2016-08-24 16:11   ` Stanislav Vlasic
2016-08-24 16:14   ` Stanislav Vlasic

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.