On 2/14/08, Sergei Golovan <[EMAIL PROTECTED]> wrote: > On 2/14/08, Joe English <[EMAIL PROTECTED]> wrote: > > This is probably the same as Tk bug #1090382 [*]. > > It appears to be caused by a misconfigured fontconfig > > system; running `fc-cache -fv` should fix it. > > > For me it looks very strange that tkFontPtr is NULL in #2 and fontPtr > is not NULL in #1. The relevant code is:
Looks like the call of InitFont is OK. It's GDB which can't report a correct argument value (it reported fontPtr after it was assigned). The crash indeed occurs after GetFont returned NULL. Full link to SF bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1090382&group_id=12997&atid=112997 -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

