Skip to content
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

v2.1 GBAK crashes the v2.0.x server when attempting to backup a database [CORE1205] #687

Closed
firebird-automations opened this issue Apr 13, 2007 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

The crash is caused by the reference to the field RDB$RELATION_TYPE which doesn't exist in ODS11.0. There are two independent bugs here:
- GBAK refers to a wrong field. Caused by a simple typo in backup.epp.
- Engine doesn't validate wrong field ID (-1) in EVL_field().

Commits: ebc617c 24c402d

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11761 ] => Firebird [ 14333 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment