Rod Evans wrote:
> Alan Coopersmith wrote:
>> Is there any way to register an error handler to clean up like this
>> for runtime linker errors like failure to find a lazy loaded library?
> 
> Would dlinfo(RTLD_DI_SETSIGNAL) fit the bill?

Yes, using that to set the signal to SIGABRT, and adding SIGABRT to
the list of signals we catch seems to work well.

Thanks!

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering


Reply via email to