[comp.windows.x] X11R4 clients on Celerity

guido@rwthinf.UUCP (Guido Bunsen) (04/08/90)

lobo@tub.UUCP (Alexander Lobodzinski) writes:

>After that, everything compiled file - and everything gets SIGSEGV
>somewhere in the Xt lib.  I'll try again the next days...

I had the same Problem. I think there is a SIGSEGV whenever bcopy is
called with a number of bytes of zero (bcopy(x,y,0)).

After adding some code like

	if (size != 0 ) bcopy(from,to,size)

where applicable I got the most important Clients working.

===

Guido Bunsen, Rechnerbetrieb Informatik, Technical University of Aachen

guido@informatik.rwth-aachen.de

-- 

Guido Bunsen, Rechnerbetrieb Informatik, RWTH Aachen, Tel: +49/241/80-4518