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

Make all kernel object names in the same namespace [CORE2586] #2996

Closed
firebird-automations opened this issue Aug 8, 2009 · 7 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Commits: 7296736 f9265d3 3b4a374 0ba7ae6 e393abb

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Fix Version: 2.5 RC1 [ 10362 ]

Component: Engine [ 10000 ]

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Version: 2.5 Beta 2 [ 10300 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

For client-server and server-server syncronization Firebird used various named kernel objects (such as Events, Mutexes, Memory-mapped files, etc).
To work properly objects created by some process must belong to the same namespace.
The bug is that some objects was created with and some without explicitly set namespace.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Cannot be tested

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