| Summary: | Add "pstack" command to FreeBSD | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Peter Edwards <peter.edwards> | ||||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 4.5-PRERELEASE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Peter Edwards
2002-01-14 13:00:04 UTC
After comments from a committer, I've: removed a dependance on MAXDSIZ (I found a much better way of finding the same information) added support for core files. Made it somewhat more style(9) compliant. I haven't totally digested style(9), but this should be much closer to meeting its requirements. I doubt I'll have too much time to play more with this, but comments are always appreciated. -- Peter. Works for me under FreeBSD 4.4-RELEASE also, there's also a nice manual page. The hardest part was getting the program extracted from that hideous MIME encoding. I put it up at http://www.freebsd-corp-net-guide.com/software/pstack-prBIN-33873.tar.gz so that any other interested parties don't have to go through the MIME-extraction process (gnats is pretty harsh on this sort of thing I'm afraid) where it can stay until either the core puts it into the distribution, or future changes to FreeBSD break it. I don't believe this is a candidate for ports - it's way too system/version dependent. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com Before anyone commits or reviews this, give me a shout for the "latest
version". I've done some cleanups, fixed a few minor bugs, and made it
work for running linux executables.
Ted Mittelstaedt wrote:
>
> Works for me under FreeBSD 4.4-RELEASE also, there's also a nice manual page.
> The hardest part was getting the program extracted from that hideous MIME
> encoding. I put it up at
>
> http://www.freebsd-corp-net-guide.com/software/pstack-prBIN-33873.tar.gz
>
> so that any other interested parties don't have to go through the
> MIME-extraction process (gnats is pretty harsh on this sort of thing
> I'm afraid) where it can stay until either the core puts it into the
> distribution, or future changes to FreeBSD break it.
>
> I don't believe this is a candidate for ports - it's way too system/version
> dependent.
>
> Ted Mittelstaedt tedm@toybox.placo.com
> Author of: The FreeBSD Corporate Networker's Guide
> Book website: http://www.freebsd-corp-net-guide.com
latest version has been placed in the referenced URL. Ted State Changed From-To: open->closed superseded by pr/37632 (in ports category) |