Skip to Content.
Sympa Menu

freetds - Re: [freetds] dblib test t002 hanging when run against SQL Server 2008r2 SP2 ?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] dblib test t002 hanging when run against SQL Server 2008r2 SP2 ?
  • Date: Fri, 12 Jun 2015 14:36:26 +0100

I think there is no point in doing it.
The server reply is really common. Language query (simplest one), no
parameters, no prepared, no RPC. Protocol is quite simple, no strange
headers, no MARS. Reply is simple too. ROWFMT, ROWs, DONE, ROWFMT,
ROWs, DONE(final). The dblib buffer is not at the end. The TDS packet
was entirely read (so even if server disconnect there are no
problems). Could be some AppVeyor timeout? Try to disable collations
"test" (this was not actually supposed to be a test) which is quite
slow and executed before this test.

Frediano


2015-06-12 13:06 GMT+01:00 Ramiro Morales <cramm0 AT gmail.com>:
> On Thu, Jun 11, 2015 at 6:03 PM, Frediano Ziglio <freddy77 AT gmail.com> wrote:
>>
>> No ideas, I would add a
>>
>> putenv("TDSDUMP=stdout");
>>
>> line to test and see the output from AppVeyor
>
> This is great advice Frediano. Thanks!.
>
> Did that but is seems it doesn't show additional info about the freeze
> in the precise moment it happens:
>
> Commit:
> https://github.com/ramiro/freetds/commit/9b3a305562a772879f74bcbb893746f7ac48b7ea
> Log:
> https://ci.appveyor.com/project/ramiro/freetds/build/174/job/mrcry453g61o351d#L5885
>
> Will try to set up a Windows dev env at work today to see if it's
> reproducible but I'm not sure which exact SQL Server 2008 (sub)version
> they have there.
>
> Regards,
>
> --
> Ramiro Morales
> @ramiromorales
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page