Invoking process spins on select() when layer running in sub-process segfaults.

Bug #571322 reported by Gavin Panella
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
zope.testing
Won't Fix
Undecided
Unassigned
zope.testrunner
Invalid
Undecided
Unassigned

Bug Description

When a layer is run in a sub-process - via spawn_layer_in_subprocess() - and the sub-process segfaults, the invoking process gets stuck spinning on select().

strace reports the following continuously:

  select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout)

The following thread on launchpad-dev might be interesting for some background:
  https://lists.launchpad.net/launchpad-dev/msg03283.html

Revision history for this message
Marius Gedminas (mgedmin) wrote :

This needs to be fixed in zope.testrunner, not zope.testing.

Changed in zope.testing:
status: New → Won't Fix
Revision history for this message
Colin Watson (cjwatson) wrote :

The zope.testrunner project on Launchpad has been archived at the request of the Zope developers (see https://answers.launchpad.net/launchpad/+question/683589 and https://answers.launchpad.net/launchpad/+question/685285). If this bug is still relevant, please refile it at https://github.com/zopefoundation/zope.testrunner.

Changed in zope.testrunner:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.