Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!usenet.ins.cwru.edu!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!bu-cs!tjh From: tjh@ouzo.bu.edu (Tim Hall) Newsgroups: comp.sys.sgi Subject: dgl on sun4's Message-ID: <45068@bu-cs.BU.EDU> Date: 22 Dec 89 04:10:40 GMT Sender: daemon@bu-cs.BU.EDU Reply-To: tjh@ouzo.bu.edu (Tim Hall) Organization: Boston University Computer Graphics Lab Lines: 17 Is this me or is it SGI or Sun? This has bit me twice. I am using the dgl on a Sun4. After calling a dglopen, and it returning a non-negative, I would call.... winopen( "Foo" ); In some programs (but not all) this would result in a segmentation fault. The work around is.... char buf[SOME_NUMBER]; sprintf( buf, "Foo" ); winopen( buf ); -Tim tjh@bu-pub.bu.edu