Re: [racket-users] "invalid memory reference" issue

2020-03-06 Thread hashim muqtadir
I decided to build Racket CS from github and it works. Thanks! On Thursday, 5 March 2020 23:42:34 UTC+5, Matthew Flatt wrote: > > I've pushed a repair for the development version of Racket CS. The > problem was related to computing a hash code of an object (i.e., an > instance of a class). > >

Re: [racket-users] "invalid memory reference" issue

2020-03-05 Thread Matthew Flatt
I've pushed a repair for the development version of Racket CS. The problem was related to computing a hash code of an object (i.e., an instance of a class). If you need a workaround to keep using the released version of Racket CS, it may involve supplying explicit equality and hash-code functions

[racket-users] "invalid memory reference" issue

2020-03-05 Thread hashim muqtadir
Hello, I have some code that uses my library, "remap". It previously used to work, but in Racket CS 7.6, it fails saying "invalid memory reference. Some debugging context lost". Clicking the crosses in DrRacket gives this backtrace: invalid memory reference. Some debugging context lost /home