GNU bug report logs - #73031
[PATCH] Fix gbt command in gdbinit

Previous Next

Package: guile;

Reported by: brennan <at> umanwizard.com

Date: Wed, 4 Sep 2024 19:19:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: brennan <at> umanwizard.com
Subject: bug#73031: closed (Re: bug#73031: [PATCH] Fix gbt command in gdbinit)
Date: Sun, 20 Oct 2024 19:02:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73031: [PATCH] Fix gbt command in gdbinit

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73031 <at> debbugs.gnu.org.

-- 
73031: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73031
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: brennan <at> umanwizard.com
Cc: 73031-done <at> debbugs.gnu.org
Subject: Re: bug#73031: [PATCH] Fix gbt command in gdbinit
Date: Sun, 20 Oct 2024 21:00:45 +0200
Hi,

brennan <at> umanwizard.com skribis:

> From: Brennan Vincent <brennan <at> umanwizard.com>
>
> In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.

Good catch!  Applied, thanks.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: brennan <at> umanwizard.com
To: bug-guile <at> gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>
Subject: [PATCH] Fix gbt command in gdbinit
Date: Wed,  4 Sep 2024 15:16:46 -0400
From: Brennan Vincent <brennan <at> umanwizard.com>

In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.
---
 gdbinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdbinit b/gdbinit
index fdc9c759b..b15f85a90 100644
--- a/gdbinit
+++ b/gdbinit
@@ -200,5 +200,5 @@ define inst
 end
 
 define gbt
-  call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x704, 0x704, 0x704)
+  call scm_display_backtrace (scm_make_stack(0x404,0x304), scm_current_error_port (), 0x904, 0x904)
 end
-- 
2.45.2





This bug report was last modified 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.