unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* “Too many root sets” when calling compile frequently
@ 2022-08-18 22:18 Jean Abou Samra
  2022-08-18 22:33 ` Jean Abou Samra
  2022-08-19 10:19 ` Maxime Devos
  0 siblings, 2 replies; 6+ messages in thread
From: Jean Abou Samra @ 2022-08-18 22:18 UTC (permalink / raw)
  To: guile-devel

Hi,

Calling the Guile compiler often causes this BDWGC error: “Too
many root sets”.

scheme@(guile-user)> (define-syntax-rule (repeat n expr expr* ...) (do 
((i 0 (1+ i))) ((eqv? i n)) expr expr* ...))
scheme@(guile-user)> (use-modules (system base compile))
scheme@(guile-user)> (repeat 10000 (compile 5))
Too many root sets
Abandon (core dumped)

Any idea what is going on here? Should I report it as a bug?
Is there a workaround?

Thanks,
Jean




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

end of thread, other threads:[~2022-08-20 13:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 22:18 “Too many root sets” when calling compile frequently Jean Abou Samra
2022-08-18 22:33 ` Jean Abou Samra
2022-08-19  7:22   ` Jean Abou Samra
2022-08-19 10:19 ` Maxime Devos
2022-08-20 11:08   ` Jean Abou Samra
2022-08-20 13:10     ` Maxime Devos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).