-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul Simon wrote:
> Is this a bug? Or do I need to compile the source differently than what the 
> README file directs?

The chances that you found a bug in SQLite that noone else nor the test
suite nor valgrind has hit is vanishingly small :-)

> sqlite 3.6.1
> mac ox 10.4 power-pc

If you can run Linux then use valgrind (which supports PowerPC
processors as well).  It will tell you precisely what the problem is,
including stack traces.

There is a debugging malloc library on MacOS known as gmalloc (guard
malloc) which may help locate the problem as well, but is nowhere near
as sophisticated or useful as valgrind.

http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/libgmalloc.3.html

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIq2qkmOOfHg372QQRArJeAJ9xNwESakP1000+66OVZYjatrSD/ACbBhMI
2mPhZirGIH74J6D/2JAOnEM=
=87VK
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to