8000 SIGABRT due to git__free when cloning a repository · Issue #2384 · libgit2/libgit2 · GitHub
[go: up one dir, main page]

Skip to content
SIGABRT due to git__free when cloning a repository #2384
Closed
libgit2/objective-git
#371
@SquaredTiki

Description

@SquaredTiki

On rare occasions when cloning a repository my app (which uses Objective-Git but this issue seems to lie in the libgit2 library itself) crashes with the following stack trace:

Thread : Crashed: com.apple.root.default-priority
0  libsystem_kernel.dylib         0x39ed21f0 __pthread_kill + 8
1  libsystem_pthread.dylib        0x39f3a7b7 pthread_kill + 58
2  libsystem_c.dylib              0x39e82ff9 abort + 76
3  libsystem_malloc.dylib         0x39f00731 purgeable_ptr_in_use_enumerator
4  libsystem_malloc.dylib         0x39f009f3 free_tiny_botch + 66
5  MyApp                       0x00128573 git__free
6  MyApp                       0x001283a7 set_error
7  MyApp                       0x0012853d giterr_clear
8  MyApp                       0x0010b6e1 git_attr_cache__push_file
9  MyApp                       0x0010a87b collect_attr_files
10 MyApp                       0x0010aa9f git_attr_get_many
11 MyApp                       0x0012c56b filter_list_check_attributes
12 MyApp                       0x0012c375 git_filter_list_load
13 MyApp                       0x00112f1f blob_content_to_file
14 MyApp                       0x00112d5b checkout_write_content
15 MyApp                       0x0011331d checkout_blob
16 MyApp                       0x00111d05 checkout_create_the_new
17 MyApp                       0x001112ff git_checkout_iterator
18 MyApp                       0x0011236f git_checkout_head
19 MyApp                       0x001151b3 git_clone_into
20 MyApp                       0x00115757 git_clone
21 MyApp                       0x000f69d9 +[GTRepository cloneFromURL:toWorkingDirectory:options:error:transferProgressBlock:checkoutProgressBlock:]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0