Bug#559179: mutextrace: package does not contain any documentation

2013-03-18 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

 I wrote a manual page for the mutextrace utility. Please
 consider including it under the very same license as the rest of
 the source.

 Well done!

Indeed.

   Simon
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iJwEAQECAAYFAlFG/r8ACgkQ0sfeulffv7sBRwP/eNFdQDHBwIdbBd18dk9ROZcS
x+QsBeBxCGSo4+3Mh09KAh9VNoq4lqvK0MgQCjBmxViqBI4J32NJ+WCeT0ATZuI5
tQvmt7SJx5TOerIR5vuqKCvOWx56mrPafW5Nq61JDMdFy/6l4JeCpPNrukVhfoDB
/ci91OjMWNj8N1Agfy0=
=eV0R
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559179: mutextrace: package does not contain any documentation

2013-03-17 Thread Thijs Kinkhorst
Op maandag 11 maart 2013 21:22:28 schreef Helmut Grohne:
 I wrote a manual page for the mutextrace utility. Please consider
 including it under the very same license as the rest of the source.
 You'll find it attached to this mail.

Well done!


Thijs


signature.asc
Description: This is a digitally signed message part.


Bug#559179: mutextrace: package does not contain any documentation

2013-03-11 Thread Helmut Grohne
Control: tags -1 patch

Dear mutextrace maintainer,

On Wed, Dec 02, 2009 at 04:04:27PM +0100, Helmut Grohne wrote:
 The mutextrace package does not contain any documentation. According to
 policy section 12.1. a bug should be reported for a missing manual page
 which is the case. As there is no other documentation in the package it
 degrades the usability and thus the bug is marked as important.

I wrote a manual page for the mutextrace utility. Please consider
including it under the very same license as the rest of the source.
You'll find it attached to this mail.

Helmut
.Dd Mar 11 2013
.Dt mutextrace 1
.Sh NAME
mutextrace - LD_PRELOAD wrapper for tracing pthread mutex acquisition
.Sh SYNOPSIS
.nf
\fBmutextrace\fP \fIprogram options\fP
.fi
.Sh DESCRIPTION
This tool allows you to wrap an existing program and wrap calls to 
\fBpthread_create\fP and \fBpthread_mutex_*\fP to display what is happening.
Specifically creation, locking, unlocking and destruction of mutexes as well as 
creation and termination of threads is displayed.
Note that it does replace \fBpthread_mutex_trylock\fP.
Objects are numbered sequentially numbered at creation and those numbers are 
used to identify them later on.
When a lock is acquired in one thread which is currently held by another 
thread, the ownership transfer is explained.

The \fBmutextrace\fP utility sets up the \fBLD_PRELOAD\fP environment variable 
to load the library into a program to be debugged.
It takes no options on its own and assumes that the first parameter refers to a 
program to be executed.
All further parameters are passed on to the wrapped program.
.Sh SEE ALSO
.Xr pthread_create 3
.Xr pthread_mutex_init 3
.Xr pthread_mutex_lock 3
.Xr pthread_mutex_unlock 3
.Xr pthread_mutex_destroy 3
.Sh AUTHOR
\fBmutextrace\fP was written by Simon Richter simon.rich...@hogyros.de.
This manual page was written by Helmut Grohne hel...@subdivi.de for the 
Debian system (but may be used by others).


Bug#559179: mutextrace: package does not contain any documentation

2009-12-02 Thread Helmut Grohne
Package: mutextrace
Version: 0.1-1
Severity: important

The mutextrace package does not contain any documentation. According to
policy section 12.1. a bug should be reported for a missing manual page
which is the case. As there is no other documentation in the package it
degrades the usability and thus the bug is marked as important.

Helmut



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org