Bug 207457 - pgrep OR libkvm - cannot get process list (Bad address)
Summary: pgrep OR libkvm - cannot get process list (Bad address)
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 9.3-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2016-02-24 10:39 UTC by Wojciech Sychut
Modified: 2016-02-24 15:38 UTC (History)
1 user (show)

See Also:


Attachments
script fragment (112 bytes, text/plain)
2016-02-24 10:39 UTC, Wojciech Sychut
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Sychut 2016-02-24 10:39:04 UTC
Created attachment 167358 [details]
script fragment

pgrep(1) command would occasionally output "pgrep: Cannot get process list (kvm_getprocs: Bad address)" when issuing `pgrep -f $0` from a script.
It has failed 3 times during a week period, in which the script was run from cron(8) every minute.
I wasn't able to replicate the issue manually in any kind of loop.