This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: inflateInit?
On Sun, Jul 13, 2008 at 12:33 PM, Craig Silverstein <csilvers@google.com> wrote:
> } Your patch caused another regression:
> } http://sourceware.org/bugzilla/show_bug.cgi?id=6743
> } Could you please fix it?
>
> I'll look into it now. Sorry for the trouble. If you can come up
> with a simple testcase that tests this (I had trouble coming up with a
> good addr2line test, since results are so architecture dependent),
> I'll add it to the testsuite so something like this doesn't happen
> again.
>
Here is one:
./addr2line -e ./addr2line `nm -n --defined-only ./addr2line |head
-1 | awk '{print $1}'`
But it may not abort on all platforms.
--
H.J.