[#87847] undefined symbol: mjit_init_p — Leam Hall <leamhall@...>

I pulled Ruby trunk on 3 Jul and am now getting errors similar to the

10 messages 2018/07/07

[#88088] [Ruby trunk Misc#14937] [PATCH] thread_pthread: lazy-spawn timer-thread only on contention — normalperson@...

Issue #14937 has been reported by normalperson (Eric Wong).

9 messages 2018/07/24

[ruby-core:88190] Re: [Ruby trunk Bug#14950] r64109 thread.c: move ppoll wrapper before thread_pthread.c - Windows compile failure - thread.c

From: Eric Wong <normalperson@...>
Date: 2018-07-30 09:37:37 UTC
List: ruby-core #88190
[email protected] wrote:
> normalperson (Eric Wong) wrote:
> > [email protected] wrote:
> >  > Since r64107, `make test-all` crashes by EINVAL at `pthread_cond_timedwait`.
> >  > Attached logs at r64113.
> >  
> >  I think r64117 will solve this (can't reproduce the problem, but
> >  I understand it).
> >  
> >  ("process.c (waitpid_nogvl): prevent conflicting use of sleep_cond")
> 
> It still happens at r64123.
>  
> >  If not, we can try using:
> >  #define USE_NATIVE_SLEEP_COND 0
> 
> It didn't help unfortunately.

Same backtraces as before?

> Other than `[BUG]`, drb/ut_large.rb can hang forever.

How easy is this for you to reproduce?  I ran "make exam" in a
loop for 24 hours while checking for unexpected core dumps before
committing r64107.

I wonder if condvars on OSX has a "memory" of which mutexes
are associated with it.  If so, that would be a problem with
the rewritten GVL.  So maybe a second condvar is necessary
in native_thread_data.

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread