[issue32517] test_read_pty_output() of test_asyncio hangs on macOS 10.13.2 (darwin 17.3.0)

Matt Billenstein report at bugs.python.org
Tue Jan 9 03:45:58 EST 2018


Matt Billenstein <matt at vazor.com> added the comment:

I don't see a conflict in the uids:

mattb at mattb-mbp2:~ $ id -u buildbot
506
mattb at mattb-mbp2:~ $ id -u _timed
266
mattb at mattb-mbp2:~ $ grep _timed /etc/passwd
_timed:*:266:266:Time Sync Daemon:/var/db/timed:/usr/bin/false
mattb at mattb-mbp2:~ $ grep 506 /etc/passwd
mattb at mattb-mbp2:~ $

Buildbot is started via launchd:

mattb at mattb-mbp2:~ $ sudo cat /Library/LaunchDaemons/net.buildbot.slave.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>net.buildbot.slave</string>
    <key>UserName</key>
    <string>buildbot</string>
    <key>WorkingDirectory</key>
    <string>/Users/buildbot/buildarea</string>
    <key>ProgramArguments</key>
    <array>
        <string>/Users/buildbot/bin/run_slave.sh</string>
    </array>
    <key>StandardOutPath</key>
    <string>twistd.log</string>
    <key>StandardErrorPath</key>
    <string>twistd.log</string>
    <key>KeepAlive</key>
    <true/>
    <key>SessionCreate</key>
    <true/>
</dict>
</plist>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32517>
_______________________________________


More information about the Python-bugs-list mailing list