mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
No tdata creation for backtracing on dying thread
This commit is contained in:
parent
dab81bd315
commit
b8df719d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ prof_lookup(tsd_t *tsd, prof_bt_t *bt) {
|
|||
|
||||
prof_tctx_t *
|
||||
prof_tctx_create(tsd_t *tsd) {
|
||||
if (tsd_reentrancy_level_get(tsd) > 0) {
|
||||
if (!tsd_nominal(tsd) || tsd_reentrancy_level_get(tsd) > 0) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue