> Version: 0.530-1
> when packing filenames with spaces there is an error:
>
> $ lrzip -o ~/temp/foo.txt.lrz tests/data/foo\ .txt
> Failed to munmap in remap_high_sb
> Invalid argument
> Fatal error - exiting

Thank you for the report:

    $ uname -a
    Linux picasso 2.6.32-5-amd64 #1 SMP Fri Sep 17 21:50:19 UTC 2010 x86_64 
GNU/Linux

    $ apt-cache policy lrzip
    lrzip:
      Installed: 0.45-1

    $ touch "a b.txt"
    $ lrzip -o test.lrz a\ b.txt
    a b.txt - Compression Ratio: 0.000. Average Compression Speed:  0.000MB/s.
    Total time: 00:00:00.000

As I have difficulties in reproducing this even with old version, so
could you help us by running the program in your environment with
tracing enabled. Please send log as attachment to
<[email protected]>:

    file="a b.txt"
    log=strace.log

    touch $log $file

    strace -o $log test.lrz $file

Thanks,
Jari



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to