This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Credentials | |
import CredentialsHTTP | |
import Kitura | |
import HeliumLogger | |
// Initialize HeliumLogger | |
HeliumLogger.use() | |
// Create a new router | |
let router = Router() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: GarageSale [920] | |
Path: /Users/USER/Desktop/GarageSale.app/Contents/MacOS/GarageSale | |
Identifier: com.iwascoding.garagesale7 | |
Version: 7.0 Beta 12 (731) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: GarageSale [920] | |
User ID: 502 | |
Date/Time: 2016-02-28 21:59:21.553 -0600 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filename Regions Miss Cover Functions Executed | |
----------------------------------------------------------------------- | |
...ork/Headers/CFString.h 0 0 nan% 0 nan% | |
...k/Headers/CGGeometry.h 0 0 nan% 0 nan% | |
...ork/Headers/NSBundle.h 0 0 nan% 0 nan% | |
.../Headers/NSException.h 0 0 nan% 0 nan% | |
...eaders/NSObjCRuntime.h 0 0 nan% 0 nan% | |
...include/AssertMacros.h 0 0 nan% 0 nan% | |
...dk/usr/include/Block.h 0 0 nan% 0 nan% | |
...usr/include/MacTypes.h 0 0 nan% 0 nan% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void fireDoneEvent(Iterator<QueueJobObserver> it) | |
{ | |
if (it.hasNext()) | |
{ | |
QueueJobObserver observer = it.next(); | |
fireDoneEvent(it); | |
observer.jobDone(this); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sampling process 55496 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling GitHub Desktop (pid 55496) every 1 millisecond | |
Process: GitHub Desktop [55496] | |
Path: /Applications/GitHub Desktop.app/Contents/MacOS/GitHub Desktop | |
Load Address: 0x10f89d000 | |
Identifier: com.github.GitHub | |
Version: Bae's Branch (210) | |
Code Type: X86-64 | |
Parent Process: ??? [1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sampling process 51185 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling OutBank (pid 51185) every 1 millisecond | |
Process: OutBank [51185] | |
Path: /Applications/OutBank.app/Contents/MacOS/OutBank | |
Load Address: 0x10a145000 | |
Identifier: de.stoegerit.OutBankMac | |
Version: 2.4.3 (32715) | |
Code Type: X86-64 | |
Parent Process: launchd [162] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then, if codesign verifies the app and storeagent says “Unsigned App”, then do this: | |
$ cd /System/Library/Frameworks/Security.framework | |
$ sudo mv PlugIns Versions/Current/PlugIns | |
$ sudo ln -s Versions/Current/PlugIns . | |
and reboot. If that makes the problem go away, you're seeing the same problem we are. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL)outlineView:(NSOutlineView *)outlineView isGroupItem:(id)inItem | |
{ | |
return [inItem isKindOfClass:[NSDictionary class]];<<app crashing on this line | |
} | |
Crash Report: | |
Incident Identifier: B905C1A8-0B07-4084-9B5B-1993F5BEE0EA | |
CrashReporter Key: [TODO] | |
Hardware Model: MacBookAir5,2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date/Time: 2013-04-20 20:32:44 +0200 | |
OS Version: 10.8.4 (Build 12E33a) | |
Architecture: x86_64 | |
Report Version: 11 | |
Command: GarageBuy | |
Path: /Applications/Internet/GarageBuy.app/Contents/MacOS/GarageBuy | |
Version: 3.1 (324) | |
Parent: launchd [173] |