File: comment_6_0fc6e261c00f1df8698c92c8de6f3a27._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="strmd"
 avatar="http://cdn.libravatar.org/avatar/035707b9756129bbdea6b36a7f7b38d3"
 subject="comment 6"
 date="2021-05-07T20:00:07Z"
 content="""
Seeing some strange things lately, I believe it started after updating to macOS 11.3. Some git annex commands work fine (like `git annex àdd` or copying to a remote), others (like `git annex sync`, the webapp) throw errors like this:

    git-annex(55965,0x2046f9e00) malloc: can't allocate region
    :*** mach_vm_map(size=1048576, flags: 100) failed (error code=268435465)
    git-annex(55965,0x2046f9e00) malloc: *** set a breakpoint in malloc_error_break to debug
    git-annex: git: createProcess: runInteractiveProcess: exec: resource exhausted (Cannot allocate memory)

I'm using `8.20210331-g1fb59a63a` from the .dmg provided here. I realize it's a bit of a hack setup so I haven't really investigated much yet, just wondering if someone knows what may be going on.
"""]]