Feedback
Did this article resolve your question/issue?

   

Article

Segmentation fault with Greenplum ODBC driver.

Information

 
TitleSegmentation fault with Greenplum ODBC driver.
URL Namesegmentation-fault-with-greenplum-odbc-driver
Article Number000178631
EnvironmentProduct : Connect for ODBC Greenplum Wire Protocol driver
Version : All supported versions
Database : Greenplum
OS : Linux
Application : All supported applications
Question/Problem Description
When exeucting a stored procedure with a long comment, the application crashes with a segmentation fault.
Steps to ReproduceCreate SP :
CREATE OR REPLACE FUNCTION fntaxpp_load_csh(p_fileid integer, p_jobrunhistoryid integer)
RETURNS void AS
$BODY$
DECLARE
v_fileid integer;
v_businessdate date;
v_function_name varchar := 'fntaxpp_load_csh';
v_status varchar := 'ELD';
v_jobrunhistoryid integer;
v_filetype varchar := 'CSH';
v_counts int;
BEGIN
v_fileid := p_fileid;
v_jobrunhistoryid := p_jobrunhistoryid;
RAISE NOTICE 'Inserting the Job Run History Start Job Information to taxppload.tbl_filesinfo_history_wrt table Inserting the Job Run History Start Job Information to taxppload.tbl_filesinfo_history_wrt tableInserting the Job Run History Start Job Information to taxppload.tbl_filesinfo_history_wrt tableInserting the Job Run History Start Job Information to taxppload.tbl_filesinfo_history_wrt tableInserting the Job Run History Start Job Information to taxppload.tbl_filesinfo_history_wrt tableInserting the Job Run History Start Job Information to taxppload.tbl_filesinfo_history_wrt ';
END;
$BODY$
LANGUAGE plpgsql VOLATILE SECURITY DEFINER;

Execute in Example :
{call fntaxpp_load_csh (1,1)}
Clarifying Information
Error MessageSegmentation fault
Defect Number
Enhancement Number
Cause
Resolution
Issue does not occur anymore when using Driver manager versionĀ 07.16.0275 and higher.
Workaround
Notes
Last Modified Date1/2/2018 11:37 AM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.