Will Coleda <[EMAIL PROTECTED]> wrote: > bash-2.05a$ ./parrot examples/assembly/thr-primes.imc > <SNIP> > Found prime 401 > Found prime 409 > Found prime 419 > Found prime 421 > Segmentation fault
Fixed. The interpreter->lo_var_ptr for threads wasn't correctly initialized. So trace_mem_block went into other threads stacks. leo