Skip to Content.
Sympa Menu

freetds - [freetds] Segmentation Fault in error handler

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Raymond R Rankins <rrr03 AT health.state.ny.us>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Segmentation Fault in error handler
  • Date: Wed, 11 May 2011 16:12:42 -0400

I'm testing out fisql to run some queries and when there's an error with
severity > 10 which invokes the error handler, it's causing a segmentation
fault and dumping the core.
This is happening if I connect to SQL Server or to Sybase.

Below are examples of what's happening:

Error raised in SQL Server
----------------------------------------------
Msg 2812, Level 16, State 62:
Server 'CHPLUSSQL01', Line 1:
Could not find stored procedure 'sp_modifystats'.
DB-LIBRARY error:
General SQL Server error: Check messages from the SQL Server
Segmentation Fault - core dumped


Error raised in Sybase
----------------------------------------------
Msg 2812, Level 16, State 5:
Server 'CHPDEV', Line 1:
Stored procedure 'sp_modstats' not found. Specify owner.objectname or use
sp_help to check whether the object exists (sp_help may produce lots of
output).

DB-LIBRARY error:
General SQL Server error: Check messages from the SQL Server
Segmentation Fault - core dumped


My guess is this may be an issue with the default error handler in dblib?

-Ray

IMPORTANT NOTICE: This e-mail and any attachments may contain confidential or
sensitive information which is, or may be, legally privileged or otherwise
protected by law from further disclosure. It is intended only for the
addressee. If you received this in error or from someone who was not
authorized to send it to you, please do not distribute, copy or use it or any
attachments. Please notify the sender immediately by reply e-mail and delete
this from your system. Thank you for your cooperation.





Archive powered by MHonArc 2.6.24.

Top of Page