I have an internal application using AOLserver 3.3+ad13 on Solaris (SunOS 5.8), which loads both a proprietary binary-only library and a bunch of my own C and Tcl code. It's been running stably for a year or more, and for many months without me changing my code at all. Some of the libraries get upgraded periodically, but generally there are no observable behavior differences after any library upgrade.
In the last few weeks, my AOLserver has started dieing occasionally with THIS mysterious backtrace: (gdb) bt #0 0xff160c50 in seg2 () from /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1 #1 0xff1607f0 in blalign () from /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1 I've no idea what seg2, blalign, or libc_psr.so.1 even are. A google search was not helpful. The failure is infrequent (once every week or two), and I don't know how to replicate it. Any ideas just what those Solaris library calls are, or why something might fail in them? Thanks! -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
