Very nice article. Here are the unique commands from the examples: $ apt-get source coreutils $ aptitude download coreutils $ autoreconf -fvi $ cd coreutils-7.4/src/ $ cmp -bl coreutils/usr/bin/expr /usr/bin/expr $ debsums coreutils | grep FAILED $ dpkg -S $(which expr) $ dpkg -x coreutils_7.4-2ubuntu1_amd64.deb coreutils $ echo 3 | sudo tee /proc/sys/vm/drop_caches $ env | grep ^LD $ expr 3 + 3 $ gdb --args expr 3 + 3 $ ls -l /usr/bin/expr $ mkdir coreutils $ sha256sum coreutils/usr/bin/expr $ sha256sum /usr/bin/expr $ sudo aptitude install coreutils-dbgsym
BTW, I used the "External Tools" feature of gedit to generate that list. Regards, - Robert On Fri, Jun 25, 2010 at 4:39 PM, Mike B. <[email protected]> wrote: > From seg faults to memory chips... Using Ubuntu to look into a problem. > Great article. Everyone who is interested in how to find the cause of a > problem > can benefit from this post. > > > http://blog.ksplice.com/2010/06/attack-of-the-cosmic-rays/ > > -- > Central West End Linux Users Group (via Google Groups) > Main page: http://www.cwelug.org > To post: [email protected] > To subscribe: [email protected] > To unsubscribe: [email protected] > More options: http://groups.google.com/group/cwelug -- Central West End Linux Users Group (via Google Groups) Main page: http://www.cwelug.org To post: [email protected] To subscribe: [email protected] To unsubscribe: [email protected] More options: http://groups.google.com/group/cwelug
