Skip to Content.
Sympa Menu

freetds - Re: [freetds] Cored dump

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Cored dump
  • Date: Sat, 26 Nov 2005 11:35:11 -0500

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




Archive powered by MHonArc 2.6.24.

Top of Page