[Bug dyninst/24884] stapdyn crashes with a segmentation fault

fche at redhat dot com sourceware-bugzilla@sourceware.org
Sat Nov 23 01:26:00 GMT 2019


https://sourceware.org/bugzilla/show_bug.cgi?id=24884

--- Comment #7 from Frank Ch. Eigler <fche at redhat dot com> ---
(In reply to Avi Kivity from comment #6)
> And the cause for the slowness is lock contention. With only two threads.
> Please please please add thread-local storage to the language.

It's more of a runtime issue than a language issue, but yeah.  Surely there are
some optimization opportunities in what we emit for:

    probe process.mark("reactor_run_tasks_single_start") {
        ++hist[tid(), $arg1]
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list