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] Fix for internal-error: linux_nat_post_attach_wait: Assertion `pid == new_pid && WIFSTOPPED (status)' failed.


On Wed, Oct 14, 2009 at 2:16 PM, Pedro Alves <pedro@codesourcery.com> wrote:

> I didn't mean to use those strings exactly. Please remove or replace
> "During startup" with something else. We're attaching, not starting up.

Oh, right. Sorry I missed that.

I am having a bit of trouble coming up with the right verbiage.
How about:

  error (_("Unable to attach: program exited normally."));

Alternatives:

  error (_("While attaching program exited normally."));
  error (_("During attach program exited normally."));

don't sound grammatically correct to me (and a comma is probably
missing from at least one of the above).

Thanks,
-- 
Paul Pluzhnikov


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