Skip to Content.
Sympa Menu

freetds - RE: [freetds] 0.61 tsql core dump, locale = "C C C C C C"

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Cooperstock, Dan" <dan.cooperstock AT hepcoe.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: RE: [freetds] 0.61 tsql core dump, locale = "C C C C C C"
  • Date: Mon, 12 May 2003 09:48:50 -0400

Thanks. Now with the new acinclude.m4 file that Freddy posted, I have got
everything to work, up to "make install". When I do that, it does things
successfully for a while, then ends like this:

Making install in msvc6
No suffix list.
No suffix list.
No suffix list.
No suffix list.
No suffix list.
No suffix list.
/usr/bin/sh ./mkinstalldirs
if test ! -f /freetds.conf; then \
./freetds.conf /freetds.conf; \
fi
sh[2]: ./freetds.conf: Execute permission denied.
*** Error exit code 126

Since I don't think freetds.conf should have execute permission, so I'm
stumped.

I'm also guessing that it hasn't installed fully, because if I just run tsql
with no arguments, it's still being very verbose to stdout, including
reporting on the locale being "C C C C C C C".
In addition, I'm getting warning errors on config.c, which James Lowden
thinks probably indicate a 64-bit corruption that needs to be fixed, and may
be causing all of my problems:
cc: "config.c", line 842: warning 724: Assignment converts default int
return type to pointer "field".
cc: "config.c", line 849: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 851: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 854: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 855: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 856: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 864: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 866: warning 725: Assignment converts 32 bit integer to
pointer "field".
cc: "config.c", line 869: warning 725: Assignment converts 32 bit integer to
pointer "field".


Dan Cooperstock, Senior Technical Consultant, HEPCOE Credit Union
dcoops AT hepcoe.com 416-597-5055

-----Original Message-----
From: ZIGLIO Frediano [mailto:Frediano.Ziglio AT vodafoneomnitel.it]
Sent: Friday, May 09, 2003 1:09 PM
To: Cooperstock, Dan
Subject: RE: [freetds] 0.61 tsql core dump, locale = "C C C C C C"

>
> Freddie, in your previous response about this you said you
> were attaching an
> m4 file that fixes this, but I didn't see it. Can you maybe
> send it to me
> directly, or let me know how to get it? I'm not up on CVS.
>
> Or, I guess I can wait until you post it to www.freetds.org
> if necessary.
>
> Actually, which is the part that is a "known bug"? The
> unexpected logging to
> stderr? The bus error core dump? The display of "C C C C C"
> as the locale?
>
> Thanks.
>
> Dan Cooperstock, Senior Technical Consultant, HEPCOE Credit Union
> dcoops AT hepcoe.com 416-597-5055

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/freetds/freetds/ac
include.m4?rev=1.15.2.2

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page