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

[Bug] memtracker mem_tracker_task_pool.cpp dcheck error #9905

Closed
2 of 3 tasks
deardeng opened this issue Jun 1, 2022 · 0 comments · Fixed by #9943
Closed
2 of 3 tasks

[Bug] memtracker mem_tracker_task_pool.cpp dcheck error #9905

deardeng opened this issue Jun 1, 2022 · 0 comments · Fixed by #9943

Comments

@deardeng
Copy link
Contributor

deardeng commented Jun 1, 2022

Search before asking

  • I had searched in the issues and found no similar issues.

Version

master

What's Wrong?

dcheck core

start time: Wed 01 Jun 2022 11:14:57 AM CST
*** Check failure stack trace: ***
@ 0x55576319653d google::LogMessage::Fail()
@ 0x555763198a79 google::LogMessage::SendToLog()
@ 0x5557631960a6 google::LogMessage::Flush()
@ 0x5557631990e9 google::LogMessageFatal::~LogMessageFatal()
@ 0x55575dbbc1f6 doris::MemTrackerTaskPool::logout_task_mem_tracker()
@ 0x55575caf8ecc main
@ 0x7f9dc0df20b3 __libc_start_main
@ 0x55575ca1e7ea _start
@ (nil) (unknown)
*** Aborted at 1654056548 (unix time) try "date -d @1654056548" if you are using GNU date ***
*** SIGABRT unkown detail explain (@0x262edd) received by PID 2502365 (TID 0x7f9dc0da74c0) from PID 2502365; stack trace: ***
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/selectdb_cold_on_s3/selectdb/be/src/common/signal_handler.h:407
1# 0x00007F9DC0E110C0 in /lib/x86_64-linux-gnu/libc.so.6
2# raise in /lib/x86_64-linux-gnu/libc.so.6
3# abort in /lib/x86_64-linux-gnu/libc.so.6
4# google::ReadFromOffset(int, void*, unsigned long, long) [clone .cold] at src/symbolize.cc:146
5# 0x000055576319653D at src/logging.cc:1650
6# google::LogMessage::SendToLog() at src/logging.cc:1607
7# google::LogMessage::Flush() at src/logging.cc:1477
8# google::LogMessageFatal::~LogMessageFatal() at src/logging.cc:2227
9# doris::MemTrackerTaskPool::logout_task_mem_tracker() at /home/zcp/repo_center/selectdb_cold_on_s3/selectdb/be/src/runtime/mem_tracker_task_pool.cpp:92
10# main at /home/zcp/repo_center/selectdb_cold_on_s3/selectdb/be/src/service/doris_main.cpp:491
11# __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
12# _start in /mnt/ssd01/cold_on_s3/VEC_ASAN/be/lib/palo_be

What You Expected?

no core

How to Reproduce?

run in regression-test
db: regression_test_compaction
sql: SELECT * FROM compaction_uniq_keys_regression_test t ORDER BY user_id;

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant