[m-users.] Segmentation fault when executing in parallel
Zoltan Somogyi
zoltan.somogyi at runbox.com
Sat Jun 12 04:23:29 AEST 2021
2021-06-12 00:14 GMT+10:00 "Volker Wysk" <post at volker-wysk.de>:
> --grade asm_fast.par.gc.stseg.mm \
That grade does not make sense. Minimal model tabling works by
doing surgery on the execution stacks, saving and restoring stack segments.
If another thread is executing at the same time, it is guaranteed
to have its stack accesses screwed up by this.
There is a compiler bug here, but the bug is that the compiler
even tried to generate code for this combination, instead of
printing an error message.
Zoltan.
More information about the users
mailing list