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

Crash when dealing with a string literal longer than 32K [CORE1112] #1532

Closed
firebird-automations opened this issue Jan 29, 2007 · 11 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

Is related to QA51

Two different crashes having the same nature:

1) select * from rdb$database where 'abc...' = 'a'
2) select * from rdb$database where 'abc...' containing 'a'

(replace ellipsis with a string literal longer than 32K)

Commits: 117b30c bbd2aec

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Test added, but can't really confirm the fix for 2.1 Alpha 1. It doesn't crash the server, but it results in lost connection on client.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Please try the latest snapshot. The official Alpha 1 has problems with SQL queries longer than 8K.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1 Beta 1 [ 10141 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.1 Alpha 1 [ 10150 ]

Fix Version: 2.1 Beta 1 [ 10141 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA51 [ QA51 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Fix confirmed, test added.

@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 [ 11545 ] => Firebird [ 14600 ]

@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 => Done successfully

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