unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9948: valgrind warning: Conditional jump or move depends on uninitialised value(s) in redisplay_window
@ 2011-11-03 21:55 Dan Nicolaescu
  2011-11-03 22:17 ` Eli Zaretskii
  2011-11-07  5:04 ` Paul Eggert
  0 siblings, 2 replies; 10+ messages in thread
From: Dan Nicolaescu @ 2011-11-03 21:55 UTC (permalink / raw)
  To: 9948

valgrind gives this warning on emacs -Q, lucid toolkit, compiled -g -O0

==7776== Conditional jump or move depends on uninitialised value(s)
==7776==    at 0x44F58B: redisplay_window (xdisp.c:15575)
==7776==    by 0x4496BF: redisplay_window_0 (xdisp.c:13573)
==7776==    by 0x5D3DBF: internal_condition_case_1 (eval.c:1537)
==7776==    by 0x449632: redisplay_windows (xdisp.c:13553)
==7776==    by 0x44864F: redisplay_internal (xdisp.c:13130)
==7776==    by 0x4463AF: redisplay (xdisp.c:12353)
==7776==    by 0x53A8C6: read_char (keyboard.c:2443)
==7776==    by 0x54895A: read_key_sequence (keyboard.c:9290)
==7776==    by 0x5387ED: command_loop_1 (keyboard.c:1447)
==7776==    by 0x5D3C46: internal_condition_case (eval.c:1499)
==7776==    by 0x5380F7: command_loop_2 (keyboard.c:1158)
==7776==    by 0x5D35D0: internal_catch (eval.c:1256)
==7776== 

The line in question is 
      aggressive =
      scrolling_up
      ? BVAR (current_buffer, scroll_up_aggressively)
      : BVAR (current_buffer, scroll_down_aggressively);
       ^^^^^^^^^^^^^^^^^^
      This one





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-07-11  3:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 21:55 bug#9948: valgrind warning: Conditional jump or move depends on uninitialised value(s) in redisplay_window Dan Nicolaescu
2011-11-03 22:17 ` Eli Zaretskii
2011-11-03 23:30   ` Dan Nicolaescu
2011-11-04  9:04     ` Eli Zaretskii
2011-11-04 13:05       ` Dan Nicolaescu
2016-07-11  3:49         ` npostavs
2011-11-07  5:04 ` Paul Eggert
2011-11-07  6:00   ` Eli Zaretskii
2011-11-07  6:08     ` Paul Eggert
2011-11-07  6:30       ` Eli Zaretskii

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).