Bartosz Taudul
Bartosz Taudul
You want linux-headers.
Can you provide more details (ideally an illustration) of what you would want to see here?
> At least what I would like to see is the fiber name and the current job name currently running on the thread (a fiber can be reused to run...
The highlight is only active on the source location area, because other fields have other actions associated with mouse clicks.
No. The highlight is only active when you can act upon it. Other parts of the line may have different actions assigned, for example you may want to follow a...
The clean solution is to leak memory. Anything you pass to the profiler has to abide by the contract. In this case the contract is that you no longer control...
You say that calling `~Profiler()` would be a viable option for you, if it would work (which it won't, because that would be undefined behavior, 12.4.15). How is it different...
Which specific code path are you seeing problems with?
The `dladdr` call here is already a fallback, executed only if libbacktrace fails to find both the function and file name.