Fwiw, I installing the debuginfo packages and running ``` # eu-addr2line --pretty-print -f -e /usr/lib64/dri/radeonsi_dri.so 0xa15971 tc_transfer_unmap at ../src/gallium/auxiliary/util/u_threaded_context.c:1588:7 ``` just shows it crashing [here](https://github.com/mesa3d/mesa/blob/cc88eeb6ffc4e86d76dfdbfc601d519bc35b6c41/src/gallium/auxiliary/util/u_threaded_context.c#L1588).
Bug 1590832 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Fwiw, I installing the debuginfo packages and running ``` # eu-addr2line --pretty-print -f -e /usr/lib64/dri/radeonsi_dri.so 0xa15971 tc_transfer_unmap at ../src/gallium/auxiliary/util/u_threaded_context.c:1588:7 ``` gets us [here](https://github.com/mesa3d/mesa/blob/cc88eeb6ffc4e86d76dfdbfc601d519bc35b6c41/src/gallium/auxiliary/util/u_threaded_context.c#L1588).
Fwiw, I installing the debuginfo packages and running ``` # eu-addr2line --pretty-print -f -e /usr/lib64/dri/radeonsi_dri.so 0xa15971 tc_transfer_unmap at ../src/gallium/auxiliary/util/u_threaded_context.c:1588:7 ``` gets us [here](https://github.com/mesa3d/mesa/blob/cc88eeb6ffc4e86d76dfdbfc601d519bc35b6c41/src/gallium/auxiliary/util/u_threaded_context.c#L1588). (mesa 19.2.1 from updates-testing due to Fedora 31 final freeze)