Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!manatee.cis.ufl.edu!esj From: esj@manatee.cis.ufl.edu (Eric S. Johnson) Newsgroups: comp.windows.x Subject: Xwebster problems Message-ID: <19929@uflorida.cis.ufl.EDU> Date: 16 Mar 89 03:32:41 GMT Sender: news@uflorida.cis.ufl.EDU Reply-To: esj@manatee.cis.ufl.edu (Eric S. Johnson) Organization: UF CIS Department Lines: 23 Im having trouble getting xwebster to work. It compiles fine, but dumps core when you attempt to "define" a word. The core dump occurs because XwTextCopyBuffer is returning a nil (char *). (Line 90, contolpanel.c) word = (char *) XwTextCopyBuffer(word_input_Wgt); Before I dig deeper into this problem, has anyone else seen it. Did I make some sorta obvious mistake somewhere... Relevent Data: X11r3 on a Sun 3. Sun OS 4.0.1. Fixes 1-8 and Purdue 2.0 and 2.1. Server compiled with gcc 1.31. Shared libX11. Xw from contrib/widgets/Xhp + fixes for R3. Compiled with Sun cc. Problem occurs with xwebster compiled with gcc 1.31 and Sun cc. Ej