Open
Description
I got this error message when I was compiling my program. I don't think it's something I've done in my code. It's more of a memory issue or something like that, but the compiler asked me to make the report. Here is the exit
Error output
Compiling polars-parquet v0.41.3
error: rustc interrupted by SIGSEGV, printing backtrace
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x2ea5963)[0x7fe595454963]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7fe59241f420]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x421520f)[0x7fe5967c420f]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4214643)[0x7fe5967c3643]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4214452)[0x7fe5967c3452]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4e6d34f)[0x7fe59741c34f]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4e6d05b)[0x7fe59741c05b]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(_RNvCsIsW14rRsp4_11rustc_parse20new_parser_from_file+0xcd)[0x7fe59741be0d]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(_RNvNtCsbuBViZNjx46_12rustc_expand6module18parse_external_mod+0x177)[0x7fe597418c37]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(_RNvXsm_NtCsbuBViZNjx46_12rustc_expand6expandNtB5_19InvocationCollectorNtNtCsiL1wrQgHJBs_9rustc_ast9mut_visit10MutVisitor13flat_map_item+0x17da)[0x7fe596e69060]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(_RNvXsm_NtCsbuBViZNjx46_12rustc_expand6expandNtB5_19InvocationCollectorNtNtCsiL1wrQgHJBs_9rustc_ast9mut_visit10MutVisitor11visit_crate+0x419)[0x7fe596e66d99]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x464e204)[0x7fe596bfd204]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(_RNvMs1_NtCsbuBViZNjx46_12rustc_expand6expandNtB5_13MacroExpander21fully_expand_fragment+0xde)[0x7fe596d36a68]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(_RNvMs1_NtCsbuBViZNjx46_12rustc_expand6expandNtB5_13MacroExpander12expand_crate+0x298)[0x7fe59741f85c]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x47f4018)[0x7fe596da3018]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x47f34db)[0x7fe596da24db]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x47f34c9)[0x7fe596da24c9]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4ee463b)[0x7fe59749363b]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4ee4201)[0x7fe597493201]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4d82fba)[0x7fe597331fba]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4d40f8b)[0x7fe5972eff8b]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/librustc_driver-1ccb730c51a3970e.so(+0x4d40d80)[0x7fe5972efd80]
/home/nomar/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/libstd-d5189b81a4fa4d36.so(rust_metadata_std_3c8ba8ebcf555201+0xc3cab)[0x7fe592547cab]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7fe592413609]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7fe592336353]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
note: backtrace dumped due to SIGSEGV! resuming signal
Compiling libduckdb-sys v0.10.2