worried-whale-4116
01/07/2023, 3:27 PMsh
$ cargo shuttle init --actix-web
$ cargo shuttle run
Compiling ...
Compiling ...
Compiling ...
Finished dev [unoptimized + debuginfo] target(s) in 1m 08s
Starting canac-actix on http://127.0.0.1:8000
fish: Job 1, 'cargo shuttle run' terminated by signal SIGSEGV (Address boundary error)
The error is just a segfault, not even a stack trace, so I'm at a loss of how to debug further. It works fine with the Rocket and Axum templates. I was hoping to use actix because I've used it before. Thanks in advance for any help!worried-airplane-91571
01/07/2023, 3:36 PMworried-whale-4116
01/07/2023, 3:45 PMworried-whale-4116
01/07/2023, 3:46 PMError: Secret error: now.worried-airplane-91571
01/07/2023, 3:46 PMcargo shuttle deploy SEGFAULT?worried-whale-4116
01/07/2023, 4:00 PMcargo shuttle deploy works on v1.63.0. Going to try latest Rust next.worried-airplane-91571
01/07/2023, 4:25 PMworried-whale-4116
01/07/2023, 8:09 PMcargo shuttle runworried-whale-4116
01/07/2023, 8:14 PMkind-area-3810
01/08/2023, 1:33 PMrust-toolchain.toml overrides.kind-area-3810
01/08/2023, 1:34 PMworried-whale-4116
01/08/2023, 4:15 PMstocky-kangaroo-53672
01/09/2023, 8:15 AMCargo.toml?kind-area-3810
01/09/2023, 12:06 PMworried-whale-4116
01/09/2023, 2:13 PMactix-web version is pinned to 4.2.1 in Cargo.toml and Cargo.lockworried-whale-4116
01/09/2023, 4:08 PM~/.cargo, reinstalled shuttle, recreated the project via cargo shuttle new, and it still segfaults when I try to run it.kind-area-3810
01/09/2023, 4:51 PMkind-area-3810
01/09/2023, 5:07 PMworried-whale-4116
01/09/2023, 7:35 PMincalculable-forest-87125
01/13/2023, 7:12 AMkind-area-3810
01/13/2023, 11:26 AMactix-web without relying on ServiceConfig.worried-whale-4116
02/15/2023, 1:08 AMSIGBUS (Misaligned address error) error