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 | jnoller |
|---|---|
| Recipients | jnoller, mark.dickinson |
| Date | 2008年07月19日.13:24:59 |
| SpamBayes Score | 5.991042e-07 |
| Marked as misclassified | No |
| Message-id | <1216473901.58.0.0321756118247.issue3399@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ok, so for the moment, let's set aside the connection refused messages: that may be a case of not cleaning up a socket correctly (which is still bad, but not memory corruption). Of note from the buildbot failure: Assertion failed: (bp != NULL), function PyObject_Malloc, file Objects/obmalloc.c, line 746. test test_multiprocessing failed -- errors occurred; run in verbose mode for details I don't know enough about obmalloc.c to state if this is a problem with it not being multithreaded Here's another failure (from my own buildbot to boot): test_multiprocessing /Users/buildbot/buildarea/trunk.noller- osx86/build/Lib/multiprocessing/__init__.py:82: ImportWarning: Not importing directory '/Users/buildbot/buildarea/trunk.noller- osx86/build/Modules/_multiprocessing': missing __init__.py import _multiprocessing Fatal Python error: Objects/tupleobject.c:169 object at 0x539d538 has negative ref count -606348326 make: *** [buildbottest] Abort trap program finished with exit code 2 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年07月19日 13:25:02 | jnoller | set | spambayes_score: 5.99104e-07 -> 5.991042e-07 recipients: + jnoller, mark.dickinson |
| 2008年07月19日 13:25:01 | jnoller | set | spambayes_score: 5.99104e-07 -> 5.99104e-07 messageid: <1216473901.58.0.0321756118247.issue3399@psf.upfronthosting.co.za> |
| 2008年07月19日 13:25:00 | jnoller | link | issue3399 messages |
| 2008年07月19日 13:24:59 | jnoller | create | |