[Pcsclite-git-commit] [website] 02/02: ccid.html: Add gdb backtrace instructions

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat Jan 23 12:57:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 0cdadc6f71a4e35b0a43a0dcab3ccbaa7f132f35
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Jan 22 14:38:50 2016 +0100

    ccid.html: Add gdb backtrace instructions
---
 ccid.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/ccid.html b/ccid.html
index c131cc1..ba6e3f6 100644
--- a/ccid.html
+++ b/ccid.html
@@ -220,6 +220,19 @@ make</pre>
 
 	</ul>
 
+	<h3>gdb backtrace</h3>
+
+	<p>If you experience a crash of pcscd it is useful for me to have a
+	backtrace.</p>
+
+<pre>$ gdb pcscd
+(gdb) set args --foreground --debug --apdu
+(gdb) run
+wait for the crash to happen
+(gdb) backtrace</pre>
+
+	<p>Then copy/paste the complete output in your bug report.</p>
+
 	<p><a href="http://flattr.com/thing/52836/CCID-free-software-driver"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width=100 height=17></a></p>
 
 	<h2 id="lists">Mailing list</h2>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list