On Mon, Jul 01, 2002 at 12:02:51PM +0900, R. Lahaye wrote: > It's the recursion call in math_support.C::searchFont at line 596. > When I replace > > return searchFont("mathnormal"); > > by > > return &fontinfos[8]; > > everything's fine; no SIGSEGV crash anymore when opening math mode. > > A clue?
Ah... this probably means it does not find the proper foint for mathnormal and due to my stupid way to implement this fall back you run into an infinite loop and the SIGSEGV is probably a stack overflow. I think I just fix it with something similar as you use right now (I'll only move "mathnormal" higher up in the list to position 0) Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)