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

Database restore may crash the server when DummyPacketInterval is set [CORE2137] #2568

Closed
firebird-automations opened this issue Oct 22, 2008 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: michalk1 (michalk1)

Is related to CORE1357

Server side:
Set DummyPacketInterval in firebird.conf to 60 seconds and restart Firebird.

Client side:
Do not modify firebird.conf here. Leave DummyPacketInterval setting commented out, or set it to 0 (default value). Now restore database through services api, ie.:

gbak -rep -user sysdba -password masterkey -se serverip:service_mgr C:\test.gbk C:\test.fdb

Do not use verbose parameters. The database must be big enough so that the restore process takes more than about 4 minutes. After that time, the server crashes, logfile says that it "terminated abnormally (4294967295)".

Commits: 4c05d2d f947054 512a318

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is related to CORE1357 [ CORE1357 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 2.5 Alpha 1 [ 10224 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 2.0.5 [ 10222 ]

Fix Version: 2.1.2 [ 10270 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.0.5 [ 10222 ] =>

@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

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