Although there was a stack trace i never investigated, it was in opening the http connection
The only file i had modified was system etc/config, to search libraries in my /opt/local on my mac griswold@computer Racket % raco pkg install blah Resolving "blah" via https://download.racket-lang.org/releases/7.7/catalog/ invalid memory reference. Some debugging context lost context...: condition->exn do-raise dynamic-wind winder-dummy .../openssl/mzssl.rkt:1469:0: wrap-ports call-in-empty-metacontinuation-frame winder-dummy .../private/arrow-val-first.rkt:489:18 .../net/http-client.rkt:67:0: http-conn-open! .../net/http-client.rkt:274:0: http-conn-open call-with-values .../private/arrow-val-first.rkt:555:3 .../net/url.rkt:201:0: http://getpost-impure-port .../net/url.rkt:308:2: redirection-loop call-with-values .../private/arrow-val-first.rkt:555:3 Nate On Fri, Jul 24, 2020 at 12:57 PM Nate Griswold <[email protected]> wrote: > Just FYI this was a local install/config issue > > Nate > > > On Fri, Jul 24, 2020 at 12:14 AM Nathaniel Griswold < > [email protected]> wrote: > >> Oh, hm ok I was having a memory access crash in raco I assumed some >> causation.. I’ll debug tomorrow >> >> On Jul 23, 2020, at 10:14 PM, Sorawee Porncharoenwase < >> [email protected]> wrote: >> >> >> Though, considering that there are so many people who are misled that the >> catalog is down (my past self included), it might be better if that page >> displays some useful information rather than a 404. >> >> On Thu, Jul 23, 2020 at 8:12 PM Sorawee Porncharoenwase < >> [email protected]> wrote: >> >>> The catalog is functional. That path is simply not served. See also: >>> >>> From: Matthew Flatt <[email protected]> >>> Date: Thu, Feb 27, 2020 at 3:00 PM >>> Subject: Re: [racket-users] download catalog down? >>> To: Tom Gillespie <[email protected]> >>> Cc: Racket Users <[email protected]> >>> >>> That path isn't served, but something like >>> >>> https://download.racket-lang.org/releases/7.6/catalog/pkg/racket-lib >>> >>> or >>> >>> https://download.racket-lang.org/releases/7.6/catalog/pkgs >>> >>> should work (and does work for me). >>> >>> >>> On Thu, Jul 23, 2020 at 7:50 PM Nate Griswold <[email protected]> >>> wrote: >>> >>>> My raco pkg install is crashing and manual navigation to the package >>>> catalog looks broken >>>> >>>> https://download.racket-lang.org/releases/7.7/catalog/ >>>> >>>> <image.png> >>>> >>>> >>>> Nate >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Racket Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAM-xLPrgac_R533OzrjUSwwrTdCH0M8WOJP%3DPUgf0marRvh_ZQ%40mail.gmail.com.

