Port details |
- rubygem-ruby_memcheck Use Valgrind memcheck without going crazy
- 3.0.1 devel =2 3.0.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-08-21 17:15:49
- Last Update: 2025-01-28 17:04:58
- Commit Hash: b151c84
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/Shopify/ruby_memcheck
- Description:
- ruby_memcheck provides a sane way to use Valgrind's memcheck on your native
extension gem.
Valgrind's memcheck is a great tool to find and debug memory issues (e.g. memory
leak, use-after-free, etc.). However, it doesn't work well on Ruby because Ruby
does not free all of the memory it allocates during shutdown. This results in
Valgrind reporting thousands (or more) false positives, making it very difficult
for Valgrind to actually be useful. This gem solves the problem by using
heuristics to filter out false positives.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-ruby_memcheck>0:devel/rubygem-ruby_memcheck
- To install the port:
- cd /usr/ports/devel/rubygem-ruby_memcheck/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-ruby_memcheck
- pkg install rubygem-ruby_memcheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-ruby_memcheck
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736671253
SHA256 (rubygem/ruby_memcheck-3.0.1.gem) = 62d0f0fd20ed887d3269fd6507f6fe626657de4775e7c98acdcae4ff30448c80
SIZE (rubygem/ruby_memcheck-3.0.1.gem) = 16896
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-nokogiri>=0 : textproc/rubygem-nokogiri
- valgrind>=3.20.0,1 : devel/valgrind
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-ruby_memcheck
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|