GNU bug report logs - #25700
Undeclared variable stack_top in libguile/continuations.c

Previous Next

Package: guile;

Reported by: stefan-husmann <at> t-online.de

Date: Mon, 13 Feb 2017 06:19:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

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: stefan-husmann <at> t-online.de
Subject: bug#25700: closed (Re: bug#25700: Undeclared variable stack_top
 in libguile/continuations.c)
Date: Wed, 01 Mar 2017 16:39:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#25700: Undeclared variable stack_top in libguile/continuations.c

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 25700 <at> debbugs.gnu.org.

-- 
25700: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25700
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Wingo <wingo <at> pobox.com>
To: stefan-husmann <at> t-online.de
Cc: 25700-done <at> debbugs.gnu.org
Subject: Re: bug#25700: Undeclared variable stack_top in
 libguile/continuations.c
Date: Wed, 01 Mar 2017 17:38:34 +0100
On Mon 13 Feb 2017 07:17, stefan-husmann <at> t-online.de writes:

> with the latest commit 8e1af70c2c4ccc7fb19afa48ffd4662f95bb0f66 from git I get
>
> CC       libguile_2.2_la-continuations.lo
> continuations.c: In function 'scm_i_continuation_to_frame':
> continuations.c:186:7: error: 'stack_top' undeclared (first use in this function)
>        stack_top = data->stack_bottom + data->stack_size;
>
> So stack_top is still used, where latest commit's commit message says it is not.

Yeah sorry about that.  Fixed :)

Andy

[Message part 3 (message/rfc822, inline)]
From: stefan-husmann <at> t-online.de
To: bug-guile <at> gnu.org
Subject: Undeclared variable stack_top in libguile/continuations.c
Date: Mon, 13 Feb 2017 07:17:53 +0100
Hello,


with the latest commit 8e1af70c2c4ccc7fb19afa48ffd4662f95bb0f66 from git I get

CC       libguile_2.2_la-continuations.lo
continuations.c: In function 'scm_i_continuation_to_frame':
continuations.c:186:7: error: 'stack_top' undeclared (first use in this function)
       stack_top = data->stack_bottom + data->stack_size;

So stack_top is still used, where latest commit's commit message says it is not.

Best Regards

Stefan Husmann



This bug report was last modified 8 years and 86 days ago.

Previous Next


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