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 mark.dickinson
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, benjamin.peterson, donmez, gvanrossum, jnoller, mark.dickinson, paulmelis, roudkerk, tebeka
Date 2008-07-02.21:44:07
SpamBayes Score 1.7840252e-05
Marked as misclassified No
Message-id <1215035049.24.0.0836249156916.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
> Mark, can you try commenting out _TestCondition and seeing if you can 
> still get it to hang?;

I removed the _TestCondition class entirely from test_multiprocessing, 
and did make test again.  It didn't hang! :-)  It crashed instead.  :-(
 
The output's below, in all its gory glory.  I can't make head or tail or 
it, but maybe someone else can.  The last two runs before this gave me a 
Segmentation fault.

test_multiprocessing
Debug memory block at address p=0x2ecd928:
Debug memory block at address p=0x2ecd928:
    49 bytes originally requested
    49 bytes originally requested
    The 4 pad bytes at p-4 are     The 4 pad bytes at p-4 are 
FORBIDDENBYTE, as expected.
FORBIDDENBYTE, as expected.
    The 4 pad bytes at tail=0x2ecd959 are     The 4 pad bytes at 
tail=0x2ecd959 are not all FORBIDDENBYTE (0xfb):
not all FORBIDDENBYTE (0xfb):
        at tail+0: 0x7d        at tail+0: 0x7d *** OUCH *** OUCH

        at tail+1: 0x74        at tail+1: 0x74 *** OUCH *** OUCH

        at tail+2: 0x71        at tail+2: 0x71 *** OUCH *** OUCH

        at tail+3: 0x02        at tail+3: 0x02 *** OUCH *** OUCH

    The block was made by call #782281511 to debug malloc/realloc.
    The block was made by call #782281511 to debug malloc/realloc.
    Data at p:    Data at p: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 ... ... 87 87 71 71 02 02 2e 2e 00 00 1c 1c 02 02 85 85

Fatal Python error: bad trailing pad byte
Fatal Python error: bad trailing pad byte
make: *** [test] Abort trap
History
Date User Action Args
2008-07-02 21:44:09mark.dickinsonsetspambayes_score: 1.78403e-05 -> 1.7840252e-05
recipients: + mark.dickinson, gvanrossum, barry, amaury.forgeotdarc, tebeka, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-02 21:44:09mark.dickinsonsetspambayes_score: 1.78403e-05 -> 1.78403e-05
messageid: <1215035049.24.0.0836249156916.issue3088@psf.upfronthosting.co.za>
2008-07-02 21:44:08mark.dickinsonlinkissue3088 messages
2008-07-02 21:44:07mark.dickinsoncreate