Skip to Content.
Sympa Menu

freetds - RE: configure bombs on DU 4.0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: ZIGLIO Frediano <Frediano.Ziglio AT vodafoneomnitel.it>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: configure bombs on DU 4.0
  • Date: Thu, 12 Sep 2002 11:25:17 +0200


> >
> > Freddy,
> >
> > Tests 1-6 core-dump, 7 and 8 both pass.
> > No freetds.log is generated, but here's a run of t0001 with
> > resulting core-dump, foloowed by stack traces using first gdb
> > and then dbx (which seems to grok the libc symbols better).
> >
> > Parameters to gethostbyaddr_r look a bit odd, right number,
> > but strange values. If tds_gethostbyaddr_r is passing a
> > structure address as the last parameter, how can it be 0 ?
> >
>
> Well... a "man gethostbyaddr_r" should be useful.
>
> freddy77
>
I found it.
What version of Tru64 are you using ??
Version 5 (I don't know earlier) have reentrant gethostbyaddr function.
I think we should change our reentrant implementation for tru64.
There is a define for tru64 system ?
Something like

#ifdef __TRU64__
/* Oh.. tru64 system found */
#endif
??

And to know version ??

freddy77

=================================
"STRICTLY PERSONAL AND CONFIDENTIAL

This message may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.
The contents of this message that do not relate to the official business of
our company shall be understood as neither given nor endorsed by it."

=================================




Archive powered by MHonArc 2.6.24.

Top of Page