[Bug 6085] New: Exception AttributeError presumably from largefiles

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Feb 20 11:11:23 UTC 2019


https://bz.mercurial-scm.org/show_bug.cgi?id=6085

            Bug ID: 6085
           Summary: Exception AttributeError presumably from largefiles
           Product: Mercurial
           Version: 4.9
          Hardware: Macintosh
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: largefiles
          Assignee: bugzilla at mercurial-scm.org
          Reporter: peter.vitt2 at uni-siegen.de
                CC: mercurial-devel at mercurial-scm.org, natosha at gmail.com

Since several days I get this error message:


Exception AttributeError: "'NoneType' object has no attribute 'close'" in
<bound method lfileswirerepository.__del__ of
<hgext.largefiles.proto.lfileswirerepository object at 0x107e90e90>> ignored


The message is only shown when doing a hg operation that reaches for a remote
repository, e.g. `push` or `pull` or `out`, but not `update`. The first time I
saw this was with 4.7.2, but it also occurs with 4.9.

I'm a little helpless here. I tried to dig a little into largefiles extension
to get an idea of what could cause this error, but it seems this problem to
require a deeper understanding of mercurial's internals and/or python than I
can provide.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list