From: Dan Nicolaescu <dann@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 9990@debbugs.gnu.org
Subject: bug#9990: valgrind warning in add_row_entry
Date: Fri, 18 Nov 2011 14:40:34 -0500 [thread overview]
Message-ID: <yxqlirdrzgt.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <83zkftbnwx.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 18 Nov 2011 14:44:30 +0200")
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Dan Nicolaescu <dann@gnu.org>
>> Cc: 9990@debbugs.gnu.org
>> Date: Tue, 15 Nov 2011 11:58:50 -0500
>>
>> > If the hash values are always correct where they are used, I guess
>> > that excludes the possibility that we use an uninitialized value,
>> > right?
>>
>> I even added an xassert (verify_row_hash (row)) in add_row_entry, and
>> it does not trigger. Strange...
>
> I added such an assert to the trunk. I also fixed a couple of
> functions that were destroying the validity of hash codes while
> manipulating glyph rows.
>
> Could you please see if valgrind still complains about add_row_entry
> with the current trunk?
Unfortunately it still complains in:
==11270== at 0x41314F: adjust_glyph_matrix (dispnew.c:612)
==11270== by 0x4135FC: allocate_matrices_for_window_redisplay (dispnew.c:1869)
==11270== by 0x413B8A: adjust_frame_glyphs (dispnew.c:2199)
==11270== by 0x417137: adjust_glyphs (dispnew.c:1897)
==11270== by 0x44243E: redisplay_internal (xdisp.c:12715)
==11270== by 0x4F6CE2: command_loop_1 (keyboard.c:1589)
==11270== by 0x55BB45: internal_condition_case (eval.c:1499)
==11270== by 0x4E9EAD: command_loop_2 (keyboard.c:1158)
==11270== by 0x55BA27: internal_catch (eval.c:1256)
==11270== by 0x4EB436: recursive_edit_1 (keyboard.c:1137)
==11270== by 0x4EB76B: Frecursive_edit (keyboard.c:821)
==11270== by 0x40E62C: main (emacs.c:1707)
==11270== by 0x415762: update_window (dispnew.c:4244)
==11270== by 0x4166C2: update_window_tree (dispnew.c:3360)
==11270== by 0x418617: update_frame (dispnew.c:3287)
==11270== by 0x44207B: redisplay_internal (xdisp.c:13175)
==11270== by 0x4F6CE2: command_loop_1 (keyboard.c:1589)
==11270== by 0x55BB45: internal_condition_case (eval.c:1499)
==11270== by 0x4E9EAD: command_loop_2 (keyboard.c:1158)
==11270== by 0x55BA27: internal_catch (eval.c:1256)
==11270== by 0x4EB436: recursive_edit_1 (keyboard.c:1137)
[line numbers in dispnew.c might be off by a few lines, I have some
debugging printfs inserted there]
next prev parent reply other threads:[~2011-11-18 19:40 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 14:27 bug#9990: valgrind warning in add_row_entry Dan Nicolaescu
2011-11-08 17:17 ` Eli Zaretskii
2011-11-08 18:44 ` Andreas Schwab
2011-11-08 20:35 ` Eli Zaretskii
2011-11-11 5:56 ` Dan Nicolaescu
2011-11-11 15:30 ` Eli Zaretskii
2011-11-11 15:59 ` Eli Zaretskii
2011-11-11 20:20 ` Dan Nicolaescu
2011-11-12 12:04 ` Eli Zaretskii
2011-11-15 16:58 ` Dan Nicolaescu
2011-11-15 17:44 ` Eli Zaretskii
2011-11-18 12:44 ` Eli Zaretskii
2011-11-18 19:40 ` Dan Nicolaescu [this message]
2011-11-18 21:08 ` Eli Zaretskii
2011-11-18 21:43 ` Dan Nicolaescu
2011-11-19 8:28 ` Eli Zaretskii
2011-11-20 21:30 ` Dan Nicolaescu
2011-11-15 17:21 ` Dan Nicolaescu
2011-11-15 17:49 ` Eli Zaretskii
2011-11-11 20:17 ` Dan Nicolaescu
2020-08-17 22:34 ` Stefan Kangas
2020-10-01 1:55 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yxqlirdrzgt.fsf@fencepost.gnu.org \
--to=dann@gnu.org \
--cc=9990@debbugs.gnu.org \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).