Teddycloud 0.6.4 - CHECK failed: sanitizer_allocator_primary

Hello Everybody,

after the update from 0.6.3 to 0.6.4 I get below error within Docker and cant run Teddycloud via portainer.

Running teddycloud... AddressSanitizer: CHECK failed: sanitizer_allocator_primary64.h:131 "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg)))" (0x500000000000, 0xfffffffffffffff4) (tid=8) <empty stack>

I use a Raspberry Pi 4 and Raspberry Pi OS. Is there any known workaround for this or do I need to downgrade to 0.6.3? Is the below image path the right one to go back to 0.6.3?

image: ghcr.io/toniebox-reverse-engineering/teddycloud:tc_0.6.3

To update I was used the standard

image: ghcr.io/toniebox-reverse-engineering/teddycloud:latest

Thanks for your support in advance.

I saw this and watching it too - but the request was also about the option to downgrade again. Not sure if this would be correct image path do to so

image: ghcr.io/toniebox-reverse-engineering/teddycloud:tc_0.6.3

Use the Debian variant with latest_debian

That worked!

Thank you :slight_smile: