[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test-out-of-memory fails in v2.2.2?
From: |
Dan Kegel |
Subject: |
Re: test-out-of-memory fails in v2.2.2? |
Date: |
Sun, 26 Nov 2017 20:05:44 -0800 |
I noticed something funny: on Ubuntu 17.10, the test fails if I build
with gcc7 (the default), but passes if I build with gcc6.
To select gcc6, I did
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 6
--slave /usr/bin/g++ g++ /usr/bin/g++-6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 7
--slave /usr/bin/g++ g++ /usr/bin/g++-7
and picked gcc-6 with
sudo update-alternatives --config gcc
That almost seems bug-worthy. I mentioned it at
https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1734575
but perhaps I should report it to guile-bugs, too.
On Sun, Nov 26, 2017 at 10:14 AM, Daniel Llorens
<address@hidden> wrote:
>
> fwiw, I've been seeing this for months. The test passes sometimes, it seems
> to be random.
>
> regards
>
> Daniel
>
>
> From: Dan Kegel <address@hidden>
> Subject: test-out-of-memory fails in v2.2.2?
> Date: 26 Nov 2017 06:10:08 GMT+1
> To: address@hidden
>
>
> Hi! Just trying to build scheme here.
>
> scheme v2.2.2's test-out-of-memory test seems to fail here with the
> same error seen at
> https://launchpadlibrarian.net/345443882/buildlog_ubuntu-bionic-amd64.guile-2.2_2.2.2+2-1_BUILDING.txt.gz
> i.e.
>
> wrote
> `/<<BUILDDIR>>/guile-2.2-2.2.2+2/cache/guile/ccache/2.2-LE-8-3.A/<<BUILDDIR>>/guile-2.2-2.2.2+2/test-suite/standalone/test-out-of-memory.go'
> GC Warning: Failed to expand heap by 134348800 bytes
> GC Warning: Failed to expand heap by 134217728 bytes
> GC Warning: Out of Memory! Heap size: 1 MiB. Returning NULL!
> error creating finalization thread: Cannot allocate memory
> GC Warning: Failed to expand heap by 1000132608 bytes
> GC Warning: Failed to expand heap by 1000001536 bytes
> GC Warning: Out of Memory! Heap size: 1 MiB. Returning NULL!
> GC Warning: Failed to expand heap by 499712 bytes
> GC Warning: Failed to expand heap by 65536 bytes
> GC Warning: Out of Memory! Heap size: 1 MiB. Returning NULL!
> GC Warning: Failed to expand heap by 499712 bytes
> GC Warning: Failed to expand heap by 65536 bytes
> GC Warning: Out of Memory! Heap size: 1 MiB. Returning NULL!
> Warning: Unwind-only `out-of-memory' exception; skipping pre-unwind handler.
> FAIL: test-out-of-memory
> ==================================
> 1 of 39 tests failed
> Please report to address@hidden
> ==================================
>
> Anyone know what the story is?
>
> Thanks,
> Dan
>
>