Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2465 Discussions

Tbb crash on ubuntu14 on concurrent_queue_base_v3 on insert with my_rep on 0x0 address

Maciej_K_1
Beginner
237 Views

Hi!
I'm using tbb for other library. I manage to compile and run successfully the code, but after some recompilations and system libs update, the program crash after compilation. The reason is SIGSEG called after calling  tbb::internal::concurrent_queue_base_v3::internal_insert_if_not_full with my_rep initialized to 0x0 address. How can i fix it? I'm using newest libtbb version compiled by myself with g++-4.8 compiler on ubnutu14. Thank you for any help.

0 Kudos
0 Replies
Reply