Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 647 Bytes

implementation.md

File metadata and controls

16 lines (15 loc) · 647 Bytes
layout title position group subNav permalink
faq
Implementation
20
FAQ
title href
How to prevent segmentation faults?
how-to-prevent-segmentation-faults?
/get-started/faq/implementation.html

How to prevent segmentation faults?

Stackable objects created in specific thread contexts have to be hold in this context while other objects references those stackable objects. If The context will be destroyed by e.g. an ending thread, all references will point to an invalid memory address which ends up in a segmentation fault. If the context will exists while the process runs you don't have to worry about at all.