-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[github-actions] upload core dump, so libs and binaries for crashed programs #5861
Conversation
34249c2
to
3e347af
Compare
Size Report of OpenThread
|
Codecov Report
@@ Coverage Diff @@
## master #5861 +/- ##
==========================================
- Coverage 87.14% 87.12% -0.02%
==========================================
Files 372 372
Lines 47044 47107 +63
==========================================
+ Hits 40995 41043 +48
- Misses 6049 6064 +15
|
3e347af
to
1f6b08a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Can we add docs somewhere that includes the steps in #5812 (comment)? |
@jwhui |
@Irving-cl , sounds good to me! |
…er testing when programs crash
b1323ea
to
bd7a4de
Compare
Updated |
bd7a4de
to
29bcbc4
Compare
29bcbc4
to
5365cec
Compare
The suggested version is much better. Thanks! |
…rograms (openthread#5861) This commit adds action to upload core dumps, so libs and binaries for 1.2 certification. This is intended to solve issues where programs intermittently crash however hard to reproduce it. This is added first for thread-1-2 and low-power-packet-verification first as an experimental work. We can add same actions for other items when it's necessary.
…rograms (openthread#5861) This commit adds action to upload core dumps, so libs and binaries for 1.2 certification. This is intended to solve issues where programs intermittently crash however hard to reproduce it. This is added first for thread-1-2 and low-power-packet-verification first as an experimental work. We can add same actions for other items when it's necessary.
This PR adds action to upload core dumps, so libs and binaries for 1.2 certification. This is intended to solve issues like #5802, #5774 where programs intermittently crash however hard to reproduce it. Related issue: #5805.
I added this for
thread-1-2
andlow-power-packet-verification
first as an experimental work. We can add same actions for other items when it's necessary.I've verified that we can analyze the core dumps with the artifacts using gdb successfully on our local PC: #5812 (comment)