Hi,
I am creating a multi-threaded application, but I keep getting segmentation faults, which I believe are a product of memory allocation/deletions across mutliple threads.
Is there a flag or directive that can be specified so gcc compiler will use thread safe memory operations?
Regards,
Doug M.
I am creating a multi-threaded application, but I keep getting segmentation faults, which I believe are a product of memory allocation/deletions across mutliple threads.
Is there a flag or directive that can be specified so gcc compiler will use thread safe memory operations?
Regards,
Doug M.