• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

micropython / micropython / 12986
98%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2020 03:21AM UTC
Jobs 1
Files 275
Run time 21s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
12986

push

travis-ci

dpgeorge
unix/mpthreadport: Fix crash when thread stack size <= 8k.

The stack size adjustment for detecting stack overflow in threads was not
taking into account that the requested stack size could be <= 8k, in which
case the subtraction would overflow.  This is fixed in this commit by
ensuring that the adjustment can't be more than the available size.

This fixes the test tests/thread/thread_stacksize1.py which sometimes
crashes with a segmentation fault because of an uncaught NLR jump, which is
a "maximum recursion depth exceeded" exception.

Suggested-by: @dpgeorge

16637 of 16969 relevant lines covered (98.04%)

480689.69 hits per line

Jobs
ID Job ID Ran Files Coverage
4 12986.4 (MAKEOPTS="-j4" NAME="unix coverage build and tests") 27 Mar 2020 03:21AM UTC 0
98.04
Travis Job 12986.4
Source Files on build 12986
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12986
  • 5e6cee07 on github
  • Prev Build on master (#12970)
  • Next Build on master (#12990)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc