On 2008-03-11 Werner Koch <[EMAIL PROTECTED]> wrote:
> On Sat,  8 Mar 2008 09:48, [EMAIL PROTECTED] said:

> > but it looks like the mere presence of
> > gcry_control (GCRYCTL_SET_RANDOM_SEED_FILE,filename)
> > causes the crashes.

> That should be easy to debug:

>   void
>   _gcry_set_random_seed_file( const char *name )
>   {
>     if (seed_file_name)
>       BUG ();
>     seed_file_name = gcry_xstrdup (name);
>   }

> I guess you are running the init code twice.  Isn't there any output to
> stderr?

Hello,
The exim daemon forks and closes stderr/out. Marc, can you try running
exim in the foreground and check whether gcrypt throws an error
(case GCRY_LOG_BUG:   fputs("Ohhhh jeeee: ", stderr); break;)?

thanks, cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to