- removed message about a stack trace going to be printed
This commit is contained in:
@@ -64,9 +64,7 @@ epicsShareFunc void cantProceed(const char *msg, ...)
|
||||
errlogPrintf("Thread %s (%p) can't proceed, suspending.\n",
|
||||
epicsThreadGetNameSelf(), (void *)epicsThreadGetIdSelf());
|
||||
|
||||
errlogPrintf("Dumping a stack trace:\n");
|
||||
epicsStackTrace();
|
||||
errlogPrintf("\n");
|
||||
|
||||
errlogFlush();
|
||||
|
||||
|
||||
@@ -33,10 +33,7 @@ void epicsAssert (const char *pFile, const unsigned line,
|
||||
" by thread '%s' failed in %s line %u.\n",
|
||||
pExp, epicsThreadGetNameSelf(), pFile, line);
|
||||
|
||||
errlogPrintf("\n"
|
||||
"I'll try to dump a stack trace:\n");
|
||||
epicsStackTrace();
|
||||
errlogPrintf("\n");
|
||||
|
||||
errlogPrintf("EPICS Release %s.\n", epicsReleaseVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user