Comment 6 for bug 1377113

Revision history for this message
Uros Mitrovic (mitar173) wrote :

Hi Jeff,

no code is running before main execution. In the attachment is the screenshot of the main thread only, as I have vast number of threads. One thing I've noticed, and namely when I change line:
static epicsTimeLoadTimeInit & lti = * new epicsTimeLoadTimeInit ();
to
static epicsTimeLoadTimeInit lti

then I don't get any exception.

All the best,
Uros