epicsAssert() message lost
Bug #1424092 reported by
mdavidsaver
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| EPICS Base |
Triaged
|
Low
|
mdavidsaver | ||
Bug Description
I am seeing that epicsAssert() messages are losing the first few lines, including the assertion message. I suspect this is a bug with errlogFlush(), which is called epicsStackTrace() after the assertion message is printed, but before the stacktrace is printed.
This is with present lp:epics-base
| Changed in epics-base: | |
| status: | In Progress → Triaged |
To post a comment you must log in.

The attached shows the complete output unittest which triggers an assertion failure with the first lines missing.