isql: zero divide + coredump when use "-pag 0" command switch  & set heading on 
inside .sql script
--------------------------------------------------------------------------------------------------

                 Key: CORE-3810
                 URL: http://tracker.firebirdsql.org/browse/CORE-3810
             Project: Firebird Core
          Issue Type: Bug
            Reporter: Pavel Zotov


input file (`fld.sql`):
-----------
set heading on;
select rdb$field_name from rdb$fields;b
-----------

Try to extract all field names from new database
-- file = 'fld.sql':
create database 't1.fdb'; commit;
exit;

Command:

bash-3.2$ isql t1.fdb -pag 0 -i fld.sql > fld_o.txt
Floating point exception (core dumped)


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

        

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to