bugcheck + coredump when recreate GTT with FK references on it`s PK and
definition together with ref. field
-----------------------------------------------------------------------------------------------------------
Key: CORE-3835
URL: http://tracker.firebirdsql.org/browse/CORE-3835
Project: Firebird Core
Issue Type: Bug
Components: Engine
Reporter: Pavel Zotov
Attachments: core_isql.zip
[firebird@firebirdG]$ isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'td1.fdb'; commit;
SQL> show version;
ISQL Version: LI-V2.5.2.26390 Firebird 2.5
Server version:
Firebird/linux AMD64 (access method), version "LI-V2.5.2.26390 Firebird 2.5"
on disk structure version 11.2
SQL> recreate global temporary table ttt$t1(id int);
SQL> commit;
SQL> recreate global temporary table ttt$t1 (
CON> id int primary key
CON> ,ref_id int
CON> ,constraint ttt$fk foreign key (ref_id) references ttt$t1(id)
CON> );
Aborted (core dumped)
Backtrace of coredump please see in attach.
--
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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel