Hi Mathieu, Thanks for this, and apologies for my late reply getting to this bug.
Reading through your gdb logs (thanks!), I think the sigbus was caused by an unaligned memory access. The pointer for `region' appears to be odd 0xffff800101074021 and we're writing to an enum (at an even offset to the struct thus odd address overall) which is larger than a byte. I'm not sure how to fix this, will do some thinking :-). I suspect allocRawMem should be adjusted. I've updated the package to 2017 Update 7 and the debian-science folk have kindly set up a git repo at: https://anonscm.debian.org/cgit/debian-science/packages/tbb.git/ Cheers, -- Steve

