This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andre Merzky
Recipients Andre Merzky, eryksun
Date 2016-08-30.19:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472584051.14.0.730162025141.issue27889@psf.upfronthosting.co.za>
In-reply-to
Content
I also see the problem on 2.7.11, on MacOS, but with significantly lower frequency.  I can't tell if that is due to changes in Python, the different architecture, or whatever...

$ python -V
Python 2.7.11

$ uname -a
Darwin cameo.local 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64

$ while true; do i=$((i+1)); echo -n "$i: "; python t.py || break; done
1: except: caught sigusr2
2: except: caught sigusr2
3: except: caught sigusr2
...
134: except: caught sigusr2
Traceback (most recent call last):
  File "t.py", line 30, in <module>
    print 'unexcepted'
  File "t.py", line 14, in sigusr2_handler
    raise RuntimeError('caught sigusr2')
RuntimeError: caught sigusr2
History
Date User Action Args
2016-08-30 19:07:31Andre Merzkysetrecipients: + Andre Merzky, eryksun
2016-08-30 19:07:31Andre Merzkysetmessageid: <1472584051.14.0.730162025141.issue27889@psf.upfronthosting.co.za>
2016-08-30 19:07:31Andre Merzkylinkissue27889 messages
2016-08-30 19:07:31Andre Merzkycreate