emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: reproducible cygwin memory problems


From: Eli Zaretskii
Subject: Re: reproducible cygwin memory problems
Date: Tue, 08 Aug 2006 22:05:43 +0300

> From: "emacs user" <address@hidden>
> Cc: address@hidden
> Bcc: 
> Date: Tue, 08 Aug 2006 11:59:04 -0400
> 
> can you suggest instead some line of code I could insert into 
> Fclear_image_cache and where exactly, so that it will print out some message 
> saying that this code is executed?  If you can, please be very explicit, I 
> have no c-programming experience whatsoever.

First, the whole body of that function is inside an if clause; I'd
like to know whether the body is executed or the condition evaluates
to zero and the code is not run.

Next, there's a call to free_image in a loop; I'd like to know whether
it is called, and how many times.

Inserting the following line

     fprintf(stderr, "I am here\n");

inside a code block will show whether that block is executed.

Feel free to ask more questions if the above is not clear enough.




reply via email to

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