$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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