GNU bug report logs -
#9990
valgrind warning in add_row_entry
Previous Next
Reported by: Dan Nicolaescu <dann <at> gnu.org>
Date: Tue, 8 Nov 2011 14:31:01 UTC
Severity: normal
Tags: moreinfo
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Dan Nicolaescu <dann <at> gnu.org>
>> Cc: 9990 <at> debbugs.gnu.org
>> Date: Fri, 18 Nov 2011 14:40:34 -0500
>>
>> > 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)
>
> What does this line say in your sources?
>
xassert (!row->enabled_p || verify_row_hash (row));
> Anyway, seems like a different thing, as there's no add_row_entry near
> line 612.
And for the other complaint:
==11270== by 0x415762: update_window (dispnew.c:4244)
is:
ptrdiff_t i = row->hash % row_table_size;
This bug report was last modified 4 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.