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

通过NEMU恢复cpt时出现错误 #249

Closed
Xxfore opened this issue Jan 10, 2024 · 1 comment
Closed

通过NEMU恢复cpt时出现错误 #249

Xxfore opened this issue Jan 10, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Xxfore
Copy link

Xxfore commented Jan 10, 2024

Hi,

基于文档中的 生成profile, cluster, checkpoint的流程, 在尝试restore checkpoint时, 出现以下错误

[src/monitor/monitor.c:125,parse_args] Restoring from checkpoint
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)

总共生成了6个checkpoint , 都是相同的错误

thx.

@Xxfore
Copy link
Author

Xxfore commented Jan 11, 2024

通过 gdb debug 确认是output_base_dir为空导致崩溃, 指定-D后 解决

@Xxfore Xxfore closed this as completed Jan 11, 2024
@shinezyy shinezyy added the documentation Improvements or additions to documentation label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants