[Quickfix-developers] Problem with 1.9.0
Brought to you by:
orenmnero
From: Franco S. <f.s...@fi...> - 2004-09-10 08:04:36
|
Hi all, I have a problem with the latest quickfix version. I'm using solaris 8 with g++ 3.4.0. I have compiled the library and the tradeclient example: ./tradeclient cfg/tradeclient.cfg (from quickfix_home/bin) program core when the cfg file is read. This is the what gdb report: (gdb) where #0 0xff31c454 in std::_Rb_tree<std::string, std::pair<std::string const, std::string>, std::_Select1st<std::pair<std::string const, std::string> >, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > >::find(std::string const&) const (this=0xffbef27c, __k=@0xff369bd8) at stl_tree.h:496 #1 0xff2ddacc in FIX::Dictionary::getString(std::string const&, bool) const (this=0xffbef278, key=@0xff369bd8, capitalize=false) at stl_map.h:513 #2 0xff2e8be8 in FIX::operator>>(std::istream&, FIX::SessionSettings&) (stream=@0xffbef278, s=@0xff369bd8) at Fields.h:40 Thanks for your help. Franco Sabini |