DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.44k stars 262 forks source link

Dr.Memory Windows-1.8.1-RC1 crashes when loading an application, worked before #1701

Open avaneev opened 9 years ago

avaneev commented 9 years ago

I'm on Windows7 64-bit, Intel i4770K processor, 16 GB of memory. Previously I was using DrMemory 1.6.1750 build 42. It works fine - it can load Chainer application (http://www.xlutop.com/zip/chainer103.zip) without crashing. However, the latest DrMemory version 1.8.1 RC1 constantly crashes.

I'm calling DrMemory with these options, without any other customization (I'm using a clean DrMemory installation, right out of the ZIP file): drmemory.exe -no_check_leaks -no_count_leaks -no_possible_leaks -check_uninit_non_moves -check_uninit_all -- "C:\Program Files (x86)\Chainer\Chainer.exe"

avaneev commented 8 years ago

The crash goes away if these switches are removed: -check_uninit_non_moves -check_uninit_all