FB 3.0 craches on EXIT (or QUIT) command if use UTF8-collation + create domain 
based on it + issue SHOW DOMAIN
--------------------------------------------------------------------------------------------------------------

                 Key: CORE-4557
                 URL: http://tracker.firebirdsql.org/browse/CORE-4557
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0 Alpha 2
            Reporter: Pavel Zotov
         Attachments: e255_appcompat.zip

ISQL Version: WI-T3.0.0.31334 Firebird 3.0 Alpha 2
Server version:
WI-T3.0.0.31334 Firebird 3.0 Alpha 2
WI-T3.0.0.31334 Firebird 3.0 Alpha 2/tcp (IT_test)/P13:C
WI-T3.0.0.31334 Firebird 3.0 Alpha 2/tcp (IT_test)/P13:C

The following script being run on new database will lead to FB crash if 
UNCOMMENT statement: 'show domain'.
Crash seems on EXIT command (also on QUIT one):

create collation name_coll for utf8 from unicode CASE INSENSITIVE;
create collation nums_coll for utf8 from unicode CASE INSENSITIVE 
'NUMERIC-SORT=1';
commit;

create domain dm_name as varchar(80) character set utf8 collate name_coll;
create domain dm_nums as varchar(20) character set utf8 collate nums_coll;
commit;

--show domain;  -- FB crashes if this will be uncommented
exit; 

PS. OS: Win XP 2002 SP 3.

-- 
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

        

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to