mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
10 lines
380 B
Text
10 lines
380 B
Text
Tipper is a small utility for dumping `stack tracebacks`_ of running
|
|
Python processes.
|
|
|
|
Included is a module that, when imported, installs a `signal handler`_
|
|
for `SIGUSR1`_. Running ``kill -SIGUSR1 [pid]`` will cause the process
|
|
to dump the current stack trace of each thread to
|
|
``$TMPDIR/tipper-[Unix timestamp]-[parent pid]-[pid].log``.
|
|
|
|
WWW: https://pypi.org/project/tipper/
|
|
|