all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3781: gdb doesn't have an xbacktrace command
@ 2009-07-07 22:31 ` jidanni
  2009-07-10 13:48   ` Dmitry Dzhus
  2009-10-23 16:25   ` bug#3781: marked as done (gdb doesn't have an xbacktrace command) Emacs bug Tracking System
  0 siblings, 2 replies; 4+ messages in thread
From: jidanni @ 2009-07-07 22:31 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: rfrancoise

report-emacs-bug says:
    (insert "If Emacs crashed, and you have the Emacs process in the gdb debugger,\n"
	    "please include the output from the following gdb commands:\n"
	    "    `bt full' and `xbacktrace'.\n")
However
(gdb) xbacktrace
Undefined command: "xbacktrace".  Try "help".

Therefore perhaps change the wording.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#3781: gdb doesn't have an xbacktrace command
  2009-07-07 22:31 ` bug#3781: gdb doesn't have an xbacktrace command jidanni
@ 2009-07-10 13:48   ` Dmitry Dzhus
  2009-07-10 19:11     ` jidanni
  2009-10-23 16:25   ` bug#3781: marked as done (gdb doesn't have an xbacktrace command) Emacs bug Tracking System
  1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Dzhus @ 2009-07-10 13:48 UTC (permalink / raw)
  Cc: 3781, jidanni

The following message is a courtesy copy of an article
that has been posted to gmane.emacs.bugs,gmane.emacs.pretest.bugs as well.

jidanni@jidanni.org wrote:
> report-emacs-bug says:
>     (insert "If Emacs crashed, and you have the Emacs process in the gdb debugger,\n"
> 	    "please include the output from the following gdb commands:\n"
> 	    "    `bt full' and `xbacktrace'.\n")
> However
> (gdb) xbacktrace
> Undefined command: "xbacktrace".  Try "help".

Command xbacktrace is defined in `.gdbinit` file in src/ subdirectory of
GNU Emacs distribution. You need to run Emacs under GDB from the
directory which contains this `.gdbinit` file, or you can load it with
`source` command.

See also "(emacs)Checklist for Bug Reports".
-- 
Happy Hacking.

http://sphinx.net.ru^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#3781: gdb doesn't have an xbacktrace command
  2009-07-10 13:48   ` Dmitry Dzhus
@ 2009-07-10 19:11     ` jidanni
  0 siblings, 0 replies; 4+ messages in thread
From: jidanni @ 2009-07-10 19:11 UTC (permalink / raw)
  To: dima; +Cc: 3781

DD> Command xbacktrace is defined in `.gdbinit` file in src/ subdirectory of
DD> GNU Emacs distribution. You need to run Emacs under GDB from the
DD> directory which contains this `.gdbinit` file, or you can load it with
DD> `source` command.
DD> See also "(emacs)Checklist for Bug Reports".

OK, then the report-emacs-bug boilerplate message should mention 'see (info
"(emacs) Checklist")' or else people will think "what is he talking
about?" when he mentions xbacktrace.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#3781: marked as done (gdb doesn't have an xbacktrace command)
  2009-07-07 22:31 ` bug#3781: gdb doesn't have an xbacktrace command jidanni
  2009-07-10 13:48   ` Dmitry Dzhus
@ 2009-10-23 16:25   ` Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-10-23 16:25 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Your message dated Fri, 23 Oct 2009 12:18:30 -0400
with message-id <87aazidqy1.fsf@stupidchicken.com>
and subject line Re: bug#3781: gdb doesn't have an xbacktrace command
has caused the Emacs bug report #3781,
regarding gdb doesn't have an xbacktrace command
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3781: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3781
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2319 bytes --]

From: jidanni@jidanni.org
To: emacs-pretest-bug@gnu.org
Cc: rfrancoise@debian.org
Subject: gdb doesn't have an xbacktrace command
Date: Wed, 08 Jul 2009 06:31:36 +0800
Message-ID: <877hykt99z.fsf@jidanni.org>

report-emacs-bug says:
    (insert "If Emacs crashed, and you have the Emacs process in the gdb debugger,\n"
	    "please include the output from the following gdb commands:\n"
	    "    `bt full' and `xbacktrace'.\n")
However
(gdb) xbacktrace
Undefined command: "xbacktrace".  Try "help".

Therefore perhaps change the wording.


[-- Attachment #3: Type: message/rfc822, Size: 2084 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: jidanni@jidanni.org
Cc: dima@sphinx.net.ru, 3781-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3781: gdb doesn't have an xbacktrace command
Date: Fri, 23 Oct 2009 12:18:30 -0400
Message-ID: <87aazidqy1.fsf@stupidchicken.com>

> DD> Command xbacktrace is defined in `.gdbinit` file in src/ subdirectory of
> DD> GNU Emacs distribution. You need to run Emacs under GDB from the
> DD> directory which contains this `.gdbinit` file, or you can load it with
> DD> `source` command.
> DD> See also "(emacs)Checklist for Bug Reports".

> OK, then the report-emacs-bug boilerplate message should mention 'see (info
> "(emacs) Checklist")' or else people will think "what is he talking
> about?" when he mentions xbacktrace.

I've tweaked the language slightly to address this (the .gdbinit issue
is mentioned in etc/DEBUG, which is mentioned in the instructions).

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-23 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87aazidqy1.fsf@stupidchicken.com>
2009-07-07 22:31 ` bug#3781: gdb doesn't have an xbacktrace command jidanni
2009-07-10 13:48   ` Dmitry Dzhus
2009-07-10 19:11     ` jidanni
2009-10-23 16:25   ` bug#3781: marked as done (gdb doesn't have an xbacktrace command) Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.