Comment 9 for bug 511267

Revision history for this message
John A Meinel (jameinel) wrote : Re: [Bug 511267] Re: 'out of memory' sending empty patch on SunOS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jari Aalto wrote:
> $ python -c 'import bz2;bz2.BZ2Compressor()'
> <no output; no errors>
>
> $ python -V
> Python 2.5.1
>
> $ bzr --version
> Bazaar (bzr) 2.1.0rc1
> Python interpreter: /usr/local/bin/python 2.5.1
> Python standard library: /usr/local/lib/python2.5
> Platform: Solaris-2.9-sun4u-sparc-32bit-ELF
> bzrlib: /usr/local/lib/python/bzrlib
> Bazaar configuration: /home/foo/.bazaar
> Bazaar log file: /home/foo/.bzr.log
>

That would hint that perhaps we have a function raising an exception,
and another function suppressing that exception. And that the
BZ2Compressor() is then seeing an exception left in the queue, and
raising it at an odd time.

Alternatively, something we are doing is triggering BZ2Compressor() to
fail an internal malloc while...

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkthxKUACgkQJdeBCYSNAANw+QCfZ057fcnfdRMG+BqChajOC/8D
O80AoK/8JWcRSCfXMF2uk7MqBFqbY84U
=nOy4
-----END PGP SIGNATURE-----