Python 2.2: segmentation fault in test_strftime

Carsten Gaebler clpy at snakefarm.org
Thu Jan 3 09:09:59 EST 2002


Hi there,

after compiling Python 2.2 on Linux 2.2.19, 'make test' gave me a
segmentation fault in test_strftime. I tracked it down to a problem in
the calendar module:

Python 2.2 (#2, Jan  3 2002, 14:18:23) 
[GCC 2.7.2.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import calendar
>>> calendar.day_abbr[0]
'Mon'
>>> calendar.day_abbr[1]
'Tue'
>>> calendar.day_abbr[2]
Segmentation fault (core dumped)

Any ideas what this could be?

Regards
Carsten.
-- 
Search for extraterrestrial idiots - join SETI at home.



More information about the Python-list mailing list