Bastian Blank <[email protected]> writes: > On Sun, Aug 12, 2012 at 10:16:02AM -0400, Sam Hartman wrote:
>> do you have any idea why your trace didn't have line number information >> for libgssrpc but did for the other libraries? > Yes. I have. But you stripped the information from the original mail > yourself. The first line of your trace is: Trace is the following: | #0 0x00007f971f779460 in gssrpc_clnttcp_create () from /usr/lib/libgssrpc.so.4 That has no file or line number information, which is what Sam is talking about. For some reason, you don't have debugging information for libgssrpc.so.4. (You do for the other libraries.) However, you've answered why: > The version of libgssrpc4 is from Squeeze. So it's because there's a mismatch between the installed version for that library and the debugging information. > So this is a broken ABI somewhere between the libs. Yes, it makes me wonder if libgssrpc.so changed something without changing SONAMEs. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

