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

giampaolo / psutil / 2958
93%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2019 04:08AM UTC
Jobs 1
Files 4
Run time 1s
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
2958

push

travis-ci

giampaolo
NetBSD fixes (#1526)

* Fix psutil_get_cmd_args() for NetBSD

Do not overallocate the buffer prompting for KERN_ARGMAX.
It also fixes the code as KERN_ARGMAX was received into a size_t
type, while kernel returned int. It caused argmax to contain
garbage and allocation was randomly crashing with new jemalloc in
the basesystem.

New code prompts for exact buffer size before allocation and
stores argv[] inside it.

Bug investigated by Leonardo Taccari.

* Stop including sys/user.h for NetBSD

This header was removed from the OS as it was empty.

2147 of 2334 relevant lines covered (91.99%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2958.1 11 Jun 2019 04:08AM UTC 0
91.99
Travis Job 2958.1
Source Files on build 2958
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2958
  • 1087e241 on github
  • Prev Build on master (#2956)
  • Next Build on master (#2959)
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