Boost logo

Boost :

From: Brian Hassink (bhassink_at_[hidden])
Date: 2006-12-31 09:37:01


Thanks Takeshi,

I was starting to suspect this may be the case as well, but had not yet accessed the other machine on which this works to confirm the version of gcc/g++ installed there.

-Brian

-----Original Message-----
From: boost-bounces_at_[hidden] on behalf of Takeshi Mouri
Sent: Sun 12/31/2006 12:43 AM
To: boost_at_[hidden]
Subject: Re: [boost] [filesystem] crash under cygwin
 
Brian wrote:
> I have a latest cygwin installation (1-5-23-2) with the latest boost
> package (1.33.1-2). With the following test case...
>
> #include <boost/filesystem/operations.hpp>
>
> int main(int argc, char** argv)
> {
> boost::filesystem::path path1("/etc"); // ok
> boost::filesystem::path path2("/tmp"); // boom!
> }
>
> ...I'm seeing a crash when the second path object is created...

I also tested it on the following environment:
- cygwin 1.5.23-2
- gcc-g++ 3.4.4-3
- boost 1.33.1-2
The result was a crash.

But it worked correctly if it links with the library built by bjam.
I think that it is a cause that the version of gcc-g++ package
used to build boost and the present version are different.

Regards,
Takeshi Mouri
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk