Python 2.2: segmentation fault in test_strftime

Michael Hudson mwh at python.net
Thu Jan 3 12:05:14 EST 2002


Carsten Gaebler <clpy at snakefarm.org> writes:

> 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?

Nope.  Doesn't crash for me.

What does a backtrace show?  What version of glibc do you have?

Cheers,
M.

-- 
  MARVIN:  Oh dear, I think you'll find reality's on the blink again.
                   -- The Hitch-Hikers Guide to the Galaxy, Episode 12



More information about the Python-list mailing list