Avoid potential deadlock in mtrace
The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early.
Loading
Please register or sign in to comment
The _dl_addr function might have to call malloc which would lead to a deadlock. Avoid by calling _dl_addr early.