[lldb-dev] [Bug 23983] New: TestFdLeak fails due to Python /dev/urandom leak
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 29 08:10:36 PDT 2015
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: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150629/d243a935/attachment.html>
More information about the lldb-dev
mailing list