GNU bug report logs -
#43102
[PATCH] Fix trace-calls-to-procedure
Previous Next
Reported by: Robin Green <greenrd <at> greenrd.org>
Date: Sat, 29 Aug 2020 14:38:01 UTC
Severity: normal
Tags: patch
Done: lloda <lloda <at> sarc.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 19 May 2021 21:34:26 +0200
with message-id <DC85256C-A247-4986-97DB-6FFD8C9AAC1F <at> sarc.name>
and subject line Re: bug#48412: duplicate ?
has caused the debbugs.gnu.org bug report #43102,
regarding [PATCH] Fix trace-calls-to-procedure
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
43102: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43102
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* module/system/vm/trace.scm: Remove argument
---
module/system/vm/trace.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/system/vm/trace.scm b/module/system/vm/trace.scm
index e9f17dae8..54840d8fd 100644
--- a/module/system/vm/trace.scm
+++ b/module/system/vm/trace.scm
@@ -73,7 +73,7 @@ trace-calls-to-procedure
(max-indent (- width 40)))
(define (apply-handler frame depth)
(print-application frame depth width prefix max-indent))
- (define (return-handler frame depth values)
+ (define (return-handler frame depth)
(print-return frame depth width prefix max-indent))
(trap-calls-to-procedure proc apply-handler return-handler))
--
2.27.0
[Message part 3 (message/rfc822, inline)]
Patch applied in f9f55b9ce74898d1b0a77dcc9b4aa260e5cd208d. Thanks!
> On 16 May 2021, at 09:09, Adriano Peluso <randomlooser <at> riseup.net> wrote:
>
> Il giorno ven, 14/05/2021 alle 11.13 +0200, Adriano Peluso ha scritto:
>> I just noticed someone sent a patch that seems relevant here
>>
>> It's in #43102
>>
>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43102
>
> I applied this patch
>
> It does solve the issue, it seems
>
> Now I can tracepoint my procedure
>
>
>
>
This bug report was last modified 4 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.