Boost logo

Boost Users :

From: Eric Hill (eric_at_[hidden])
Date: 2006-08-16 17:07:16


Does anyone have any suggestions on how I can fix/diagnose/troubleshoot
this little problem?

11 std::cout << "Parsing folder " << folder_name << std::endl;
(gdb) n
Parsing folder testing
12 boost::filesystem::path folder(folder_name,
boost::filesystem::native);
(gdb) n
13 boost::filesystem::path message_to = folder / ".to";
(gdb) n

Program received signal SIGABRT, Aborted.
0x4040583b in raise () from /lib/tls/libc.so.6
(gdb)

TIA,
Eric


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net