Skip to Content.
Sympa Menu

freetds - Re: compute row bug: tds/token.c:527: assigns to nu ll pointer (tds->res_info)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Thompson, Bill D (London)" <ThompBil AT exchange.uk.ml.com>
  • To: "'TDS Development Group'" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: compute row bug: tds/token.c:527: assigns to nu ll pointer (tds->res_info)
  • Date: Sat, 26 Oct 2002 14:25:07 +0100


I can't reproduce this.

My snapshot is a couple of days old.
I am using sqsh 1.7, TDS 7, SQL server 2000

1> if 0 = 1 select 1
2>
1>

Bill




> -----Original Message-----
> From: Frediano Ziglio [SMTP:freddyz77 AT tin.it]
> Sent: Saturday, October 26, 2002 8:38 AM
> To: TDS Development Group
> Subject: [freetds] Re: compute row bug: tds/token.c:527: assigns to
> null pointer (tds->res_info)
>
> Il sab, 2002-10-26 alle 02:04, James K. Lowden ha scritto:
> > TDS 7.0, current CVS, updated minutes ago.
> >
> > Query is:
> >
> > while (select max(sat) from sat) < getdate()
> > insert sat
> > select dateadd(week, 1, max(sat))
> > from sat
> >
> > Initial contents of table "sat":
> >
> > 1> select * from sat
> > 2> go
> > sat
> > May 11 2002 12:00AM
> >
> > Problem: Segfault when query completes (26 rows are added).
> >
>
> Same problem for "if 0 = 1 select 1", if empty result (not row) and done
> return it cored...
>
> freddy77
>
>
>
> ---
> You are currently subscribed to freetds as: [thompbil AT exchange.uk.ml.com]
> To unsubscribe, forward this message to
> $subst('Email.Unsub')





Archive powered by MHonArc 2.6.24.

Top of Page