Setup signal handler which dumps backtrace of running threads and
number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log. ok jeremy@
This commit is contained in:
parent
59ed1d7d79
commit
dafe797cbc
19
sysutils/ruby-sigdump/Makefile
Normal file
19
sysutils/ruby-sigdump/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
COMMENT = sets up signal handler which dumps a backtrace
|
||||
|
||||
DISTNAME = sigdump-0.2.4
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = https://github.com/frsyuki/sigdump
|
||||
|
||||
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/ruby-sigdump/distinfo
Normal file
2
sysutils/ruby-sigdump/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sigdump-0.2.4.gem) = C/IXblXBomJ4hiP+XqV8rd1roqvr5eNJ2dXnw6MBDtc=
|
||||
SIZE (sigdump-0.2.4.gem) = 9216
|
3
sysutils/ruby-sigdump/pkg/DESCR
Normal file
3
sysutils/ruby-sigdump/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Setup signal handler which dumps backtrace of running threads and
|
||||
number of allocated objects per class. Require 'sigdump/setup',
|
||||
send SIGCONT, and see /tmp/sigdump-<pid>.log.
|
14
sysutils/ruby-sigdump/pkg/PLIST
Normal file
14
sysutils/ruby-sigdump/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@comment ${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sigdump/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sigdump.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sigdump/setup.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/sigdump.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
x
Reference in New Issue
Block a user