Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sun-barr!newstop!texsun!convex!pixel.Berkeley.EDU!twebb From: twebb@pixel.Berkeley.EDU (Tracy Webb) Newsgroups: comp.windows.x.motif Subject: Bus error on XmCreateLabel Message-ID: <111456@convex.convex.com> Date: 15 Dec 90 23:10:31 GMT Sender: news@convex.com Reply-To: twebb@pixel.Berkeley.EDU (Tracy Webb) Organization: Convex Lines: 36 I was wondering if anyone could find some obvious reason for the code below to receive a bus error. I haven't done much with arrays of widgets and so I'm in new territory. I'm trying to create two label widgets as needed from an array of widgets. Heres the code : int x_count = 0; Widget xlabel[100]; Widget xcurrent[100]; for (i=x_count; i