Results 8 comments of Seth Samuel

Hitting this same problem with kube-aws and `--host-interface=cni0`. Using a dummy `sleep 10000d` daemon to kick the interface into existence is not ideal but seems to work.

> Please try the nightly. I fixed some seg faults recently Still getting segmentation fault with the above Dockerfile and `[email protected]+13649c36`

Segfaults are fixed as of 2.2.1 for base parcel, but now having a problem with parcel-image: ``` Error: Error relocating /app/node_modules/@parcel/optimizer-image/parcel-image.linux-arm64-musl.node: __crc32w: symbol not found ``` This still occurs on...

On 2.2.1 setting that env var doesn't have any affect. If I upgrade to 2.3.2, I hit #7234 and can't test this issue.

I was able to workaround the latest iteration of this issue by disabling the image optimizer, since we aren't using it, but for those who need it the crash is...

Also hitting this on 2.3.2. Some level of complexity in the bundle graph seems to trigger it. The missing bundle is being generated, but the underlying js file is not...

The underlying cause for us here appears to be related to the pragmaFrag `/** @jsxImportSource @emotion/react */`. @emotion/react allows you to pass down the `css` prop without explicitly including it...

The upcoming agent version 7.57 should provide a more helpful error message when `ssl` is set incorrectly. Please give it a try when it's released. Regarding the CA validation, this...