#348 closed defect (fixed)
store call-trace in error condition object
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.9.0 |
| Component: | core libraries | Version: | 4.5.x |
| Keywords: | conditions call-trace | Cc: | |
| Estimated difficulty: |
Description
When printing an error-message, the call-trace at the point of error should be shown, because otherwise trace-info between condition-raising and the actual extraction+printing of the call-trace will also show up in the trace.
(suggested by Christian Kellermann)
Change History (4)
comment:1 Changed 15 years ago by
| Milestone: | 4.6.0 → 4.7.0 |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Done in csi now (4.6.1). I currently don't know if that is sufficient, please give it a try.