Summary: | vlc(1) from Focal hangs on futex | ||
---|---|---|---|
Product: | Base System | Reporter: | Edward Tomasz Napierala <trasz> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Open --- | ||
Severity: | Affects Some People | CC: | dchagin, glebius, markj |
Priority: | --- | ||
Version: | 15.0-CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 247219 |
Description
Edward Tomasz Napierala
![]() ![]() Hmm, maybe related to https://reviews.freebsd.org/D40481 ? The panic fixed by D40481 happens on futex syscall with FUTEX_REQUEUE flag. Here we don't have it, neither we have a panic. Edward, are there any FUTEX_REQUEUE requests in the entire strace/ktrace history? I don't think so; just in case I've put the full strace output at https://people.freebsd.org/~trasz/vlc.txt Also, I've tested the patch at D40481, just in case, and predictably it doesn't change anything wrt VLC or glxinfo hanging on futex. (In reply to Edward Tomasz Napierala from comment #4) Well, the trace is weird as I don’t see any wake call on 0x10b75b0 futex. strace -f? or ktrace -di to see any childs. I'm not sure. I've redone the strace (https://people.freebsd.org/~trasz/vlc.txt) and also added ktrace (https://people.freebsd.org/~trasz/vlc-ktrace.txt), just in case. |