Skip to Content.
Sympa Menu

freetds - Re: Crash in tsql

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Crash in tsql
  • Date: Sun, 11 Aug 2002 08:05:16 -0400 (EDT)


This has been the topic of discussion for the past couple of days. For
some reason tds->tds_ctx is NULL after the call to tds_connect(), although
it is set within tds_connect(). I haven't had a chance to track it any
further.

Brian

On 11 Aug 2002, Frediano Ziglio wrote:

> I running tsql with this configuration
> - client Linux x86
> - server SQL server 7.0
> - tds 4.2
>
> doing a simple
> 1> select getdate()
> 2> go
> give Segmentation fault
>
> Following the result packet (ethereal)
> 000000E5 04 01 00 28 00 00 00 00 a0 01 00 00 a1 06 00 0f ...(....
> ...¡...
> 000000F5 00 01 00 6f 08 d1 08 65 92 00 00 47 07 c0 00 fd ...o.Ñ.e
> ...G.À.ý
> 00000105 10 00 c1 00 01 00 00 00
>
> Doing a
> 1> select convert(smalldatetime, getdate())
> 2> go
>
> Crash too
>
> 00000000 04 01 00 24 00 00 00 00 a0 01 00 00 a1 06 00 0f ...$....
> ...¡...
> 00000010 00 01 00 6f 04 d1 04 65 92 be 02 fd 10 00 c1 00 ...o.Ñ.e
> .¾.ý..Á.
> 00000020 01 00 00 00 ....
>
> freddy77
>
>
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page