-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge a few crash tickets fix and static linking fix (#198)
* Add debug print out for crash at calling "logEntry.log = [logEntry.log stringByAppendingString:@"\n"];" and "return [BPTreeAssembler sharedInstance].currentTest;". Suspect these two crash are caused by nil pointers * update with coding style changes for previous commit * remove extra debug print out:TOOLS-154094, so far no more report for the two crash points * TOOLS-155868: iOS simulator crash Potential fix for two crash points, suspect both are caused by null pointers Crash point: 10 bluepill 0x000000010a667769 -[BPRunner runWithBPXCTestFiles:] + 1932 (BPRunner.m:228) 11 bluepill 0x000000010a66186a main + 994 (main.m:101) 10 bp 0x000000010b187c01 +[BPUtils runShell:] + 269 (BPUtils.m:182) 11 bp 0x000000010b1a54e1 main + 1234 (main.m:36) * add -s option to xargs for static linking * Removed debug log
- Loading branch information
1 parent
7069db6
commit 86b664e
Showing
5 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
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
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
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
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
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