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

Remove duplication of ascii_char(13) from the output of trace [CORE4891] #1947

Closed
firebird-automations opened this issue Jul 30, 2015 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pavel-zotov

Please remove duplicated 0xD character from trace output -- see attached file.
Currently, in order to reduce size of trace log and improve its readability one need to use pipe to sed.exe, and this is inconveniently:

fbtracemgr -sta -c my_trace.conf -se localhost:service_mgr | sed "s/\r$//" >my_trace.log

====== Test Details ======

See CORE5477

@firebird-automations
Copy link
Collaborator Author

Commented by: @pavel-zotov

> see attached file.

Sorry, get some exception from JIRA when trying to attach file.
This is link:

https://yadi.sk/i/eAhFtu1RiAiiE

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Covered by another test(s)

Test Details: See CORE5477

Test Specifics: [Platform (Windows/Linux) specific]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

resolution: Fixed [ 1 ]

Fix Version: 4.0 Alpha 1 [ 10731 ]

Fix Version: 3.0.2 [ 10785 ]

Fix Version: 2.5.7 [ 10770 ]

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