16 Aug
2006
16 Aug
'06
9:07 p.m.
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