Firebird crash when executing an stored procedure called by a trigger that converts string to upper ---------------------------------------------------------------------------------------------------
Key: CORE-4123 URL: http://tracker.firebirdsql.org/browse/CORE-4123 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 2.5.2 Update 1, 2.5.2 Environment: Windows 2008 Server, Database ISO8859_1 Reporter: Jesus Angel Garcia Zarco Priority: Critical I have a table with a trigger before insert that calls a strored procedure. Inside the stored procedure is executed, uResult = upper(Result), where Result is a varchar(40) input variable, that comes from a row table field value. If the stored procedure parameter is 'ÿÿÿÿ', when an insert is executed in the table, firebird crash. Also, If I try to run select upper( 'ÿ' ) from rdb$database, returns "arithmethic exception, string truncation or numeri overflow..". When this error raises inserting a row in the table, after the exception is raised, Firebird terminates abnormally. -- 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 ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel