https://bugs.linaro.org/show_bug.cgi?id=1873

--- Comment #6 from Carl Wallen <carl.wal...@nokia.com> ---
The v13 of IPC does not work for me. Applied the patches on the lastest of the
odp master-branch.

Accessing shared memory looked up by a child process (created by another child)
results in segmentation fault:
../../helper/linux.c:239:odph_linux_process_wait_n():Child term signo:11 -
Segmentation fault (pid:32229)

Using the same scenario as in the bug description.

The attachment/code sample in https://bugs.linaro.org/show_bug.cgi?id=1879
should help you reproduce the bug (attachment link:
https://bugs.linaro.org/attachment.cgi?id=398)

Works (use 2 odp worker threads)
$> odp_queue_test -c 0x3 -t

Crashes (use 2 odp worker processes)
$> odp_queue_test -c 0x3 -p
../../helper/linux.c:239:odph_linux_process_wait_n():Child term signo:11 -
Segmentation fault (pid:32229)

compile the odp_queue_test.c in a similar manner to your examples.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to