Skip to Content.
Sympa Menu

freetds - Re: MS SQL 2000

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Cameron <cameron AT stl.dec.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: MS SQL 2000
  • Date: Wed, 27 Dec 2000 10:49:45 +1100


Get what to work? memcpy? or negative one?

"Lape, Bryon" wrote:
>
> Anyone been able to get this to work using MS SQL 2000 personal??
>
> -----Original Message-----
> From: Fabien Roy [mailto:froy AT singleentry.com]
> Sent: Tuesday, December 26, 2000 18:08
> To: TDS Development Group
> Subject: [freetds] Re: More on Odd Problem.
>
> 4294967295 = 0xffffffff or -1 (negative one :-)
>
> > > Program received signal SIGSEGV, Segmentation fault.
> > > 0x4014f4a7 in memcpy (dstpp=0x81b8464, srcpp=0x81a418c,
> len=4294967295)
> > at
> > > ../sysdeps/generic/memcpy.c:55
> > > 55 ../sysdeps/generic/memcpy.c: No such file or directory.
> > > (gdb)
> >
> > Interpretation ... the program received a SIGSEGV segmentation fault
> > signal while it was executing code within the memcpy function. memcpy
> > copies a block of memory, given a source and destination pointer, and a
> > length in bytes. gdb shows you these values. The source and
> > destination look reasonable, but the length is clearly wrong.
> > Programming error, most likely. Looks like a negative number from a
> > signed 32 bit integer being interpreted as unsigned integer.
> >
> > Need more information from you; do it again, but this time at the (gdb)
> > prompt type bt and hit enter. I think I mentioned this before. This
> > issues a stack back trace, telling us what software component is
> > responsible for calling the memcpy function. Mail the result. We can
> > then voice an opinion on the responsible code.
> >
>
> --
> Fabien Roy
> Singleentry.com
> 107 RR 620 South, suite 117
> Lakeway, TX 78734
> Tel: (512) 266-6379 ext 1350
> Fax: (512) 266-6375
> Mob: (512) 796-9854
> http://www.singleentry.com
> Nisi fractum, noli refeci
> Or
> Aint Broke! Don't Fix It!
> |\ _,,,---,,_ _,,---,,,_ /|
> /,`.-'`' -. ;-;;,_ _,;;-; ._ `'`-.',\
> |,4- ) )-,_. ,\ ( `'-' `-'' ) /, ._,-( ( -7,|
> '---''(_/--' `-'\_) (_/`-' `--\_)``---`
>
> ---
> You are currently subscribed to freetds as: [BLape AT mycom.com]
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>
> ---
> You are currently subscribed to freetds as: [james.cameron AT compaq.com]
> To unsubscribe, forward this message to $subst('Email.Unsub')

--
James Cameron (cameron AT stl.dec.com)

"Did I ask for fries?"



  • MS SQL 2000, Lape, Bryon, 12/26/2000
    • <Possible follow-up(s)>
    • Re: MS SQL 2000, James Cameron, 12/26/2000
    • Re: MS SQL 2000, Lape, Bryon, 12/26/2000

Archive powered by MHonArc 2.6.24.

Top of Page