This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libbacktrace patch committed: Support compressed debug sections


On Fri, 6 Oct 2017, Ian Lance Taylor wrote:
> Thanks for the report.  I committed this patch, which I hope will fix
> the problem.

> * ztest.c (test_large): Pass unsigned long *, not size_t *, to
> zlib uncompress function.

Thank you, yes it did.  (Sorry, I thought I had responded back 
then, but apparently only in my mind, not with my keyboard.)

I'm seeing the following as part of my nightly builds, though:

   test hello: got uncompressed length 0, want 13
   test goodbye: got uncompressed length 0, want 14
   inflate large: got uncompressed length 0, want 387851

Any idea what this might be?

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]