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

Mailformed string error in case of the appeal to monitoring tables [CORE3943] #4276

Closed
firebird-automations opened this issue Oct 2, 2012 · 12 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @sim1984

Error in case of the appeal to monitoring tables when OS username is non-ASCII

select *
from MON$ATTACHMENTS

Invalid token.
Malformed string.

Commits: f2a72c8 FirebirdSQL/fbt-repository@e23d2e3

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

What was the client lib version? Any chance that either the hostname or the OS user name is non-ASCII, e.g. cyryllic?

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @sim1984

The client library is specified there where Firebird 3, i.e. the same version is set. OS user name is non-ASCII, i.e. cyrillic. Host name is ASCII.

The most interesting that the same error arises in case of the appeal to any table of monitoring

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Did not reproduce on linux + isql

@firebird-automations
Copy link
Collaborator Author

Modified by: @sim1984

description: Error in case of the appeal to monitoring tables

select *
from MON$ATTACHMENTS

Invalid token.
Malformed string.

=>

Error in case of the appeal to monitoring tables when OS username is non-ASCII

select *
from MON$ATTACHMENTS

Invalid token.
Malformed string.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

I know the reason of this issue and will fix it early the next week, once I'm back from vacation.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: In Progress [ 3 ] => Open [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 3.0 Initial [ 10301 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

Component: API / Client Library [ 10040 ]

Component: Engine [ 10000 ]

Version: 3.0 Alpha 1 [ 10331 ] =>

@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

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Cannot be tested

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