Skip to Content.
Sympa Menu

freetds - RE: [freetds] HP/UX and iconv

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Marquess, Dustin" <Dustin.Marquess AT allegiancetelecom.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] HP/UX and iconv
  • Date: Fri, 12 Dec 2003 12:44:46 -0600

Sounds like some code that is not 64-bit clean. If you compile FreeTDS with
the cc compiler with the -taso -xtaso options, it will probably work around
these problems.

You should be able to run gdb or ladebug against those memory locations to
find the culprit.

-Dustin

> -----Original Message-----
> From: Lowden, James K [mailto:LowdenJK AT bernstein.com]
> Sent: Friday, December 12, 2003 12:27 PM
> To: 'FreeTDS Development Group'
> Subject: RE: [freetds] HP/UX and iconv
>
> > From: ZIGLIO Frediano [mailto:Frediano.Ziglio AT vodafone.com]
> > Sent: December 12, 2003 6:23 AM
> >
> > Yesterday I tried --disable-libiconv with some problems (utf8_2
> > failed)... I updated iconv replacements adding needed UTF-8
> support...
> >
> > Now I got all unittests working under:
> > - HP/UX 10.20 PARISC (native iconv) mssql2k server
> > - Linux RH7.2 i386 (native and replacement iconv) mssql2k
> > server, UTF-8
> > and ISO-8859-1 encoding
> > - Linux RH9.A i386 (native and replacement iconv) Sybase
> > 11.9.2 server,
> > UTF-8 encoding
> > (just to update UG...)
> >
> > Does Tru64 work OK ?
>
> Tru64 is causing me a lot of grief:
>
> $ pwd
> .../freetds-0.62.dev.20031209/build/src/dblib/unittests
> $ ./t0001
> [...]
> Unaligned access pid=8186 <lt-t0001> va=0x11fffe644 pc=0x3ffbfff0310
> ra=0x3ffbffeb89c inst=0xb42c0000
> Unaligned access pid=8186 <lt-t0001> va=0x11fffe644 pc=0x3ffbfff0304
> ra=0x3ffbffeb89c inst=0xa42c0000
> Unaligned access pid=8186 <lt-t0001> va=0x11fffe644 pc=0x3ffbfff0310
> ra=0x3ffbffeb89c inst=0xb42c0000
> Unaligned access pid=8186 <lt-t0001> va=0x11fffe644 pc=0x3ffbfff0304
> ra=0x3ffbffeb89c inst=0xa42c0000
> Unaligned access pid=8186 <lt-t0001> va=0x11fffe644 pc=0x3ffbfff0310
> ra=0x3ffbffeb89c inst=0xb42c0000
> Segmentation fault (core dumped)
>
> --jkl
>
> -----------------------------------------
> The information contained in this transmission may contain
> privileged and confidential information and is intended only
> for the use of the person(s) named above. If you are not the
> intended recipient, or an employee or agent responsible for
> delivering this message to the intended recipient, any
> review, dissemination, distribution or duplication of this
> communication is strictly prohibited. If you are not the
> intended recipient, please contact the sender immediately by
> reply e-mail and destroy all copies of the original message.
> Please note that we do not accept account orders and/or
> instructions by e-mail, and therefore will not be responsible
> for carrying out such orders and/or instructions.
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>




Archive powered by MHonArc 2.6.24.

Top of Page