[jboss-dev-forums] [JBoss Profiler Development] - Re: Segmentation Fault
Johannes Schmidt
do-not-reply at jboss.com
Mon Jun 18 14:27:57 EDT 2012
Johannes Schmidt [https://community.jboss.org/people/johnsky] created the discussion
"Re: Segmentation Fault"
To view the discussion, visit: https://community.jboss.org/message/742492#742492
--------------------------------------------------------------
Hallo
I figured out that I had to change the stack size...
Our config runs with -Xss=128k which is too small obviously, so I set it to 256k - that works.
During my research I encounterd this bug
http://bugs.sun.com/view_bug.do?bug_id=6434149 http://bugs.sun.com/view_bug.do?bug_id=6434149
whichs says if you have a segmentation fault you should put
JAVA_OPTS="$JAVA_OPTS -Dsun.lang.ClassLoader.allowArraySyntax=true"
So that is Plan B if the first solution is not working.
Thanks for your help!
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/742492#742492]
Start a new discussion in JBoss Profiler Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2138]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120618/e1b69304/attachment.html
More information about the jboss-dev-forums
mailing list