# Racket crashes with "invalid memory reference"

**URL:** <https://racket.discourse.group/t/racket-crashes-with-invalid-memory-reference/2206>\
**Category:** Questions & Answers\
**Created:** [August 10, 2023, 3:56am UTC](https://racket.discourse.group/t/racket-crashes-with-invalid-memory-reference/2206 "2023-08-10T03:56:48Z")\
**Posts on this page:** 1\
**Showing post:** 8

<div class="post-metadata">

**Author:** ![wurmli](https://avatars.discourse-cdn.com/v4/letter/w/dbc845/32.png) [@wurmli](https://racket.discourse.group/u/wurmli)\
**Post date:** [August 11, 2023, 5:51am UTC](https://racket.discourse.group/t/racket-crashes-with-invalid-memory-reference/2206/8 "2023-08-11T05:51:34Z")

</div>

> [![](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/liberalartist/96/151_2.png)](https://racket.discourse.group/u/LiberalArtist) [LiberalArtist](https://racket.discourse.group/u/LiberalArtist)  
> FWIW, on Bookworm I get Racket by:
> 
> sudo apt install guix  
> guix pull  
> guix install racket

Thank you and also Matthew for your help (which helped, at least mostly). As I never used guix I needed some time to "get it", but now I feel relatively comfortable using it. But using racket I run into some inconveniences and problems.

Is there a simple way to migrate the packages in ~/.local/share/racket/8.9 to ~/.local/share/racket/8.9-guix?

One problem I encounter and cannot resolve myself happens when I try to install a package (with raco or drracket): connecting to the package server I get a certificate verify error:

```scheme
Resolving "expect" via https://download.racket-lang.org/releases/8.9/catalog/
ssl-connect: connect failed (error:0A000086:SSL routines::certificate verify failed)

```

Do you have an idea how to resolve this issue?

---

_[View the full topic](https://racket.discourse.group/t/racket-crashes-with-invalid-memory-reference/2206)._
