Skip to content

test_remote_pdb fails on FreeBSD: Remote debugging is not supported on this platform #132950

Open
@vstinner

Description

@vstinner

Example: https://buildbot.python.org/#/builders/1223/builds/5984

ERROR: test_keyboard_interrupt (test.test_remote_pdb.PdbConnectTestCase.test_keyboard_interrupt)
Test that sending keyboard interrupt breaks into pdb.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_remote_pdb.py", line 520, in test_keyboard_interrupt
    self._send_interrupt(process.pid)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_remote_pdb.py", line 366, in _send_interrupt
    sys.remote_exec(pid, interrupt_script)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Remote debugging is not supported on this platform

cc @pablogsal

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.14new features, bugs and security fixestestsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions