Re: I'm having a crashing problem with FreeTDS under OSX
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Daniel Parnell wrote: > Unfortunately when I try to connect to SQL Server using the ODBC mode > of FreeTDS I get bus errors whenever it calls free :( > > I've done quite a bit of googling to see if I can find any information > about this problem, and finally decided to ask here. Is this a known > problem, and if so is there a fix for it? What exactly is the error? Do you have a line number and source file name? Which versions of sql.h and FreeTDS are you using? 64-bit ODBC can be a challenge due to 32-bit assumptions baked into the ODBC API. It sounds like somewhere you're trimming off the high word of a pointer. I would engage Google with that in mind. HTH. --jkl