lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Re: weird abortions


From: Thorsten Glaser
Subject: Re: [Lynx-dev] Re: weird abortions
Date: Tue, 4 Jan 2005 16:03:16 +0000 (UTC)

Thomas Dickey dixit:

>not offhand.  That was part of the patch for 2.8.5pre.2; see
>
>       http://lynx.isc.org/current/2.8.5pre.2.patch.gz
>
>The part that you're referring to is a few pages of diff.
>
>During lynx development, I make a series of build trees and do a commit
>in PRCS at the conclusion of a dev/pre/rel patch.  I'd do local checkins
>with RCS, but that would interfere with the RCS keywords that are embedded
>in some of the files.

Ah, okay. Understandable.

I don't exactly grok, then, why I have never had these problems
with 2.6.6dev.7b in the same configuration?

The only diff which relates to free() is... uh, I don't find
the one I had in mind at the moment.

There are also a bunch of diffs like
@@ -8041,8 +8037,9 @@
        if (!(stream->fp = LYOpenTemp(filename, HTML_SUFFIX, BIN_W))) {
            CTRACE((tfp,
                    "SourceCacheWriter: Cannot open source cache file for URL 
%s\n",
-                   HTAnchor_address((HTAnchor *) anchor)));
+                   cp_freeme = HTAnchor_address((HTAnchor *) anchor)));
            FREE(stream);
+           FREE(cp_freeme);
            return target;
        }
 
but I don't suspect them that much.

AND I still can't be sure it's a memory allocation problem...
that's why I will now simply build lynx without ProPolice
and look if I can debug it better afterwards.

bye,
//mirabile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]