octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help with gzip trouble on alternate architectures


From: Olaf Till
Subject: Re: Need help with gzip trouble on alternate architectures
Date: Fri, 9 Dec 2016 14:27:39 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Dec 08, 2016 at 08:39:10PM -0700, Orion Poplawski wrote:
> On 12/08/2016 11:39 AM, Orion Poplawski wrote:
> >
> >Unfortunately I have been unable to duplicate this outside of the Fedora
> >builders, so I can't really run it under gdb.
> >
> 
> 
> so the exception is coming from:
> 
>       close (void)
>       {
>         if (deflateEnd (strm) != Z_OK)
>           throw std::runtime_error ("failed to close zlib stream");
> 
> now to figure out why deflatedEnd isn't working.  Ideas anyone?

Since you can't run it under gdb, have you thought of the trick to
insert something like 'sleep (100)', maybe in the line before
'deflateEnd' is called, and to attach gdb with 'gdb -p ...' ?

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]