Harini writes: > Program terminated with signal 11, Segmentation fault. > where > #0 0xfebb1d70 in strlen () from /usr/lib/libc.so.1 > #1 0xfec1b038 in _ndoprnt () from /usr/lib/libc.so.1 > #2 0xfec1d3c4 in sprintf () from /usr/lib/libc.so.1 > #3 0xfdc52690 in __0FHiniPathP6HinifilePCc () from > /opt//odbc/lib/libodbcinst.so
At a guess, this library function passed a bad pointer into sprintf using '%s'. Perhaps NULL. I'd use mdb to debug, as I know how to get at the function arguments that way. > Can anybody help me? If you're willing to post source code to an open list for the bits that are failing, then perhaps. Otherwise, and since you're using S10, you should be going through a paid support channel. -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
