LuciferYang commented on issue #67871:
URL: https://github.com/apache/doris/issues/67871#issuecomment-5636687516

   Fixed by #67848, merged as 859a19c3a54, which moves `musl/getentropy.c` into 
`glibc-compatibility-explicit`. That is the same change the reproduction above 
pointed at, arrived at independently, so I closed my own #67873 as a duplicate.
   
   Two notes for anyone who lands here from a red BE UT.
   
   A build whose head predates 859a19c3a54 will still core dump, since BE UT 
builds the pull request head rather than a merge with master. Rebasing or 
merging master in is what clears it.
   
   The other two crashers this issue explicitly did not cover are still open as 
far as I know: `Check failed: _seg_compact_mem_tracker != nullptr` in 
`SegcompactionWorker::~SegcompactionWorker()` during `DeltaWriterCancelTest` 
(seen in build 1041858), and a null dereference in 
`IcebergTableReader::_read_equality_delete_file` (build 1040773). Both abort 
the whole test binary the same way, so a red BE UT with no test name attached 
is not automatically this issue.
   
   Closing.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to