Message243803
The segfault happens at line 1888 of odictobject.c when it tries to Py_INCREF a NULL value. The problem is that the value that gets looked up for a presumably valid key is returned as NULL. So either the value is messed up, lookup is broken, or the wrong key is being used. |
|
Date |
User |
Action |
Args |
2015-05-22 04:03:32 | eric.snow | set | recipients:
+ eric.snow, rhettinger, gregory.p.smith, pitrou, scoder, eric.smith, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81, introom |
2015-05-22 04:03:32 | eric.snow | set | messageid: <1432267412.66.0.612985850304.issue16991@psf.upfronthosting.co.za> |
2015-05-22 04:03:32 | eric.snow | link | issue16991 messages |
2015-05-22 04:03:32 | eric.snow | create | |
|