Cannot move file in shared folder after upgrade to PD16

Discussion in 'Linux Virtual Machine' started by YanK, Aug 18, 2020.

Tags:
  1. ParallelsU460

    ParallelsU460 Bit poster

    Messages:
    4
    The latest update still has not fixed this issue :
    Version 16.1.2 (49151)
     
  2. ParallelsU460

    ParallelsU460 Bit poster

    Messages:
    4
    The latest update still has not fixed this issue :
    Version 16.1.3 (49160)
     
  3. (GalaxyMaster)

    (GalaxyMaster) Hunter

    Messages:
    119
  4. DavidD52

    DavidD52 Bit poster

    Messages:
    1
    I am still seeing this issue. Is there a fix planned for that?
     
  5. AdahAbigail2_

    AdahAbigail2_ Bit poster

    Messages:
    2
    I think there is an issue with how Parallels are parsing the mount options (they are using strsep() for this and the function is destructive to its first argument), but right now the module works after I recompiled, unloaded, and loaded it back zillion times. There is a chance that the memory is actually corrupted somewhere (I had a version of the module where it was duplicating the option string before feeding it through strsep() and it was the first iteration that actually worked).
     
  6. AdahA

    AdahA Bit poster

    Messages:
    3
    function is destructive to its first argument), but right now the module works after I recompiled, unloaded, and loaded it back zillion times. There is a chance that the memory is actually corrupted somewhere
     

Share This Page