-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
effort: 2Requires some effort to completeRequires some effort to completetype: enhancementThe issue specifies a feature that should be added to the projectThe issue specifies a feature that should be added to the projectwork: complicatedCynefin complicated: the work involves problems without necessarily one preferred methodCynefin complicated: the work involves problems without necessarily one preferred method
Description
Currently, McMini will segfault if a program makes explicit calls to McMini's wrapper functions (e.g. mc_pthread_mutex_lock()) without first calling mc_init(). We should simply bail out and recognize if/when mc_init() has been called. The only slightly tricky bit will be checking for mc_init() before each wrapper function has been called. If we can check without necessarily. We should be able to use the MC_SHARED_LIBRARY macro here
Metadata
Metadata
Assignees
Labels
effort: 2Requires some effort to completeRequires some effort to completetype: enhancementThe issue specifies a feature that should be added to the projectThe issue specifies a feature that should be added to the projectwork: complicatedCynefin complicated: the work involves problems without necessarily one preferred methodCynefin complicated: the work involves problems without necessarily one preferred method