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

giampaolo / psutil / 2958 / 1
93%
master: 93%

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

11 Jun 2019 04:04AM UTC coverage: 91.988%. Remained the same
2958.1

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

Source Files on job 2958.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2699
  • Travis Job 2958.1
  • 1087e241 on github
  • Prev Job for on master (#2956.1)
  • Next Job for on master (#2959.1)
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