[Bug 1527] Crash at startup with font metric building problem

Wine Bugs wine-bugs at winehq.com
Tue Jun 17 16:14:28 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1527


william.gallafent at virgin.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major




------- Additional Comments From william.gallafent at virgin.net  2003-17-06 16:14 -------
The crash seems to occur at about line 2120 of graphics/x11drv/xfont.c, as far as I can tell. 
 
	    LFD_UnParse(buffer, sizeof buffer, &lfd1); 
 
	    lpstr = buffer; 
	} 
	else lpstr = x_pattern[i]; 
 
	// CRASH HERE. 
	if( (x_fs = TSXLoadQueryFont(gdi_display, lpstr)) ) 
	{ 
	    XFONT_SetFontMetric( fi, fr, x_fs ); 
	    TSXFreeFont( gdi_display, x_fs ); 
 
	    XFONT_FixupPointSize(fi); 
 
I've raised the priority a notch since this prevents me from running anything under WINE at all. 
I thought about changing it to 'Blocker' but that seems a bit aggressive. 

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list