Kneschke.Lars wrote:
> Hello Paul and Aaron!
> 
> Thanks to hints from Aaron i had been able to start debugging a little bit.
> 
> Currently i have the situation that some messages let sieve crash.
> 
> This is the gdb output:

...

> Is you can see, it has something to do with the strlen function.
> 
> Paul, did you not fix the same kind of problems lately on my solaris box?

This is exactly what I fixed, I thought.

printf and friends on solaris do not like it very much when the argument
for %s NULL.

so on solaris

printf("%s", NULL) will segfault, whereas on glibc this will return
"(null)".

Aaron, any ideas.



-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to