From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Mark Kettenis , gdb-patches@sources.redhat.com Subject: Re: lin-lwp.c fix Date: Mon, 02 Apr 2001 21:50:00 -0000 Message-id: <1010403045021.ZM23576@ocotillo.lan> References: <200103301946.f2UJk3603923@delius.kettenis.local> X-SW-Source: 2001-04/msg00029.html On Mar 30, 9:46pm, Mark Kettenis wrote: > This patch fixes a problem in lin-lwp.c:lin_lwp_resume(). I think > this fixes the problem Kevin reported earlier this week (but I'd > appreciate it if you could check if that's really true Kevin), I've just tested your fix and am happy to report that I am no longer able to reproduce the problem. > and > supersedes the patch given in my reply to his bug report. I tested your earlier patch too, but your new one seems to work better. (I was able to occassionally get gdb to go into an infinite loop with your previous patch. I'm not able to do that anymore.) Thanks, Kevin