-
Notifications
You must be signed in to change notification settings - Fork 79
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
Error when opening a repository #72
Comments
Could post the output for:
It would also be interesting to see the difference between git 1.6.5 and 1.7.2 Or send me the repo? |
Hmm... looks like something is broken in the repo (or in git 1.7.2). I get the following with git 1.7.2: fatal: missing object 0000000000000000000000000000000000000000 for refs/remotes/yorktown/HEAD |
I can reproduce this using git 1.7.4, 1.7.1.4. Doesn't seem to be repo-specific though. The above command "git for-each-ref..." lists commits just fine.
(github parses the shas and adds <a href= here) |
I'm getting the following error when opening a repository:
2010-11-05 09:10:08.433 GitX[79842:903] HIToolbox: ignoring exception '*** -[NSCFDictionary setObject:forKey:]: attempt to insert nil key' that raised inside Carbon event dispatch
(
0 CoreFoundation 0x00007fff83588cc4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff87f7e0f3 objc_exception_throw + 45
2 CoreFoundation 0x00007fff83588ae7 +[NSException raise:format:arguments:] + 103
3 CoreFoundation 0x00007fff83588a74 +[NSException raise:format:] + 148
4 Foundation 0x00007fff8432fa5c -[NSCFDictionary setObject:forKey:] + 164
5 GitX 0x00000001000088d0 -[PBGitRepository reloadRefs] + 580
6 GitX 0x0000000100007845 -[PBGitRepository setup] + 188
7 GitX 0x0000000100007522 -[PBGitRepository readFromURL:ofType:error:] + 519
8 AppKit 0x00007fff8593cb26 -[NSDocument initWithContentsOfURL:ofType:error:] + 265
9 AppKit 0x00007fff859483a0 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 332
10 AppKit 0x00007fff85948190 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 734
11 AppKit 0x00007fff85946b9d -[NSDocumentController _openDocumentsWithContentsOfURLs:display:presentErrors:] + 148
12 AppKit 0x00007fff85765152 -[NSApplication sendAction:to:from:] + 95
13 AppKit 0x00007fff857896be -[NSMenuItem _corePerformAction] + 365
14 AppKit 0x00007fff85789428 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
15 AppKit 0x00007fff85a0d41d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
16 AppKit 0x00007fff858bf217 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
17 AppKit 0x00007fff8576bc14 NSSLMMenuEventHandler + 321
18 HIToolbox 0x00007fff82a79997 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1002
19 HIToolbox 0x00007fff82a78ee6 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 395
20 HIToolbox 0x00007fff82a96ba9 SendEventToEventTarget + 45
21 HIToolbox 0x00007fff82ac5cd1 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 387
22 HIToolbox 0x00007fff82af2b06 SendMenuCommandWithContextAndModifiers + 56
23 HIToolbox 0x00007fff82af2abe SendMenuItemSelectedEvent + 101
24 HIToolbox 0x00007fff82af29be ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 150
25 HIToolbox 0x00007fff82ad3cb3 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 467
26 HIToolbox 0x00007fff82ad3408 _HandleMenuSelection2 + 453
27 AppKit 0x00007fff8563cc39 _NSHandleCarbonMenuEvent + 236
28 AppKit 0x00007fff8561074e _DPSNextEvent + 1908
29 AppKit 0x00007fff8560fbed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
30 AppKit 0x00007fff855d58d3 -[NSApplication run] + 395
31 AppKit 0x00007fff855ce5f8 NSApplicationMain + 364
32 GitX 0x0000000100001cb4 start + 52
)
This is when running with the latest experimental with git 1.7.2:
GitX version 0.7.1 (v0.7.1-233-g59c4983)
Using git found at /opt/local/bin/git, version 1.7.2
If works fine if I run it with git 1.6.5.1
The text was updated successfully, but these errors were encountered: