On Sunday 27 January 2008 09:36:27 Art Haas wrote: > The test for the backtrace() function was failing due to the prototypes > at the start of the test code differing for those listed in the header > file. The patch below fixes things by removing the extra prototypes > and basically copying the sample code from the glibc documentation for > backtrace() into a working example. The patched code successfully built > on my Debian "sid" and Fedora "rawhide" systems and correctly identified > both systems as having the backtrace() function.
It works on Ubuntu, and your explanation makes sense to me too. +1