Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!dclsic!sjc!leia!harkcom From: harkcom@spinach.pa.yokogawa.co.jp (Alton Harkcom) Newsgroups: comp.windows.x Subject: Re: displaying on multiple servers Message-ID: Date: 12 Jun 91 00:38:48 GMT References: <1991Jun11.170626.20715@ora.com> Sender: news@leia.pa.yokogawa.co.jp Organization: Yokogawa Electric Corporation, Tokyo, Japan Lines: 29 In-reply-to: adrian@ora.com's message of 11 Jun 91 17:06:26 GMT In article <1991Jun11.170626.20715@ora.com> adrian@ora.com (Adrian Nye) writes: =}< I am using an example from the Nutshell sources that I have been =}< hacking on. I get a bus error/ core dump when I run this. =} =}The example was tested and worked on our systems. I now work at home =}so I don't have two servers to test your program (although it looks fine =}to me). Have you made sure =}the system you are running the program on has permission to display on =}both servers? The calls to XtAppCreateShell in the example posted are: XtAppCreateShell(app_con, app_class, applicationShellWidgetClass, dpy, NULL, 0) ^^^^^^^ They should be: XtAppCreateShell("name", app_class, applicationShellWidgetClass, dpy, NULL, 0) But other than that, the source was correct. I compiled and ran the same example on a Sun, HP, and Sony. The Sun and Sony handled it, but the HP chokes on the second XtRealizeWidget... (HP9000/400: HP_UX 7.03, Server=X11R4, libraries=X11R4) Anybody got any ideas as to why? Al