Hi folks,
I am running into an internal error while attaching to an internal workload with statically linked DynamoRIO & drmemtrace:
<Application /data/users/appname (3186634). Internal Error: DynamoRIO debug check failure: /mnt/srcs/dynamorio/core/unix/os.c:10307 iter->vm_start == executable_start
(Error occurred @0 frags in tid 3200078)
Unfortunately, debugging is a little bit challenges as DYNAMORIO_OPTIONS does not seem support -debug:
Option parsing error : unknown option -debug. Terminating
I already have these options enabled and am linking statically with dynamorio_static and drmemtrace_static:
int set_env_result = setenv(
"DYNAMORIO_OPTIONS",
"-debug -loglevel 4 -rstats_to_stderr -client_lib ';;-offline -verbose 3'",
1);
Are there any other recommendations on how to debug this further?
-Suyash
--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-use...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dynamorio-users/b5a1105a-5029-4565-89af-be2c502dd989n%40googlegroups.com.