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 vstinner
Recipients flox, vstinner
Date 2009-12-08.11:05:33
SpamBayes Score 1.4762793e-09
Marked as misclassified No
Message-id <1260270335.15.0.122661044258.issue7458@psf.upfronthosting.co.za>
In-reply-to
Content
> This bug does not occur on Debian 64 bits.

It does, sometime :-) Read uninitiliazed memory doesn't always crash.

   $ python -c "'ab'.rfind('xxx', (1 << 63) + 10, 0)"
   Erreur de segmentation

Note: my 64 bits test in CRASH_rfind.py is wrong, ctypes.c_long should
be used instead of ctypes.c_int.
History
Date User Action Args
2009-12-08 11:05:35vstinnersetrecipients: + vstinner, flox
2009-12-08 11:05:35vstinnersetmessageid: <1260270335.15.0.122661044258.issue7458@psf.upfronthosting.co.za>
2009-12-08 11:05:33vstinnerlinkissue7458 messages
2009-12-08 11:05:33vstinnercreate