On Tue, 20 Oct 2009, Pavel Ivanov wrote:

> To: General Discussion of SQLite Database <sqlite-users@sqlite.org>
> From: Pavel Ivanov <paiva...@gmail.com>
> Subject: Re: [sqlite] Crash on freeing mutex in sqlite3.c
> 
> When I say "path ... completely irrelevant" it means path doesn't
> cause the error and it doesn't matter at all what path you're giving -
> you can pass an empty path and the error will still persist.
>
> ddd or gdb or whatever debugger you use - it doesn't show you memory
> access errors in your program (I heard totalview can do something like
> that but I didn't try that). But if you run your program under
> valgrind it will show you those types of errors. So go ahead and do
> it.
>
> Pavel

Eclipse and the CDT plugin allows you to look into memory 
locations in C/C++ if that helps. Not quite the same as 
valgrind does, but may be of some use.

Check out the fourth one down on this page, for the C 
development tools:

http://www.eclipse.org/downloads/

Kind Regards,

Keith Roberts

-----------------------------------------------------------------
Websites:
http://www.php-debuggers.net
http://www.karsites.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-----------------------------------------------------------------
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to