This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/10048] Apparent race in gdbserver causes it lose control of inferior


------- Additional Comments From ppluzhnikov at google dot com  2009-04-08 22:01 -------
(In reply to comment #1)

> Does a patch-let like this:
> 
>  -  ptrace (PTRACE_SETOPTIONS, lwpid, 0, PTRACE_O_TRACECLONE);
>  +  must_set_ptrace_flags = 1;
> 
> ... make any difference?

Yes: with above, I have 0 failures in 100 tries.
When I revert it, I get 62 failures in 100 tries.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10048

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]