At Fri, 07 Jul 2017 07:19:16 -0300, David Bremner wrote: > A debian user reported the following potential undefined behaviour in > Racket 6.5: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702859 > > Unfortunately I don't have the tooling to easily check if this still > present, but maybe you can tell just by looking.
Thanks for forwarding the report! I think this is fixed in v6.9, since "gmp.c" is now compiled with `MZ_PRECISE_GC` instead of trying to use the non-`MZ_PRECISE_GC` object. https://github.com/racket/racket/commit/5a4391dd90066e5485773d7832a65c6a59a8aa8c -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/595f795a.d701620a.150a6.a138SMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.
