Tom-Newton commented on issue #41469:
URL: https://github.com/apache/arrow/issues/41469#issuecomment-2089088136

   I managed to attach the a debugger so I can see a bit about why its 
segfaulting. 
   
   Ultimately the segfault is on `arrow/array/array_nested.h:90`. Suspiciously 
the value of `data_->offset` is `-189153672`, in the call to `value_offset` 
that seg faults. All the previous calls had `data_->offset` is `0`. 
`-189153672` is a deterministic value when I run with the `arrow_stream` file I 
got out of spark. Interestingly we still get this `-189153672` value without 
the `numpy` import but without numpy it does not segfault. 
   
   For an IPC file created from python `data_->offset` is always `0` and does 
not segfault. 
   
   
   


-- 
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]

Reply via email to