Re: tsql Memory fault on HP-UX
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Kitt, Jeffrey wrote: > > Program received signal SIGSEGV, Segmentation fault > si_code: 2 - SEGV_ACCERR - Invalid Permissions for object. > 0x200000007eacf5b0:0 in .text + 0xd0 () > from /usr/lib/nls/iconv/hpux32/methods.1/lsbucode.so > 1262txi > 1266yrogram is running. Exit anyway? (y or n) > /usr/local/freetds/bin (dolphin) $ > > The gdb session does not terminate on its own so I can't get a backtrace > listing from gdb. You might try disabling iconv, if that suits your purpose, or using GNU iconv instead. From the directory name, it appears the fault was in that neighborhood. HTH. --jkl