Eric Hanson
Eric Hanson
Hm, my “fix” isn’t holding up to more robust testing. I think it’s kinda hard if we can’t rely on “eof” to mean there’s nothing left; for example, the stream...
In the meantime think maybe we should turn off annotations (even if it is selected by the user) on Julia 1.9-beta3 onwards, by adding another version check, since this is...
I did a bit more reading (I'm very much out of my depth on streams too), and it seems EOF isn't a token or marker placed into the stream like...
filed https://github.com/JuliaLang/Pkg.jl/issues/3430
Hm, I think wrapping is inconvenient when you might have a nested structure you would need to traverse to wrap each leaf. Interop with pyarrow would be nice though, especially...
I don't think anyone is working on it
I think this was fixed by https://github.com/apache/arrow-julia/pull/267
I wonder if https://github.com/JuliaLang/julia/pull/47865 is related; the `_Symbol` there differs from the problematic line here by a root argument 🤔
BTW in my actual code, I generally don't get a stacktrace, just ```julia [18447] signal (11.2): Segmentation fault: 11 in expression starting at my_julia_code/fit.jl:42 Allocations: 243091803 (Pool: 242670917; Big: 420886);...
I started julia under `lldb` and was able to repro, but I don't actually know what I'm doing, so not sure I found anything helpful. ```julia Process 22988 stopped *...