microsoft / microsoft/MIEngine
MIEngine may issue multiple '-exec-continue' commands without waiting for break
Open
@rajkumar42 is already working on this.
Since Oct 24, 2016.
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
Repro steps: Launch multiple processes under the MIEngine at the same time
Result: MIEngine may issue multiple '-exec-continue' commands, and then it doesn't ignore errors from the underlying debugger.
2: (12464) <--exec-continue
2: (12583) ->1015^done,stack=[frame={level="0",func="WebApplication1.Program.Main(string[] args)",clr-addr={module-id="{5e8d3911-1464-42c2-95f5-72e7b7f4a63c}",method-token="0x06000001",il-offset="0",native-offset="55"},addr="0x00007fc19f93e7d7",file="Program.cs",fullname="C:\\Users\\dazhao\\Documents\\Visual Studio 15\\Projects\\WebApplication3\\src\\WebApplication1\\Program.cs",line="14",col="9",end-line="14",end-col="10"},frame={level="1",func="[Native to Managed Transition]"}]
2: (12583) 1015: elapsed time 124
2: (12590) ->(gdb)
2: (12624) <--exec-continue
2: (12643) ->^running
2: (12643) ->(gdb)
2: (12643) ->^error,msg="Unknown Error: 0x9233000b"
2: (12643) ->(gdb)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.