DynamoRIO / DynamoRIO/dynamorio
CRASH Dr. Memory internal crash at PC 0x7af7d99b
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
# CRASH
Dr. Memory internal crash at PC 0x7af7d99b
Program runs perfectly from command line and from within CLion environment.
# COMMAND ISSUED
drmemory -ignore_kernel D:\dev-attic\JSHEET02-C\cmake-build-debug\JSHEET02_C.exe
# RESULT
~~Dr.M~~ Dr. Memory version 2.3.0
~~Dr.M~~ Running "D:\dev-attic\JSHEET02-C\cmake-build-debug\JSHEET02_C.exe"
~~Dr.M~~ Using system call file C:\Users\joey\AppData\Roaming\Dr. Memory\symcache\syscalls_wow64.txt
~~Dr.M~~ WARNING: application exited with abnormal code 0xffffffff
# NOTES
This is an X86 C executable built with cmake/ visual studio cl and link
cmakelist options:
add_executable(JSHEET02_C main.c )
set_target_properties(JSHEET02_C PROPERTIES COMPILE_OPTIONS "/Wall" LINK_FLAGS "/MACHINE:X86")
# DEBUG COMMAND AND RESULTS
So, I ran debug command as instructed:
drmemory -debug -dr_debug -ignore_kernel D:\dev-attic\JSHEET02-C\cmake-build-debug\JSHEET02_C.exe
~~Dr.M~~ Dr. Memory version 2.3.0
~~Dr.M~~ Running "D:\dev-attic\JSHEET02-C\cmake-build-debug\JSHEET02_C.exe"
~~Dr.M~~ Using system call file C:\Users\joey\AppData\Roaming\Dr. Memory\symcache\syscalls_wow64.txt
~~Dr.M~~ WARNING: application exited with abnormal code 0xc0000005
# ENVIRONMENT
Windows [Version 10.0.19041.928]
32-bit application as set in compile and link options
Contributor guide
Assessment
This issue has not been assessed yet.