Message177244
| Author | xdegaye |
|---|---|
| Recipients | xdegaye |
| Date | 2012-12-09.22:07:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1355090865.91.0.012936635958.issue16653@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Tracing/profiling is disabled when tstate->tracing is true or tstate->use_tracing is false. The proposed patch fixes the problem by reducing the scope where this condition is true. As a consequence call_trace, profile_trampoline, trace_trampoline and call_trampoline may now be called recursively. The patch includes a test case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-09 22:07:45 | xdegaye | set | recipients: + xdegaye |
| 2012-12-09 22:07:45 | xdegaye | set | messageid: <1355090865.91.0.012936635958.issue16653@psf.upfronthosting.co.za> |
| 2012-12-09 22:07:45 | xdegaye | link | issue16653 messages |
| 2012-12-09 22:07:45 | xdegaye | create | |