Bug 424342 - encfs doesn't remount
Summary: encfs doesn't remount
Status: RESOLVED DUPLICATE of bug 412567
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: x86-64 openSUSE 11.0
: P5 - None : Blocker (vote)
Target Milestone: ---
Assignee: Forgotten User sLJ7K2dvxj
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 12:15 UTC by Tuukka Pasanen
Modified: 2008-09-09 06:18 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuukka Pasanen 2008-09-08 12:15:06 UTC
Encfs doesn't remount. When you create filesystem it mount first time but somehow it doesn't work next time it just gives error like this (With GDB)

15:13:36 (main.cpp:515) Root directory: /root/.jes/
15:13:36 (main.cpp:516) Fuse arguments: (daemon) (threaded) (keyCheck) encfs /root/jes/ -s -o use_ino -o default_permissions
[New Thread 0xb7b396d0 (LWP 22094)]
(no debugging symbols found)
encfs: ./boost/spirit/utility/impl/chset/range_run.ipp:123: void boost::spirit::utility::impl::range_run<CharT>::set(const boost::spirit::utility::impl::range<CharT>&) [with CharT = char]: Assert-makro "r.is_valid()" ei pidä paikkaansa.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7b396d0 (LWP 22094)]
0xffffe430 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb7b65900 in raise () from /lib/libc.so.6
#2  0xb7b67238 in abort () from /lib/libc.so.6
#3  0xb7b5e70e in __assert_fail () from /lib/libc.so.6
#4  0xb7df5ffe in boost::spirit::utility::impl::range_run<char>::set () from /usr/lib/libboost_serialization-mt.so
#5  0xb7df699d in boost::spirit::utility::impl::construct_chset<char, char> () from /usr/lib/libboost_serialization-mt.so
#6  0xb7df3e0e in boost::archive::basic_xml_grammar<char>::init_chset () from /usr/lib/libboost_serialization-mt.so
#7  0xb7dfaa91 in boost::archive::basic_xml_grammar<char>::basic_xml_grammar () from /usr/lib/libboost_serialization-mt.so
#8  0xb7e0bd06 in boost::archive::xml_iarchive_impl<boost::archive::xml_iarchive>::xml_iarchive_impl ()
   from /usr/lib/libboost_serialization-mt.so
#9  0xb80315e6 in readV6Config () from /usr/lib/libencfs.so.4
#10 0xb802e0e4 in readConfig_load () from /usr/lib/libencfs.so.4
#11 0xb802f2f3 in readConfig () from /usr/lib/libencfs.so.4
#12 0xb80345f4 in initFS () from /usr/lib/libencfs.so.4
#13 0x08052f53 in ?? ()
#14 0xb7b515f5 in __libc_start_main () from /lib/libc.so.6
#15 0x0804b981 in ?? ()

I assume it something to do with ICU or XML but I could'n understand more..
Comment 1 Tuukka Pasanen 2008-09-09 06:18:31 UTC

*** This bug has been marked as a duplicate of bug 412567 ***