From: Justin Peterson

Subject: Lisp/Dce

Date: 1997-1-27 11:03

I am attempting to construct a server written lisp that 
communicates with its clients via DCE.  Unfortunately, the
resulting executable receives an illegal instruction error
(signal 4) during startup about 10-20% percent of the time.
When I create an executable from the lisp, my c object code, 
and my c library, no problem.  When the DCE libarary
is included, the errors start to appear. The application is 
running on HP/UX 10.10.  

I have tried playing around with the PREALLOC and FFHOLE 
installation parameters.  This seems to have some affect on
the frequency of the problem but does not solve it
completely.

Does anyone have any experience with Lisp/Dce integration?
Has any one seen this type of behavior when building an 
lisp executable with a rather large C library?