Skip to content

Conversation

@devnexen
Copy link
Contributor

@devnexen devnexen commented Nov 9, 2025

down the line, the general stats display these.

==5554== Conditional jump or move depends on uninitialised value(s)
==5554== at 0x4A1C00A: __printf_buffer (vfprintf-process-arg.c:186)
==5554== by 0x4A1D787: __vfprintf_internal (vfprintf-internal.c:1543)
==5554== by 0x4A111F2: printf (printf.c:33)
==5554== by 0x4004447: main (in /home/dcarlier/Contribs/scx/build/scheds/c/scx_prev)
==5554== Uninitialised value was created by a stack allocation
==5554== at 0x40036E4: read_stats (in /home/dcarlier/Contribs/scx/build/scheds/c/scx_prev)

down the line, the general stats display these.

==5554== Conditional jump or move depends on uninitialised value(s)
==5554==    at 0x4A1C00A: __printf_buffer (vfprintf-process-arg.c:186)
==5554==    by 0x4A1D787: __vfprintf_internal (vfprintf-internal.c:1543)
==5554==    by 0x4A111F2: printf (printf.c:33)
==5554==    by 0x4004447: main (in /home/dcarlier/Contribs/scx/build/scheds/c/scx_prev)
==5554==  Uninitialised value was created by a stack allocation
==5554==    at 0x40036E4: read_stats (in /home/dcarlier/Contribs/scx/build/scheds/c/scx_prev)

Signed-off-by: David Carlier <[email protected]>
devnexen added a commit to devnexen/scx that referenced this pull request Nov 10, 2025
similar issue as sched-ext#3021

==21167== Conditional jump or move depends on uninitialised value(s)
==21167==    at 0x4A2C00A: __printf_buffer (vfprintf-process-arg.c:186)
==21167==    by 0x4A2D787: __vfprintf_internal (vfprintf-internal.c:1543)
==21167==    by 0x4A211F2: printf (printf.c:33)
==21167==    by 0x4004F4E: main (in /home/dcarlier/Contribs/scx/build/scheds/c/scx_nest)
==21167==  Uninitialised value was created by a stack allocation
==21167==    at 0x4003B05: read_stats (in /home/dcarlier/Contribs/scx/build/scheds/c/scx_nest)

Signed-off-by: David Carlier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants