https://llvm.org/bugs/show_bug.cgi?id=23983
Bug ID: 23983
Summary: TestFdLeak fails due to Python /dev/urandom leak
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Somehow Python issue 23458[1] has resurfaced on my development machine.
Submitting this issue for tracking and xfail.
>From ktrace, /dev/random (via symlink) is opened by lldb and inherited by the
test case:
66490 lldb-3.7.0 NAMI "/dev/urandom"
66490 lldb-3.7.0 RET openat 10/0xa
...
66492 a.out STRU struct stat {dev=1895890688, ino=19, mode=020666,
nlink=1,
uid=0, gid=0, rdev=19, atime=1435590013.570031000, stime=1434918424.911347000,
ctime=1434918424.911347000, birthtime=-1, size=0, blksize=4096, blocks=0,
flags=0x0 }
[1] http://bugs.python.org/issue23458
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev