Segmentation violation in TMathText

Hi,

I am using ROOT 5.34/25 on Mac OS 10.10.2

I get the following segmentation violation when using TMathText.

ROOT 5.34/25 (v5-34-25@v5-34-25, Jan 12 2015, 15:29:06 on macosx64)

CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] TMathText t
root [1] TCanvas c
root [2] t.DrawMathText(0.1,0.1,"test")
(class TMathText*)0x7fd32dd8fcc0
root [3] t.GetXsize()

 *** Break *** segmentation violation
 Generating stack trace...

The stack trace is in the attachment.

Best regards,
Mark
stack_trace.txt (8.67 KB)

TMathText t(0.1, 0.1, “test”)
TCanvas c
t.Draw()
t.GetXsize()