Conversation
lneto
commented
Sep 24, 2024
- change luaprobe to sleep=false
- split systrack into two runtimes (driver and probes)
|
@endersonmaia can you check if it fixes #96 properly? Thank you! |
b787286 to
4c2d54c
Compare
| probe.new(address, {pre = handler, post = nop}) | ||
| end | ||
|
|
||
| driver.probes = lunatik.runtime("systrack/probes", false) |
There was a problem hiding this comment.
Shouldn’t it be "examples/systrack/probes"? As is, I get the message Cannot open /lib/modules/lua/systrack/probes.lua.
There was a problem hiding this comment.
Yeah! Good catch.. thanks! I'll fix it.. I was using Lua root for testing.. sorry about that
|
Just tried, and for me, it doesn’t work:
|
Hmm.. ungood.. can you give more info about your system? Arch and kernel version? |
|
Here you are: ❯ uname -a ❯ lscpu ❯ cat -p /etc/lsb-release |
* change luaprobe to sleep=false * split systrack into two runtimes (driver and probes)
4c2d54c to
329433b
Compare
I've updated the branch with the correct path.
"unfortunately", I could reproduce the issue.. heh.. it's almost clean to me that there's a deadlock being reached in luaprobe.. it would need more effort to fix.. so, I will put this PR on hold.. as it has low prio =/ |
08920ce to
33e4e42
Compare
17ac113 to
925bfd9
Compare