[Python-Dev] Before 2.5 - More signed integer overflows (original) (raw)

Neal Norwitz nnorwitz at gmail.com
Mon Sep 18 19:27:25 CEST 2006


On 9/18/06, Tim Peters <tim.peters at gmail.com> wrote:

[Neal Norwitz] >> I'm getting a crash when running testbuiltin and testcalendar (at >> least) with gcc 4.1.1 on amd64. It's happening in pymalloc, though I >> don't know what the cause is. I thought I tested with gcc 4.1 before, >> but probably would have been in debug mode.

Neil, in context it was unclear whether you were using trapv at the time. Were you?

No trapv, just ./configure --without-pydebug IIRC. I should have sent a msg last night, but was too tired. I got the same crash (I think) with gcc 3.4.4, so it's almost definitely due to an outstanding change, not python's or gcc's fault.

n



More information about the Python-Dev mailing list