Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mib[3] #48

Closed
giampaolo opened this issue May 23, 2014 · 6 comments
Closed

mib[3] #48

giampaolo opened this issue May 23, 2014 · 6 comments

Comments

@giampaolo
Copy link
Owner

From [email protected] on May 11, 2009 18:24:37

Line 165 of function getcmdargs in file /psutil/arch/bsd/process_info.c should be

    int mib[4];

since lines 194-7 set mib[0..3] to

    mib[0] = CTL_KERN;
    mib[1] = KERN_PROC;
    mib[2] = KERN_PROC_ARGS;
    mib[3] = pid;

Original issue: http://code.google.com/p/psutil/issues/detail?id=48

@giampaolo
Copy link
Owner Author

From [email protected] on May 11, 2009 09:32:01

Thanks for the catch, I've submitted this change as r391

Status: Started

@giampaolo
Copy link
Owner Author

From [email protected] on May 11, 2009 09:33:20

Status: Fixed
Labels: OpSys-FreeBSD

@giampaolo
Copy link
Owner Author

From [email protected] on May 11, 2009 09:37:09

Labels: Milestone-0.1.3

@giampaolo
Copy link
Owner Author

From [email protected] on September 03, 2009 12:48:09

Status: FixedInSVN

@giampaolo
Copy link
Owner Author

From [email protected] on September 17, 2009 01:57:42

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:48:36

Updated csets after the SVN -> Mercurial migration: r391 == revision 047820750566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant