Problem with segmentation fault running C threads

As a general remark, one likely reason for a segfault is a bug in your C bindings. When releasing the runtime lock, you must make sure that the runtime is not accessed in any way by any other thread.

Cheers,
Nicolas

1 Like