[freetds] Cored dump

James K. Lowden jklowden at freetds.org
Sat Nov 26 11:35:11 EST 2005


martin A. wrote:
> 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)

See the "file" command and --symbols option in gdb, and make sure your
binaries were compiled with symbols (-g) and weren't stripped.  You should
be able to coerce meaning from the .core file.  

--jkl


More information about the FreeTDS mailing list