|
From: | Samuel Thibault |
Subject: | Re: Confusing results when trying to debug fakeroot-hurd |
Date: | Mon, 8 Dec 2014 13:32:09 +0100 |
User-agent: | Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
BTW, one way to check what is actually getting run is using gdb: $ ps -feM | grep auth youpi 19910 19908 0:00.01 /bin/fakeauth /bin/sh -c cd "$1" || exit ; shift $ gdb /bin/fakeauth 19910 ... Reading symbols from /home/youpi/libpthread.so.0.3...(no debugging symbols found)...done. Loaded symbols for /home/youpi/libpthread.so.0.3 ... it correctly loaded my copy of libpthread. Samuel
[Prev in Thread] | Current Thread | [Next in Thread] |