Skip to Content.
Sympa Menu

freetds - Re: [freetds] tsql dumping core on exit

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Vanderveen, Jim" <jim.vanderveen AT owp.csus.edu>
  • To: "Vanderveen, Jim" <jim.vanderveen AT owp.csus.edu>, "freetds AT lists.ibiblio.org" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] tsql dumping core on exit
  • Date: Tue, 22 Mar 2011 12:45:59 -0700

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





Archive powered by MHonArc 2.6.24.

Top of Page