lidavidm commented on issue #40100:
URL: https://github.com/apache/arrow/issues/40100#issuecomment-1955335114

   Shoot. I think I've seen this once or twice but was never able to figure it 
out.
   
   Right here you basically make an impossible/nonsensical jump:
   
   ```
   [0x11]   arrow_flight!arrow::flight::FlightServerBase::Shutdown+0x119d   
0x4e3b1ec480   0x7ffc3c6cd57d   
   [0x12]   arrow_flight!arrow::flight::FlightStreamReader::ToTable+0x3d   
0x4e3b1ec590   0x7ffc7329b43f   
   ```
   
   That is, ToTable should never call that function. So something is seriously 
borked. I don't really want to blame a "compiler bug" but...
   
   Well. When you generated this stack, which PyArrow package were you using? 
(If a wheel, what version _exactly_?) We could disassemble `ToTable` at that 
offset and see if there's any explanation for how it managed to pull off that 
jump.


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