Bug ID 40609
Summary LLDB stops on every call to dlopen() when the process has additional threads running under kernel 4.20
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter frank.praznik@gmail.com
CC llvm-bugs@lists.llvm.org
Frank Praznik changed bug 40609
What Removed Added Status CONFIRMED RESOLVED Resolution — INVALID
Comment # 3 on bug 40609 from Frank Praznik
The problem was directly caused by a commit in 4.20 that was reverted with
this:
signal: Always attempt to allocate siginfo for SIGSTOP
[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v4.20.14&id=d175a567f7c58b657b257c48fba8b36f3660d865](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v4.20.14&id=d175a567f7c58b657b257c48fba8b36f3660d865)
Marking as resolved: invalid since it wasn't an LLDB bug.