koolhazz / gperftools

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

gperftools-2.2.1: make test fails on openSUSE 12.3 (x86_64) #651

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --enable-frame-pointers
2. make test
3.

What is the expected output? What do you see instead?
============================================================================
Testsuite summary for gperftools 2.2.1
============================================================================
# TOTAL: 46
# PASS:  43
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0

What version of the product are you using? On what operating system?
gperftools-2.2.1
openSUSE 12.3 (x86_64)

Please provide any additional information below.
g++ (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]

Original issue reported on code.google.com by alexande...@googlemail.com on 20 Sep 2014 at 8:13

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting it. I don't test on suse. Have you tried earlier versions 
of gperftools? I asking to try to figure out if it's some recent regression or 
something older.

Original comment by alkondratenko on 20 Sep 2014 at 9:29

GoogleCodeExporter commented 9 years ago
Hm. Exit code 132 appears to be exit due to signal SIGILL.

Please check some obvious things like if your ram is ok.

Original comment by alkondratenko on 20 Sep 2014 at 9:47

GoogleCodeExporter commented 9 years ago
At least on suse 12.3 amd64 under docker tests pass on my box.

Original comment by alkondratenko on 20 Sep 2014 at 11:51

GoogleCodeExporter commented 9 years ago
Tests pass for me also under KVM. With and without libunwind.

Original comment by alkondratenko on 21 Sep 2014 at 12:59

GoogleCodeExporter commented 9 years ago
Going to assume it's your bad ram (due to SIGILL). Please reopen if you can 
still reproduce this cleanly.

Original comment by alkondratenko on 29 Nov 2014 at 7:17