Activity for ZipRec

  • ggrcrsh ggrcrsh modified a comment on a wiki page

    Hi! I'm cutting start of .gz file, and started recover it, using ./ziprec -g file.gz I'm getting segfault. On whole file getting it too. And on cut and whole .zip files getting it too, on reverse function, same as .gz file Stack trace from gdb here: #0 0x000055555557e792 in Fr::BitReverser::reverse<unsigned int> (numbits=2, N=3) at ./framepac/framepac/bits.h:48 mask = <optimized out> high = <optimized out> extra = <optimized out> mask = <optimized out> high = <optimized out> extra = <optimized out>...

  • ggrcrsh ggrcrsh posted a comment on a wiki page

    Hi! I'm cutting start of .gz file, and started recover it, using ./ziprec -g file.gz I'm getting segfault. On whole file getting it too. And on cut and whole .zip files getting it too, on reverse function, same as .gz file Stack trace from gdb here: #0 0x000055555557e792 in Fr::BitReverser::reverse<unsigned int> (numbits=2, N=3) at ./framepac/framepac/bits.h:48 mask = <optimized out> high = <optimized out> extra = <optimized out> mask = <optimized out> high = <optimized out> extra = <optimized out>...

  • Ralf Brown Ralf Brown posted a comment on a wiki page

    The segfault in mklang turns out to be due to a new optimization based on the assumption that 'this' will never be NULL (which my code violates when the linked list is empty). That breaks the implicit guard of the while loop in WordList::eraseList().... Adding guards around those calls in main() in mklang.C fixes the segfault. You can also compile with "make DEBUG=1" as a workaround, since that disables the problematic optimization. e.g. if (frequencies) { frequencies->eraseList() ; frequencies =...

  • Hunter Hunter posted a comment on a wiki page

    OS -- Windows 10 Pro v 1803 build 17134.829 compiler -- gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) Ubuntu bash -- Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic kernel/version: 4.4.0-17134-Microsoft #706-Microsoft Mon Apr 01 18:13:00 PST 2019 I went ahead and made a few changes based on make compiler errors: - Added explicit casts (char andunsigned char as necessary) in frctype2.C, frhtml.C, and frreader.C due to type conversion errors - Added #include <unistd.h> to resolve...

  • Ralf Brown Ralf Brown posted a comment on a wiki page

    Sure, I can try to help you get the program compiled. What is your environment (OS, compiler, etc)? On Sat, Jun 22, 2019 at 4:11 PM Hunter formula-hunter@users.sourceforge.net wrote: My laptop shut down in the middle of a GIt commit and corrupted a handful of files in the repository. I read some of your research and and believe this software could be very helpful for recovering some of these files, but am having problems compiling it. I know this is a few years old but would you be willing to explain...

  • Hunter Hunter posted a comment on a wiki page

    My laptop shut down in the middle of a GIt commit and corrupted a handful of files in the repository. I read some of your research and and believe this software could be very helpful for recovering some of these files, but am having problems compiling it. I know this is a few years old but would you be willing to explain some of the source code to hopefully help with these compilation errors?

1