Skip to content

Adding more checks and verbose error message:#1

Open
ocochard wants to merge 1 commit intocperciva:masterfrom
ocochard:master
Open

Adding more checks and verbose error message:#1
ocochard wants to merge 1 commit intocperciva:masterfrom
ocochard:master

Conversation

@ocochard
Copy link
Copy Markdown

  • Testing for TSLOG buffer overflow
  • Testing for too old loader usage
  • Renaming USAGE to README.md to be more github friendly

- Testing for TSLOG buffer overflow
- Testing for too old loader usage
echo "No loader timestamp detected, are you using up-to-date loader?" 1>&2
exit
fi
if [ ! -f tslog.thread.start_init ]; then
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better check would be for tsc.end existing -- if we have 'ENTER start_init' but the tslog buffer is truncated before 'EXIT start_init' then we'll have tslog.thread.start_init but not tsc.end.

echo "$TD $TSC STACK $STACK"
done > tslog.thread.$THREAD
done < threads
if [ ! -f tslog.thread.0x0 ]; then
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could handle this case by processing what we have (i.e. kernel tslog). It wouldn't give us a complete picture of the boot process, but might still be better than nothing?

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 this pull request may close these issues.

2 participants