segfault problem

I am using the latest snapshot from the CVS repository and am getting a segmentation fault when using ylabel with certain strings. Below is a code snippet that crashes on the last occurance of ylabel. Does this crash for anyone else?

from matplotlib.matlab import ylabel
                                                                                
ylabel('bia [cm]')
raw_input('continue')
ylabel('Bia [cm]') # seg fault
raw_input('continue')

More information:
OS: Linux (RH9)
backend: TkAgg

Python 2.3.2 (#1, Oct 22 2003, 19:27:14)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

···

--
-----------------------------------------------------------------
Jeffery D. Collins, Ph.D. Vexcel Corp.
Sr. Engineer 1690 38th St.
Voice: (303)583-0228 Boulder, CO 80301
Fax: (303)583-0246 vexcel.com

What does your .matplotlibrc look like? In particular, do you have
interactive set? I had to change the first line above to 'import *' to
get the show() function. If I change my .matplotlibrc file to

backend: TkAgg
interactive: true

I can do as many ylabel's as I like without difficulty. Fedora Core 1,
latest matplotlib CVS.

···

On Wed, 2004-08-11 at 10:31, Jeffery D. Collins wrote:

from matplotlib.matlab import ylabel
                                                                                
ylabel('bia [cm]')

--
Stephen Walton <stephen.walton@...267...>
Dept. of Physics & Astronomy, Cal State Northridge