Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing the strerrno may cause data race under the new CI pipeline #9389

Closed
Lloyd-Pottiger opened this issue Aug 30, 2024 · 1 comment · Fixed by #8694
Closed

Printing the strerrno may cause data race under the new CI pipeline #9389

Lloyd-Pottiger opened this issue Aug 30, 2024 · 1 comment · Fixed by #8694
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. component/storage severity/minor type/bug The issue is confirmed as a bug.

Comments

@Lloyd-Pottiger
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

      0x1141614e	StackTrace::StackTrace() [gtests_dbms+289497422]
       0x7e6baa4	fault_signal_handler(int) [gtests_dbms+132561572]
  0x7f054334c400	<unknown symbol> [libc.so.6+222208]
  0x7f054334f2bd	getenv [libc.so.6+234173]
  0x7f0543346e2e	__dcigettext [libc.so.6+200238]
  0x7f05433a2cde	strerror_r [libc.so.6+576734]
       0xdf52693	DB::DM::SegmentReader::setCPUAffinity() [gtests_dbms+234170003]
       0xdf52329	DB::DM::SegmentReader::run() [gtests_dbms+234169129]
       0xdf55de9	decltype(*(static_cast<DB::DM::SegmentReader*>(fp0)).*fp()) std::__1::__invoke<void (DB::DM::SegmentReader::*)(), DB::DM::SegmentReader*, void>(void (DB::DM::SegmentReader::*&&)(), DB::DM::SegmentReader*&&) [gtests_dbms+234184169]
       0xdf55d6e	void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (DB::DM::SegmentReader::*)(), DB::DM::SegmentReader*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (DB::DM::SegmentReader::*)(), DB::DM::SegmentReader*>&, std::__1::__tuple_indices<2ul>) [gtests_dbms+234184046]
       0xdf55a82	void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (DB::DM::SegmentReader::*)(), DB::DM::SegmentReader*> >(void*) [gtests_dbms+234183298]
  0x7f0543901ea5	start_thread [libpthread.so.0+32421]
  0x7f0543414b0d	clone [libc.so.6+1043213]
@Lloyd-Pottiger
Copy link
Contributor Author

closed by #8694

@ti-chi-bot ti-chi-bot bot added the affects-7.5 This bug affects the 7.5.x(LTS) versions. label Aug 30, 2024
ti-chi-bot bot pushed a commit that referenced this issue Aug 30, 2024
… SegmentReader bind fail (#8694) (#9388)

close #9389

Signed-off-by: ti-chi-bot <[email protected]>
Signed-off-by: Lloyd-Pottiger <[email protected]>

Co-authored-by: jinhelin <[email protected]>
Co-authored-by: Lloyd-Pottiger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. component/storage severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
2 participants