[
https://issues.apache.org/jira/browse/ARROW-18240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17638785#comment-17638785
]
Weston Pace commented on ARROW-18240:
-------------------------------------
Threads #3 and #6 are suspicious. Generally a CPU thread pool thread should
not be in a blocked state. Yet both are waiting on futures. That should only
happen on user threads (or possibly I/O threads).
> [R] head() is crashing on some nightly builds
> ---------------------------------------------
>
> Key: ARROW-18240
> URL: https://issues.apache.org/jira/browse/ARROW-18240
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Dewey Dunnington
> Assignee: Dewey Dunnington
> Priority: Major
> Labels: pull-request-available
> Attachments: Screen Shot 2022-11-25 at 3.39.44 PM.png, Screen Shot
> 2022-11-25 at 3.40.54 PM.png
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> A few examples:
> -
> https://github.com/ursacomputing/crossbow/actions/runs/3368026889/jobs/5586109693#step:10:3813
> -
> https://github.com/ursacomputing/crossbow/actions/runs/3368024633/jobs/5586105172#step:9:3813
> I suspect this is because the HeadRecordBatchReader is resetting the
> shared_ptr to its parent...in ARROW-18174 we discovered that this was causing
> crashes in some places.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)