-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in entry_equals <- find_entry_ptr <- hashmap_get <- recurse_create_git_tree #337
Comments
Worked fine in 0.6.2 + patch to fix #315. |
Looks like something is calling into create_git_tree before git_tree_cache has been initialized. |
I can't reproduce with 0.6.3. Would you be able to record your crash with rr? |
What is rr and how do I record it? |
Is rr linux-only? This is on NetBSD. |
Yes, rr is linux-only. |
I can share more information out of the core dump if that would be helpful. For example:
|
That state of git_tree_cache makes no sense. |
git-cinnabar 0.6.3
The text was updated successfully, but these errors were encountered: