DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
Reported by xybre on 2008-11-07 21:16 UTC
Converting foo.html to foo.rtf
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted
Converting foo.html to foo.rtf
Segmentation fault
Converting foo.html to foo.rtf
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted
This is with the same file each time, giving a different error.
Reported by xybre on 2008-11-07 21:16 UTC Converting foo.html to foo.rtf terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted
Converting foo.html to foo.rtf Segmentation fault
Converting foo.html to foo.rtf terminate called after throwing an instance of 'std::length_error' what(): basic_string::_S_create Aborted
This is with the same file each time, giving a different error.
Here's my environment:
~/tmp/docfrac-3.1.5$ gcc -v
Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu Thread model: posix gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)