ISQL issues warning: "Bad debug info format" when connect to database with stored function after it's restoring ---------------------------------------------------------------------------------------------------------------
Key: CORE-4480 URL: http://tracker.firebirdsql.org/browse/CORE-4480 Project: Firebird Core Issue Type: Bug Components: ISQL Affects Versions: 3.0 Alpha 2 Reporter: Pavel Zotov Priority: Minor 1. Create new database and run the following DDL: set term ^; create or alter function fn_a returns varchar(10) as begin return 'tratata'; end ^ create or alter procedure sp_a as declare s varchar(10); begin s=fn_a(); end ^ set term ;^ commit; QUIT; 2. Create .fbk from this database and restore it (e.g. into: tmptest_bad_debug_info.restored.fdb ) . 3. Make connect to restored database: $ /opt/fb30trnk/bin/isql /var/db/fb30/tmptest_bad_debug_info.restored.fdb Database: /var/db/fb30/tmptest_bad_debug_info.restored.fdb SQL> execute procedure sp_a; Bad debug info format PS. Reproduced on: LI-T3.0.0.31204 WI-T3.0.0.31202 -- 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 ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel