-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#59] Bug fixes and last minute changes
1. Fix ydb_exit() to properly allow a call with process_exiting set so long as gtm_startup_active is also set. 2. Change all SKIP_BASE_FRAME invocations to SKIP_BASE_FRAMES and make the new macro be able to unwind past adjacent base frames of same or dissimilar types. 3. Visit all places where SFT_CI is used to make sure they are able to jump both TRIGGER and call-in base frames if that is appropriate (additional uses of SKIP_BASE_FRAMES was used in this effort). 4. Reverted gtm_filename_to_id() to what it was before (logic wise) undoing the attempt to return an error code. 5. Modified ydb_file_name_to_id() to no longer be a wrapper for gtm_filename_to_id() but now has simliar logic in that DOES return an error code. 6. The -1 return codes from ydb_thread_is_main() and ydb_file_is_identical() are changed to YDB_NOTOK which is an error code added to libyottadb.h (not a real error - just a value like YDB_LOCK_TIMEOUT). 7. Added invocation to create the YDB_FATAL_ERROR file when a fatal error is encountered in simpleAPI.
- Loading branch information
Showing
17 changed files
with
128 additions
and
98 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
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
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
Oops, something went wrong.