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] ThreadMemTrackerMgr::update_tracker null pointer in vectorized #8920

Closed
3 tasks done
xinyiZzz opened this issue Apr 8, 2022 · 0 comments · Fixed by #8925
Closed
3 tasks done

[Bug] ThreadMemTrackerMgr::update_tracker null pointer in vectorized #8920

xinyiZzz opened this issue Apr 8, 2022 · 0 comments · Fixed by #8925

Comments

@xinyiZzz
Copy link
Contributor

xinyiZzz commented Apr 8, 2022

Search before asking

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

Version

trunk

What's Wrong?

#0 doris::MemTracker::id (this=0x0) at /root/doris-release/be/src/runtime/mem_tracker.h:405
#1 doris::ThreadMemTrackerMgr::update_tracker (mem_tracker=..., this=0x55691c7cb600) at /root/doris-release/be/src/runtime/thread_mem_tracker_mgr.h:180
#2 doris::SwitchThreadMemTracker::SwitchThreadMemTracker (in_task=false, mem_tracker=..., this=0x7f81cf0cf860) at /root/doris-release/be/src/runtime/thread_context.h:281
#3 doris::SwitchThreadMemTracker::SwitchThreadMemTracker (in_task=false, mem_tracker=..., this=0x7f81cf0cf860) at /root/doris-release/be/src/runtime/thread_context.h:266
#4 doris::vectorized::VExprContext::prepare (this=0x55692b6d2960, state=state@entry=0x556938766000, row_desc=..., tracker=...) at /root/doris-release/be/src/vec/exprs/vexpr_context.cpp:44
#5 0x00005569154e7c78 in doris::vectorized::VExpr::prepare (ctxs=..., state=state@entry=0x556938766000, row_desc=..., tracker=...) at /var/local/ldb-toolchain/include/c++/11/bits/stl_vector.h:1061
#6 0x00005569160c972d in doris::stream_load::VOlapTableSink::prepare (this=0x55693550d000, state=0x556938766000) at /root/doris-release/be/src/vec/sink/vtablet_sink.cpp:47

What You Expected?

win

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

EmmyMiao87 pushed a commit that referenced this issue Apr 12, 2022
Fix ThreadMemTrackerMgr::update_tracker null pointer and some details.

Issue Number: close #8920
weizhengte pushed a commit to weizhengte/incubator-doris that referenced this issue Apr 22, 2022
…8925)

Fix ThreadMemTrackerMgr::update_tracker null pointer and some details.

Issue Number: close apache#8920
zhengshiJ pushed a commit to zhengshiJ/incubator-doris that referenced this issue Apr 27, 2022
…8925)

Fix ThreadMemTrackerMgr::update_tracker null pointer and some details.

Issue Number: close apache#8920
starocean999 pushed a commit to starocean999/incubator-doris that referenced this issue May 19, 2022
…8925)

Fix ThreadMemTrackerMgr::update_tracker null pointer and some details.

Issue Number: close apache#8920
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