ISQL - "Segmentation fault (core dumped)" after CREATE DATABASE
---------------------------------------------------------------

                 Key: CORE-5362
                 URL: http://tracker.firebirdsql.org/browse/CORE-5362
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 3.0.1
         Environment: Kubuntu 14.04.5 64bit, Firebird 3.0.1 installed from 
Firebird-3.0.1.32609-0.i686.tar.gz.
            Reporter: Gabor Boros


Steps to reproduce:

root@kubuntu:/opt/firebird/bin# ./isql -user SYSDBA employee

Database: employee, User: SYSDBA
SQL> CREATE USER MYADMIN PASSWORD '123' GRANT ADMIN ROLE;
SQL> QUIT;

root@kubuntu:/opt/firebird/bin# ./isql -user MYADMIN employee

Database: employee, User: MYADMIN
SQL> CREATE DATABASE '/home/DB/MYDB.FDB' PAGE_SIZE 4096;
Commit current transaction (y/n)?y
Committing.
SQL> QUIT;
Segmentation fault (core dumped)

root@kubuntu:/opt/firebird/bin#

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

        

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to