FS#55313 - Valgrind: 'unhandled instruction bytes'

Attached to Project: Arch Linux
Opened by Nickolay (handicraftsman) - Sunday, 27 August 2017, 15:09 GMT
Last edited by Laurent Carlier (lordheavy) - Sunday, 27 August 2017, 18:31 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: valgrind crashes when trying to check ANY binary (even hello-world app). Crash message is attached.

Additional info:
* valgrind v3.13.0
* config and/or log files etc.

Steps to reproduce:

1. Create a file `test.c`:
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}
2. Compile it: `gcc test.c`
3. Use valgrind: `valgrind ./a.out`
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Sunday, 27 August 2017, 18:31 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#54939 

Loading...