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 Thomas.Smith
Recipients Thomas.Smith, dmalcolm, doko, ezio.melotti, liang, neologix, pitrou, tim.peters, vstinner
Date 2010-04-20.14:25:09
SpamBayes Score 0.0006086781
Marked as misclassified No
Message-id <j2qcfb5a3d21004200725v16cb3f87gde39b031936bdd2d@mail.gmail.com>
In-reply-to <1271527897.39.0.0595609721075.issue7332@psf.upfronthosting.co.za>
Content
Hi,
I'm working on reproducing this again, but it's always been a very
sporadic bug, and I haven't gotten a bingo yet.

- return the result of "ulimit -s" on their box
8192

- return the result of "ltrace -e pthread_attr_setstacksize <command
used to start program>"
There's no output from ltrace when I do this (except "exited (status
0)"), so I guess that function isn't called.

I wish I had a test case that would trigger the bug more reliably...
-Thomas
History
Date User Action Args
2010-04-20 14:25:12Thomas.Smithsetrecipients: + Thomas.Smith, tim.peters, doko, pitrou, vstinner, ezio.melotti, dmalcolm, liang, neologix
2010-04-20 14:25:09Thomas.Smithlinkissue7332 messages
2010-04-20 14:25:09Thomas.Smithcreate