Skip to Content.
Sympa Menu

freetds - [freetds] Cored dump

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "martin A." <acevedoma AT hotmail.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Cored dump
  • Date: Fri, 25 Nov 2005 18:11:27 +0000

I have a problem with connections to the server. The connections mostly the time work without problem, I can run querys, sp etc very well, but after some time when the program try to connect to the server the application hungs, the core.xxxx does not show important things ....:
gdb only shows this:

(gdb) bt
#0 0x00000000 in ?? ()
#1 0x00000000 in ?? ()
(gdb)


but the coredump file is generated in a call to dbopen()( I see this in my own log). I put another log file from the freetds library, the file contains only this (after some hours that the programm is running)


[root@localhost ivr]# more freetds_20051125_171857.log
util.c:276:Starting log file for FreeTDS 0.64.dev.20051019
on 2005-11-25 17:17:23 with debug flags 0x4fff.
iconv.c:361:iconv to convert client-side data to the "ISO-8859-1" character set
iconv.c:514:tds_iconv_info_init: converting "ISO-8859-1"->"UCS-2LE"
iconv.c:514:tds_iconv_info_init: converting "ISO-8859-1"->"UCS-2LE"
net.c:168:Connecting to 213.27.242.161 port 1433.
net.c:236:tds_open_socket: 0.0.0.0:0: Operation now in progress

Thanks






Archive powered by MHonArc 2.6.24.

Top of Page