Path: utzoo!censor!geac!jtsv16!uunet!ginosko!gem.mps.ohio-state.edu!apple!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Help with X Toolkit Error message Message-ID: <8909181421.AA08057@LYRE.MIT.EDU> Date: 18 Sep 89 14:21:11 GMT References: <730@cbnewsi.ATT.COM> Organization: DEC/MIT Project Athena Lines: 14 > A program that was working up until I recently added some minor changes to > has suddenly begun to fail with the following message: > > X Toolkit Error: insufficient resources, bad alloc > Reference Count: 1 I can't find that error message anywhere in our sources. Perhaps you could be explicit about what implementation you are using. As a first debugging technique, try setting a breakpoint in the routine XtError and see who's on the stack then. This error message is at least formatted in the style produced by XtError, so there's a chance it comes through there.