Message58242
I may have found the error. The PySSL_Type doesn't support GC but it
should in order to clean up self->Socket.
I've started to fix it but I don't have time to work on the problem 'til
tonight. The patch causes a seg fault. I may have overlooked or
misunderstood something.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210324800 (LWP 31486)]
0x08127d03 in gc_list_remove (node=0x86d1cac) at Modules/gcmodule.c:158
158 node->gc.gc_prev->gc.gc_next = node->gc.gc_next; |
| File name |
Uploaded |
|
ssl_gc.patch
|
christian.heimes,
2007-12-06.14:55:28
|
|
| Date |
User |
Action |
Args |
| 2007-12-06 14:55:30 | christian.heimes | set | spambayes_score: 0.0666661 -> 0.0666661 recipients:
+ christian.heimes, gvanrossum, janssen |
| 2007-12-06 14:55:30 | christian.heimes | set | spambayes_score: 0.0666661 -> 0.0666661 messageid: <1196952929.61.0.606369049342.issue1469@psf.upfronthosting.co.za> |
| 2007-12-06 14:55:29 | christian.heimes | link | issue1469 messages |
| 2007-12-06 14:55:29 | christian.heimes | create | |
|