I am building my app with gwt-maven-plugin (command mvn clean install -Denv=cuni -rf :editor-webapp
).
But all what I got is
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.4.0:compile (gwt-goals) on project editor-webapp: Command [[
...
[ERROR] ]] failed with status 139
without any further information. When running the maven with -X -e
options no root cause is printed.
So here is my question: Where can I find all those magic status codes of GWT compiler with some description what they actually mean?
EDIT: I've just found out that 139 stands for Segmentation fault (lucky me :))
NOTE: I was able to compile the app before merging the git branch containing the Errai changes into the master.