Skip to Content.
Sympa Menu

freetds - Re: Endian of Protocol...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Justin Cragin" <beyond AT edgemail.com>
  • To: freetds
  • Subject: Re: Endian of Protocol...
  • Date: Tue, 27 Jun 2000 19:17:20


I am acctualy having a problem related to this, I have freetds working with
my app on linux, but when trying to run it on an ultra sparc with sol7 my
app segfaults, I traced it to the second call of _ct_bind_data() when I am
getting a debugging print of
1inside _ct_bind_data() setting colum size for 32 = -14961268
And then I segfault on the line

*((CS_SMALLINT *)curcol->colum_nullbind)=0;


Is this an endian issue? If so do you know how I might fix it?


thanks, justin cragin




Archive powered by MHonArc 2.6.24.

Top of Page