Skip to Content.
Sympa Menu

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

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: compute row bug: tds/token.c:527: assigns to null pointer (tds->res_info)
  • Date: 26 Oct 2002 09:38:06 +0200


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





  • Re: compute row bug: tds/token.c:527: assigns to null pointer (tds->res_info), Frediano Ziglio, 10/26/2002

Archive powered by MHonArc 2.6.24.

Top of Page