Add an instruction about stacktrace on x86-64 in INSTALL file. Basically, this
author <shinichiro.hamaji@gmail.com> <>
Tue, 18 Nov 2008 11:28:39 +0000 (11:28 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Tue, 18 Nov 2008 11:28:39 +0000 (11:28 +0000)
commitc9c8d24b2672babf77d1260d9003bec8fdbf4334
tree5336c800bedf3a03dc1bf8c14116ab7f69c287a7
parenta00ca9b038f72990cd7ef1a0dbba802f234fbb16
Add an instruction about stacktrace on x86-64 in INSTALL file. Basically, this
note was copied from google-perftools's notice (google-perftools/INSTALL).  I
modified the notice because the situation around stacktracer is a bit different
between glog and perftools.  Perftool's tcmalloc hooks malloc and its
stacktracer must not call malloc.  In glog, stacktracer with malloc can be an
issue only when users use InstallFailureSignalHandler() and a signal is raised
inside malloc.

git-svn-id: https://google-glog.googlecode.com/svn/trunk@19 eb4d4688-79bd-11dd-afb4-1d65580434c0
INSTALL