|
Re: Weird Font Bug?: msg#00003xfree86.fonts
From: Fred Richards <tech@xxxxxxxxxxxxx> Subject: [Fonts] Weird Font Bug? Date: Mon, 01 Mar 2004 22:26:29 -0500 > xterm. But I noticed a problem. Whenever I start an Xnest (from within > an already running X session) with the command Xnest :1 -ac &, then as > root run windomaker with wmaker -display :1 & ... I have a dock icon > that did with with 4.3.0, that basically loaded an xterm with a 10x20 > font, but instead, I get this error: > > root@tor:~# xterm -fn 10x20 -display :1 > X Error of failed request: BadAlloc (insufficient resources for operation) > Major opcode of failed request: 45 (X_OpenFont) > Serial number of failed request: 49 > Current serial number in output stream: 50 I also got the error using Xnest. It seems that doOpenFont() function of dixfonts.c returns AllocError (line 327): if (!pfont->fpe) pfont->fpe = fpe; pfont->refcnt++; if (pfont->refcnt == 1) { UseFPE(pfont->fpe); for (i = 0; i < screenInfo.numScreens; i++) { pScr = screenInfo.screens[i]; if (pScr->RealizeFont) { if (!(*pScr->RealizeFont) (pScr, pfont)) { CloseFont (pfont, (Font) 0); err = AllocError; goto bail; } } } } But I don't know the detail of this code... ------------------------------------------------------------ Chisato Yamauchi |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Fw: ?: 00003, Rosella Putnam |
|---|---|
| Next by Date: | YOUR WINNING NOTICE: 00003, mutualtrustsecurity |
| Previous by Thread: | Weird Font Bug?i: 00003, Fred Richards |
| Next by Thread: | Re: Weird Font Bug?: 00003, Chisato Yamauchi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |