From: Ivo R. <iv...@iv...> - 2017-11-29 13:42:21
|
2017-11-29 13:37 GMT+01:00 Silva João <joa...@al...>: > valgrind: mmap(0xa64000, 1793339392) failed in UME with error 22 (Invalid > argument). This may be caused by other mmap arguments than just size. Please report some details about your system and also strace output for the valgrind run. Particularly interesting is the mmap syscall which results in EINVAL. Beware that valgrind binary executes the actual Valgrind analysis tool, so use something like 'strace -f'. Also running valgrind with some debug turned on would help, try '-d -d -d' for start. I. |