24 Aug
2005
24 Aug
'05
7:49 a.m.
Philippe Després wrote:
I am using linux gcc 4.01, boost-1.33 on an amd 64 machine. I use program_options to retrieve a string from a config file but get a crash like this when I notify():
<snip> To facilitate hunting this down, I would recommend you get yourself a copy of the latest valgrind, which finally supports amd64 and let your program run under the control of valgrind. I'm pretty sure it will point right at the cause of the error. Markus