Opened 15 years ago

Closed 14 years ago

#1378 closed Bugs (fixed)

filesystem path invalid name for hidden files (LINUX)

Reported by: r.petrocco@… Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.34.1 Severity: Problem
Keywords: probl. hidden files Cc:

Description

terminate called after throwing an instance of 'boost::filesystem::filesystem_error'

what(): boost::filesystem::path: invalid name ".bashrc" in path: "/etc/skel/.bashrc"

Aborted

I verify that I have the permission to handle the file (read/write/execute)

I can copy not hidden files (without a dot in front)

Please help!!

Change History (3)

in reply to:  description comment:1 by Beman Dawes, 15 years ago

Status: newassigned

Replying to r.petrocco@clustervision.com:

terminate called after throwing an instance of 'boost::filesystem::filesystem_error'

what(): boost::filesystem::path: invalid name ".bashrc" in path: "/etc/skel/.bashrc"

Aborted

I verify that I have the permission to handle the file (read/write/execute)

I can copy not hidden files (without a dot in front)

Please help!!

Can you put together a little program or a code snippet that causes the error?

Also, what compiler are you using? What version?

Thanks,

--Beman

comment:2 by Beman Dawes, 14 years ago

Status: assignednew

comment:3 by Beman Dawes, 14 years ago

Resolution: fixed
Status: newclosed

I wrote a little program to access .bashrc. It ran correctly using boost 1.35.0, so I'm closing this as not longer applicable.

--Beman

Note: See TracTickets for help on using tickets.