You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.522 s
[INFO] Finished at: 2015-08-10T16:21:19-04:00
[INFO] Final Memory: 39M/3926M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project filemq: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
The text was updated successfully, but these errors were encountered:
andrewmilkowski
changed the title
SIGSEGV during running test building filemq jar file (using libzmq in 4.1.2 zeromq branch)
SIGSEGV during running test building filemq jar file (using libzmq in 4.1.x zeromq branch)
Aug 10, 2015
hi , some env parameters:
[amilkowski@localhost java]$ java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
[amilkowski@localhost java]$
[amilkowski@localhost java]$ uname -a
Linux localhost.localdomain 3.18.17-13.el7.x86_64 #1 SMP Wed Jul 22 14:20:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
using zeromq (lib) from https://github.com/zeromq/zeromq4-1
and using filemq from git master
T E S T S
Running org.filemq.TestFmqHash
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.filemq.TestFmqFile
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
Running org.filemq.TestFmqMsg
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f81b279da10, pid=25052, tid=140195789207296
JRE version: Java(TM) SE Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
Java VM: Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [libzmq.so.5+0x36a10] non-virtual thunk to zmq::socket_base_t::hiccuped(zmq::pipe_t*)+0x10
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:
/opt/local/src/git/zeromq/filemq/java/hs_err_pid25052.log
If you would like to submit a bug report, please visit:
http://bugreport.sun.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
/bin/sh: line 1: 25052 Aborted (core dumped) /usr/java/jdk1.7.0_75/jre/bin/java -Djava.library.path=/opt/local/src/git/zeromq/jzmq/dist/lib -jar /opt/local/src/git/zeromq/filemq/java/target/surefire/surefirebooter2020896169079705910.jar /opt/local/src/git/zeromq/filemq/java/target/surefire/surefire6545309803011920537tmp /opt/local/src/git/zeromq/filemq/java/target/surefire/surefire_01891127949912442224tmpResults :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.522 s
[INFO] Finished at: 2015-08-10T16:21:19-04:00
[INFO] Final Memory: 39M/3926M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project filemq: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
The text was updated successfully, but these errors were encountered: