Abhinav Anil Sharma
Abhinav Anil Sharma
Happened in the x86-32 run of tool.drcachesim.opcode_mix on the PR #6313: https://github.com/DynamoRIO/dynamorio/actions/runs/6227837689/job/16903332100?pr=6313
Both can be found in dynamorio/clients/drcachesim/analysis_tool.h > initialize_stream https://github.com/DynamoRIO/dynamorio/blob/336bac6aaf44890333f6b059ad81a9b8e974d2cb/clients/drcachesim/analysis_tool.h#L140 > parallel_shard_init_stream https://github.com/DynamoRIO/dynamorio/blob/336bac6aaf44890333f6b059ad81a9b8e974d2cb/clients/drcachesim/analysis_tool.h#L500
> This code was recently changed by #6815 so it is possible this is an introduced regression. The change in #6815 was to avoid running out of stack space by...