nagyistoce / sparsehash

Automatically exported from code.google.com/p/sparsehash
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make check fails with GCC 4.9 on Mac OS 10.10.1 #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
brew install google-sparsehash --cc=gcc-4.9 --build-from-source

What is the expected output? What do you see instead?
Success.

What version of the product are you using? On what operating system?
sparsehash 2.0.2
Mac OS 10.10.1

Please provide any additional information below.

Running HashtableDeathTest.InsertSizeTypeOverflow terminate called after throwing an instance of 'std::length_error' what(): vector::_M_fill_insert /bin/sh: line 1: 71227 Abort trap: 6 ${dir}$tst FAIL: hashtable_test


Complete logs:
❯❯❯ brew gist-logs google-sparsehash --cc=gcc-4.9 --build-from-source -v
https://gist.github.com/5a6b10ab7ba0e0f8402f

Original issue reported on code.google.com by sjackman on 26 Jan 2015 at 6:26