From 604bf51c4d000e2dd2eed65c40ef6219811d9fd9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 5 Jun 1997 15:04:53 +0000 Subject: Scott reports the R5 bug in 3.9.6. svn path=/trunk/; revision=1063 --- fetchmail-FAQ.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 2ecaf294..3919de37 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -781,10 +781,11 @@ by fetchmail, either).


R5. Fetchmail dumps core when I use a .netrc file but works otherwise.

-We have a report that under Solaris 2.5, if fetchmail is compiled with -O2 -or -O3, it segfaults on startup when reading a .netrc.

+We have a report that under Solaris 2.5 using gcc-2.7.2, if fetchmail +is compiled with -O or -O2, it segfaults on startup when reading a +.netrc.

-You can work around this by dropping back to -O.

+You can work around this by disabling optimization.

There may be an actual bug here that the optimizer exposes; the stack trace says the segfault is in free() and has all the earmarks of a heap- @@ -993,7 +994,7 @@ without hacking potentially fragile startup scripts. To get around it, just touch(1) the logfile before you run fetchmail (this will have no effect on the contents of the logfile if it already exists).

-$Id: fetchmail-FAQ.html,v 1.24 1997/06/04 12:56:07 esr Exp $

+$Id: fetchmail-FAQ.html,v 1.25 1997/06/05 15:04:53 esr Exp $


Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3