Skip to Content.
Sympa Menu

freetds - Re: Minor issues...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT umcc.ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Minor issues...
  • Date: Mon, 24 Jan 2000 21:51:21 -0500 (EST)



Hmmm...dbdata() (I can only speak to the C library side of things) returns
the pointer directly from the row buffer (resinfo->current_row) which is 4
byte aligned (see function tds_process_col_info() for an example,
although all 3 result functions do it).

Someone reported this as only happening with Solaris 2.7 (2.6 works
apparently).

Would it be possible to do a stack trace where it dumps?

Brian

On Mon, 24 Jan 2000, Dave Blob wrote:

> Has anyone had problems with alignment issues and sybperl? In DBlib, it
> looks like things come back from dbdata(), and sybperl expects them to
> be castable to DBINTs, etc, which apparently they often are not.
>
> This is on a solaris 2.7 box. Is this a freetds or a sybperl bug? I'm
> inclined to think the latter...
>
> Thanks,
> Dave
>
> -----Original Message-----
> From: Brian Bruns [mailto:camber AT umcc.ais.org]
> Sent: Monday, January 24, 2000 8:28 PM
> To: TDS Development Group
> Subject: [freetds] Re: Minor issues...
>
>
>
>
> On Mon, 24 Jan 2000, Dave Blob wrote:
>
> > Hi everyone...
> >
> > I'm fairly new here, so forgive me if this is all known.
> Additionally, I'm
> > happy to work on a patch for what I'm pointing out, I just haven't
> gotten
> > to it yet.
> >
> > 1) "make check" though documented, doesn't do anything
>
> Actually that's the genreic autoconf instructions. One day those will
> be
> removed (once somebody writes a good install file that is :-)
>
> > 2) "make test" does what "make check" is probably meant to do, but
> only
> > after the entire package has been installed (so far as I can tell).
> I thought this was fixed in CVS (to use .libs/* that is), but I'm not
> sure.
>
> > 3) On solaris, the test directories seem to get compiled sans "-lnsl
> > -lsocket"
> Hm...I'll look at that.
>
> > 4) It's really easy to get "Unknown marker:0!" with the 7.0 support,
> so for
> > MS SQL, I just switched to 4.2, which seems ok...
> TDS 7.0 support is rather new and I am temporarily without access to MS
> SQL, so it's likely to be that way until I get a MS SQL setup (working
> on
> it)
>
> > Anyhow, I've just gotten things compiled, but figured the feedback may
> help
> > others. Like I said, I'll try to send in a patch for some of it.
> >
> > Thanks,
> > Dave
> >
>
>
> ---
> You are currently subscribed to freetds as: blob AT saghill.com
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>
> ---
> 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