mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
A few .exp files (not tested on amd64) have to be changed to have the messages in the new order: Use --track-origins=yes to see where uninitialised values come from For lists of detected and suppressed errors, rerun with: -s
25 lines
883 B
Plaintext
25 lines
883 B
Plaintext
|
|
On s390 we might see 2 or 3 errors.
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: foo (partiallydefinedeq.c:15)
|
|
by 0x........: main (partiallydefinedeq.c:37)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: foo (partiallydefinedeq.c:15)
|
|
by 0x........: main (partiallydefinedeq.c:45)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: foo (partiallydefinedeq.c:15)
|
|
by 0x........: main (partiallydefinedeq.c:52)
|
|
|
|
|
|
HEAP SUMMARY:
|
|
in use at exit: ... bytes in ... blocks
|
|
total heap usage: ... allocs, ... frees, ... bytes allocated
|
|
|
|
For a detailed leak analysis, rerun with: --leak-check=full
|
|
|
|
Use --track-origins=yes to see where uninitialised values come from
|
|
For lists of detected and suppressed errors, rerun with: -s
|
|
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|