[Python-Dev] Is core dump always a bug? Advice requested (original) (raw)
Jeremy Hylton jeremy at alum.mit.edu
Thu May 13 13:08:40 EDT 2004
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think stack over/underflow is checked in a debug build too.
So here's a way to plug these holes: run a debug build the whole time :-) It's only, what, a factor of 3 performance hit.
That's what I do. It's only a small constant factor.
Jeremy
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]