From 035133028d5be518b51de7dc71638319e1c54ecf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 May 2010 16:32:42 +0200 Subject: fixed typo in doc --- doc/troubleshoot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/troubleshoot.html') diff --git a/doc/troubleshoot.html b/doc/troubleshoot.html index 16b2754b..0f0c7fca 100644 --- a/doc/troubleshoot.html +++ b/doc/troubleshoot.html @@ -113,7 +113,7 @@ the development versions).

Active support from the user base is very important to help us track down those things. Most often, serious problems are the result of some memory misadressing. During development, we routinely use valgrind, a very well and capable memory debugger. This helps us to create -pretty clean code. But valgrind can not detect anything, most importantly not code pathes +pretty clean code. But valgrind can not detect everything, most importantly not code pathes that are never executed. So of most use for us is information about aborts and abort locations.

Unforutnately, faults rooted in adressing errors typically show up only later, so the actual abort location is in an unrelated spot. To help track down the original spot, -- cgit v1.2.3