| Summary: | run command "valgrind --leak-check=full --show-reachable=yes --trace-children=yes /usr/bin/nr_ping_monitor&" to check memory leak failed: vex: priv/guest_mips_toIR.c:23393 (disInstr_MIPS_WRK_10): Assertion `mode64' failed. | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | juan <jli> |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | critical | CC: | jli, pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.20.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | with the "-v -v -d -d" options to run the valgrind | ||
|
Description
juan
2023-04-27 03:16:16 UTC
arch: mips32 sourceCode: http://sourceware.org/pub/valgrind/ version: 3.20.0.tar.bz2 sha256sum: 8536c031dbe078d342f121fa881a9ecd205cb5a78e639005ad570011bdb9f3c6 Created attachment 158474 [details]
with the "-v -v -d -d" options to run the valgrind
The code is
case 0x0A: { /* LDL */
/* Load Doubleword Left - LDL; MIPS64 */
vassert(mode64);
Can you tell whether it is expected to execute this opcode on mips32?
It should not go to the case, I don't know why it goes to the case on my mips32 OS. Is there any progress? What can I do? |