Bug#276800: erlang segmentation faults

2005-01-24 Thread Brian Campbell
On Sun, Jan 23, 2005 at 09:13:11PM +, I wrote: > > The problem stems from the use of an alternate signal stack (see > erts/emulator/hipe/hipe_x86_signal.c for details) interacting badly with > Linuxthreads. If you look at the straces, you'll see the SIGSEGV comes > immediately after SIGCHLD -

Bug#276800: erlang segmentation faults

2005-01-23 Thread Brian Campbell
I've taken a look into these problems. Short version: Disable HiPE (--disable-hipe) or use Linux 2.6 if you need to get Erlang 10 working properly on x86 as a matter of urgency. Note that erlang 9 has similar problems, but they don't seem to occur during startup. The problem stems from the use of