jariji commented on issue #257: URL: https://github.com/apache/arrow-julia/issues/257#issuecomment-1228213400
Another one. I think I'm calling `copy(::DataFrame)`. ```jl signal (11): Segmentation fault in expression starting at /home/... __memmove_sse2_unaligned_erms at /nix/store/s9qbqh7gzacs7h68b2jfmn9l6q4jwfjz-glibc-2.33-59/lib/libc.so.6 (unknown line) jl_pchar_to_string at /buildworker/worker/package_linux64/build/src/array.c:507 unsafe_string at ./strings/string.jl:67 [inlined] fromarrow at /home/user/.julia/packages/ArrowTypes/dkiHE/src/ArrowTypes.jl:201 [inlined] getindex at /home/user/.julia/packages/Arrow/ZlMFU/src/arraytypes/list.jl:56 [inlined] copyto_unaliased! at ./abstractarray.jl:1018 copyto! at ./abstractarray.jl:998 copymutable at ./abstractarray.jl:1129 copy at ./abstractarray.jl:1073 [inlined] _preprocess_column at /home/user/.julia/packages/DataFrames/zqFGs/src/dataframe/dataframe.jl:229 unknown function (ip: 0x7fbb3c15a98e) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2429 #155 at ./threadingconstructs.jl:178 unknown function (ip: 0x7fb88a1a3c1f) _jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2247 [inlined] jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2429 jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1788 [inlined] start_task at /buildworker/worker/package_linux64/build/src/task.c:877 Allocations: 917429815 (Pool: 917324438; Big: 105377); GC: 1888 zsh: segmentation fault (core dumped) juliab ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
