Bug 234688 - devel/p5-Proc-ProcessTable Fix improper values being returned
Summary: devel/p5-Proc-ProcessTable Fix improper values being returned
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks: 234744
  Show dependency treegraph
 
Reported: 2019-01-07 09:58 UTC by Zane C. Bowers-Hadley
Modified: 2019-01-08 15:33 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments
svn diff (1.30 KB, patch)
2019-01-07 09:58 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2019-01-07 09:58:32 UTC
Created attachment 200861 [details]
svn diff

Was working on removing BSD::Process from use in Proc::Process::Colorizer and this is something that needed fixed as it returned improper values sometimes for the size as the wrong integer type was being used. Would occasionally get negative numbers for large procs.

Reported upstream as well. No clue when it will be fixed.

https://rt.cpan.org/Ticket/Display.html?id=128189
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-08 15:32:10 UTC
A commit references this bug:

Author: swills
Date: Tue Jan  8 15:32:00 UTC 2019
New revision: 489710
URL: https://svnweb.freebsd.org/changeset/ports/489710

Log:
  devel/p5-Proc-ProcessTable: Fix improper values being returned

  PR:		234688
  Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>

Changes:
  head/devel/p5-Proc-ProcessTable/Makefile
  head/devel/p5-Proc-ProcessTable/files/
  head/devel/p5-Proc-ProcessTable/files/patch-os-FreeBSD-kvm.h
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-08 15:33:25 UTC
Committed, thanks!