Re: tsql dumping core on exit

"Vanderveen, Jim" <[email protected]>
Newsgroups gmane.comp.db.tds.freetds
Message-ID <[email protected]>
I noticed that the "TDS version" from tsql -C didn't match my server's specification (TDS 8.0), so I rebuilt:

# env TDS_VER=8.0 portmaster databases/freetds

Sadly, I'm still getting core dumps from tsql. :(

Here's the new tsql -C output:

$ tsql -C
Compile-time settings (established with the "configure" script):
                           Version: freetds v0.64
    MS db-lib source compatibility: yes
       Sybase binary compatibility: unknown
                     Thread safety: yes
                     iconv library: yes
                       TDS version: 8.0
                             iODBC: no
                          unixodbc: no

So TDS_VER=8.0 looks like it worked! But when I test it:

$ tsql -H (mssql.server.name) -p 1433 -U (username)
locale is "C"
locale charset is "US-ASCII"
Password: 
1> use owp
2> Go
1> exit
Segmentation fault: 11 (core dumped)


This time I specified -H/-p (instead of -S) to remove my freetds.conf as a possible source of error.

I'm still hoping this is a no-brainer for somebody else, because I'm running out of ideas.

-- Jim

-----Original Message-----
I'm having some trouble with FreeTDS/tsql on my FreeBSD system, hoping
that somebody else has seen this already. I had to update some ports
over the weekend (including FreeTDS), and now tsql gives me a core
dump whenever I exit. I can connect okay, and as long as I never quit
tsql there's no problem.


(snip)

tsql info:
Compile-time settings (established with the "configure" script):
                           Version: freetds v0.64
    MS db-lib source compatibility: yes
       Sybase binary compatibility: unknown
                     Thread safety: yes
                     iconv library: yes
                       TDS version: 5.0
                             iODBC: no
                          unixodbc: no
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.