arx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Arx-users] Segfault accessing the publix ArX archive


From: Walter Landry
Subject: Re: [Arx-users] Segfault accessing the publix ArX archive
Date: Sun, 12 Dec 2004 15:26:51 -0500 (EST)

Marc Recht <address@hidden> wrote:
> > Hmm. If you had incorporated the gnomevfs 2.8 change, then it is
> > probably something else.  If you could give the --verbose output, that
> > would be great.
> 
> I've tried to get your latest patches with ArX 2.1,145 and it failed 
> again (log atteched). The directory ArX wants to remove does exist and 
> contains 262 files.

It looks like it is having problems deleting the ,,merge_branches temp
directory.  Specifically, it is not deleting all of the contents of a
directory before deleting the directory.  What happens if you comment
out the destructor in src/arx/include/Temp_Directory.hpp (lines 45-48)

  ~Temp_Directory()
  {
    boost::filesystem::remove_all(path);
  }

Thanks,
Walter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]