Thomas Dudziak created MESOS-276:
------------------------------------

             Summary: SIGSEV with current trunk and OpenJDK 7u3
                 Key: MESOS-276
                 URL: https://issues.apache.org/jira/browse/MESOS-276
             Project: Mesos
          Issue Type: Bug
          Components: build
         Environment: Linux 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3

java version "1.7.0_03"
OpenJDK Runtime Environment (IcedTea7 2.1.1pre) (7~u3-2.1.1~pre1-1ubuntu3)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)

            Reporter: Thomas Dudziak


I get a consistent SIGSEV with OpenJDK and the current trunk 
(https://github.com/apache/mesos/commit/b841c19847919a73503d57f5e25b9b1e374d4189)
 when running the tests:


[ RUN      ] CoordinatorTest.MultipleAppends
[       OK ] CoordinatorTest.MultipleAppends (2908 ms)
[ RUN      ] CoordinatorTest.MultipleAppendsNotLearnedFill
tests/log_tests.cpp:869: Failure
Value of: result.isSome()
  Actual: false
Expected: true
[  FAILED  ] CoordinatorTest.MultipleAppendsNotLearnedFill (4581 ms)
[ RUN      ] CoordinatorTest.Truncate
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fffc4b4fee0, pid=24387, tid=47530833014848
#
# JRE version: 7.0_03-b147
# Java VM: OpenJDK 64-Bit Server VM (22.0-b10 mixed mode linux-amd64 compressed 
oops)
# Derivative: IcedTea7 2.1.1pre
# Distribution: Ubuntu 12.04 LTS, package 7~u3-2.1.1~pre1-1ubuntu3
# Problematic frame:
# C  0x00007fffc4b4fee0
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/tomdz/projects/open-source/mesos/src/hs_err_pid24387.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
#
/bin/bash: line 5: 24387 Aborted                 (core dumped) ${dir}$tst
FAIL: mesos-tests
==================
1 of 1 test failed
==================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/home/tomdz/projects/open-source/mesos/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/tomdz/projects/open-source/mesos/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/home/tomdz/projects/open-source/mesos/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/tomdz/projects/open-source/mesos'
dh_auto_test: make -j1 check returned exit code 2
make: *** [binary] Error 29


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to