Daniel Grunblatt <[EMAIL PROTECTED]> wrote:
>> $ cat myconfig

Nothing special here AFAIK.

> spe170> gdb parrot

When it hangs:
- run parrot in one console
- open a 2nd console
- get the pid(s) of parrot
  $ ps -C parrot
- start debugger
  $ gdb parrot <the_pid>
  $ bt

> Breakpoint 1, pmc_init_null (interpreter=0x205030) at src/pmc.c:40
> 40          LOCK(init_null_mutex);
> (gdb) n

So something is definitely wrong with your pthread library. Look at your
pthread documentation and compare the macros with
include/parrot/thr_pthread.h.

leo

Reply via email to