On Fri, Aug 23, 2002 at 04:36:03PM -0700, Himanshu Soni wrote:
> Each thread uses this global key for signing.
> 
> I use X509_sign(..) function for generating the signature.
> When my app spawns multiple threads, every once a while, I get a seg
> fault with no core dumped. I am running openssld. 0.9.6d on linux with
> efence.

On Linux systems, core dumps are normally suppressed using the ulimit
feature. As superuser, set "ulimit -c unlimited" and then run
your process in a shell that has been created from this process tree.
(or globally enable core dumps on your system). You can then at least
get a backtrace.
Another option would be to run your process under a debugger, such that
you will stop at the location of the problem.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to