You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crash of ISQL (not server) is reproduced when make connect by ISQL of WI-V2.5.1.26351.
After ISQL crash firebird.log contains: INET/inet_error: read errno = 10054
The text was updated successfully, but these errors were encountered:
Test Details: Crash of ISQL (not server) is reproduced when make connect by ISQL of WI-V2.5.1.26351.
After ISQL crash firebird.log contains: INET/inet_error: read errno = 10054
Submitted by: @pavel-zotov
Attachments:
core-isql.zip
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)
Commits: c036c65 58dfe8a
====== Test Details ======
Crash of ISQL (not server) is reproduced when make connect by ISQL of WI-V2.5.1.26351.
After ISQL crash firebird.log contains: INET/inet_error: read errno = 10054
The text was updated successfully, but these errors were encountered: