-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Fri, 26 Mar 2010 10:52, Peter Steele wrote:

Are you absolutely sure the machine you ran gdb on has the exact same libc etc. 
as the customer's machine?

I just connected to the customer's box and generated the stack trace directly 
on their box. It looks identical to the one I posted in my original message.

Something's not right here...



As stated in a earlier message. This may help get the information you need. Just more of a automated approach to compiling these.

- --- Script Start ---

#!/bin/sh

LIBDIR="/usr/src/lib"
DBGLIBS="libc libelf libthr"
TARGETS="obj depend includes"

for dbglib in $DBGLIBS; do
        for target in $TARGETS; do
                make -C $LIBDIR/$dbglib $target
        done
        make -C $LIBDIR/$dbglib DEBUG_FLAGS=-g &&
        make -C $LIBDIR/$dbglib DEBUG_FLAGS=-g install
done

- --- Script Stop ---

Good luck,

- --
 jhell

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iQEcBAEBAgAGBQJLrNwFAAoJEJBXh4mJ2FR+rG4IAIvovWp+XxPY9YneRNZiIU4L
IdblzvTz3LoRcs37EUUsNwX4PPvgmEbZ4D0lyM3ZPMxuYKhW0+rtavueSyPFLWvQ
OUbmVf7AdH3OTYm7wUS8ThupkFw3N6sVxbMyR+4W1bPFilMIks5jDWXo2a8naGg2
y//5wxT+4hq47NJos2keeP2Y6AqVFVs7D5w0/TgcqUjgGco9HaTWXJN80Z+rY5PL
TOLa2vZr/5/7C8n96nBbjdn5ksop3NQC4S1Uo/4Kp46YoBWivhyEQmMb7nlnrvFG
m6yUZEi7TQX9QPF3zUIyrt+LlmuUHb4x1atN8sXuoDbifbJvTBN6m3unRArBkEM=
=FTj8
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to