|
From: Siddharth N. <si...@gm...> - 2012-08-06 20:23:42
|
On 6 August 2012 14:03, Josef Weidendorfer <Jos...@gm...>wrote: > Am 06.08.2012 19:29, schrieb Siddharth Nilakantan: > >> >> On 6 August 2012 07:56, Josef Weidendorfer <Jos...@gm... >> <mailto:Josef.Weidendorfer@**gmx.de <Jos...@gm...>>> wrote: >> > > > >> (gdb) r --tool=callgrind ./blackscholes ... >> >> This is needed to not confuse the function redirection stuff >> (I think if the --tool option is not given, it partly configures >> for a memcheck run). >> >> I see. I didn't have the latest README_DEVELOPERS from trunk which >> mentions this. >> > > Sorry. > When answering, I thought it was mentioned in README_DEVELOPERS. > But it wasn't. So I added it today ;-) > > May I ask if it actually helped for you? > > Yes, thanks. However, there are some occasions when it segfaults early and I just (gdb) continue which works. The segfault goes away with "handle SIGSEGV SIGILL nostop noprint" > Josef > |