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

micropython / micropython / 12986 / 4
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2020 03:21AM UTC
Files 275
Run time 19s
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

27 Mar 2020 02:59AM UTC coverage: 98.043%. Remained the same
MAKEOPTS="-j4" NAME="unix coverage build and tests"

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

Source Files on job 12986.4 (MAKEOPTS="-j4" NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 44
  • Source Changed 0
  • Coverage Changed 44
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 12610
  • Travis Job 12986.4
  • 5e6cee07 on github
  • Prev Job for MAKEOPTS="-j4" NAME="unix coverage build and tests" on master (#12970.4)
  • Next Job for MAKEOPTS="-j4" NAME="unix coverage build and tests" on master (#12990.4)
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