This is the mail archive of the gdb-patches@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]

Re: [PATCH] Workaround a FreeBSD ptrace() bug with clearing thread events.


On Fri, 2 Mar 2018, John Baldwin wrote:

> >  Hmm, doesn't it have to be a run-time check then?  Otherwise you're 
> > basing your decision on the host system GDB has been built for and not one 
> > it will be run on, which I suppose does not necessarily have to be of the 
> > same version.  Or am I missing anything here?
> 
> FreeBSD generally does not support forwards-compatability for binaries (newer
> binary on older kernel), only backwards-compatability (older binary on newer
> kernel).  In this case, using the workaround is also fine on a fixed kernel,
> so it doesn't hurt if GDB is compiled on an older system (thus using the
> workaround) and then run under a newer kernel.

 Fair enough.

 Is the one-way compatibility enforced though, by a system library runtime 
or the kernel somehow, by refusing to run a binary built for a kernel that 
is newer than one currently in charge of the system?  Otherwise the rule 
would be quite fragile and error prone, asking for extra care to be taken 
by the user.

  Maciej


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