[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Another gcj (boehm-gc?) related FTBFS for y’all to look at



Andreas Schwab dixit:

>>>> Sem_wait returned -1
>>>> sem_wait for handler failed
>>
>> That, and then the compiler aborts.
>
>It doesn't say what was the error.

That _is_ the error. I believe it comes from here:
gcc-4.4-4.4.5/src/boehm-gc/pthread_stop_world.c

  428     for (i = 0; i < n_live_threads; i++) {
  429           while (0 != (code = sem_wait(&GC_suspend_ack_sem))) {
  430               if (errno != EINTR) {
  431                  GC_err_printf1("Sem_wait returned %ld\n", (unsigned long)code);
  432                  ABORT("sem_wait for handler failed");

bye,
//mirabilos
-- 
«MyISAM tables -will- get corrupted eventually. This is a fact of life. »
“mysql is about as much database as ms access” – “MSSQL at least descends
from a database” “it's a rebranded SyBase” “MySQL however was born from a
flatfile and went downhill from there” – “at least jetDB doesn’t claim to
be a database”	-- Tonnerre, psychoschlumpf and myself in #nosec


Reply to: