You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "icexelloss (via GitHub)" <gi...@apache.org> on 2023/03/17 14:08:58 UTC

[GitHub] [arrow] icexelloss opened a new issue, #34605: [C++] Segment fault when accessing output_schema of a named tap provider declaration info

icexelloss opened a new issue, #34605:
URL: https://github.com/apache/arrow/issues/34605

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   In internal testing, we found a segment fault issue when executing a named tap relation. After debugging, the segfault is caused by accessing the output_schema field of the named tap declaration info, caused by this code:
   
   https://github.com/apache/arrow/blob/main/cpp/src/arrow/engine/substrait/options.cc#L134
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] icexelloss closed issue #34605: [C++] Segment fault when accessing output_schema of a named tap provider declaration info

Posted by "icexelloss (via GitHub)" <gi...@apache.org>.
icexelloss closed issue #34605: [C++] Segment fault when accessing output_schema of a named tap provider declaration info
URL: https://github.com/apache/arrow/issues/34605


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] icexelloss commented on issue #34605: [C++] Segment fault when accessing output_schema of a named tap provider declaration info

Posted by "icexelloss (via GitHub)" <gi...@apache.org>.
icexelloss commented on issue #34605:
URL: https://github.com/apache/arrow/issues/34605#issuecomment-1508858793

   This is fixed.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org