Trace config with misplaced "{" lead firebird to crash
------------------------------------------------------

                 Key: CORE-5706
                 URL: http://tracker.firebirdsql.org/browse/CORE-5706
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine, SVCMGR, TRACEMGR
    Affects Versions: 3.0.2
            Reporter: Pavel Zotov
         Attachments: 
gdb-trace-config-with-misplaced-opening-brace-crashes-firebird-process.txt.7z

1) create trivial trace config:
cat -n /opt/scripts/1trace.fb30.conf
     1  database = (%[\\/](security3).fdb|(security.db))
     2      enabled = false
     3  {
     4  }

NOTE: opening brace "{" is on wrong place (line #3), it must be above "enabled 
= false" (line #2)

2) launch trace (fbsvcmgr action_trace_start ...)

3) /opt/firebird/bin/isql localhost/3050:employee -q -user sysdba -pas masterkey
Statement failed, SQLSTATE = 08004
connection rejected by remote interface

Stack trace see in attached .7z



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to