GithubHelp home page GithubHelp logo

wisdom-framework / wisdom Goto Github PK

View Code? Open in Web Editor NEW
87.0 17.0 42.0 36.21 MB

A modular and dynamic web framework

Home Page: http://wisdom-framework.org

License: Apache License 2.0

Java 51.21% CSS 1.55% HTML 3.54% CoffeeScript 0.03% JavaScript 43.22% Groovy 0.23% TypeScript 0.18% Nextflow 0.01% Less 0.02% Pug 0.01%

wisdom's Introduction

Wisdom-Framework ~ Web Is Dynamic and Modular

Main documentation is available at wisdom-framework.org

Project structure

  • core -> core modules building the base-runtime, it also contains the wisdom-maven-plugin.
  • framework -> contains all technical services composing the wisdom-runtime.
  • extensions -> contains Wisdom extensions used in this project. For example the asciidoc support is provided to generate the documentation.
  • documentation -> contains the documentation, samples and tutorials

Building Wisdom

Building Wisdom is a two steps process. There are two reasons for that. First, Wisdom is built on Wisdom. Then, Maven has a (big) limitation when having a reactor building an extension (a plugin extending the lifecycle) used by other modules.

So to build Wisdom:

  1. Gets the code using git clone https://github.com/wisdom-framework/wisdom.git (replace the url if you are using a fork)
  2. Build Wisdom Core
mvn clean install -Pcore,\!framework,\!extensions,\!documentation
  1. Build the rest of the framework
mvn clean install -P\!core,framework,extensions,documentation

That's it.

IMPORTANT: Wisdom requires JDK 7+ to be built.

Skipping tests

Launch Maven with: -DskipTests.

wisdom's People

Contributors

barjo avatar cescoffier avatar cheleb avatar dependabot[bot] avatar gdelafosse avatar guillaumegaudin avatar jenf11 avatar ksenechal avatar magnet avatar nicolas-rempulski avatar ozangunalp avatar remi-parain avatar riduidel avatar romainpellerin avatar sauthieg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wisdom's Issues

Support I18N

In the template engine and as a JSON endpoint

Investigate JVM crash in watch mode

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007fff8c1230a5, pid=15543, tid=9995
JRE version: 7.0_25-b15
Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode bsd-amd64 compressed oops)
Problematic frame:
C [libsystem_platform.dylib+0x40a5] _platform_memmove$VARIANT$Nehalem+0xc5

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

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.

--------------- T H R E A D ---------------

Current thread (0x00007fc7d3949000): JavaThread "nioEventLoopGroup-3-1" [_thread_in_native, id=9995, stack(0x000000010f854000,0x000000010f954000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x000000011023b000

Registers:
RAX=0x00007fc7d31daa00, RBX=0x0000000110239670, RCX=0x0000000000000010, RDX=0x0000000000005afa
RSP=0x000000010f951730, RBP=0x000000010f951730, RSI=0x000000011023afee, RDI=0x00007fc7d31dc350
R8 =0x0000000000000000, R9 =0x0000000000000006, R10=0x0000000000000c00, R11=0x00007fc6c2fa1362
R12=0x0000000000001400, R13=0x0000000000002d00, R14=0x00000000d6000808, R15=0x0000000000002943
RIP=0x00007fff8c1230a5, EFLAGS=0x0000000000010206, ERR=0x0000000000000004
TRAPNO=0x000000000000000e

Top of Stack: (sp=0x000000010f951730)
0x000000010f951730: 000000010f9517a0 000000010a579244
0x000000010f951740: 0000004300000002 0000000000000029
0x000000010f951750: 000000000000fe7f 00007fc7d31daa00
0x000000010f951760: 000000000000748a 00007fc7d2d4b080
0x000000010f951770: 00007fc7d570e1e0 000000001a4c6e75
0x000000010f951780: 0000000000000030 00007fc7d4989c00
0x000000010f951790: 00007fc7d2d4b080 0000000000000010
0x000000010f9517a0: 000000010f9517f0 000000010a579742
0x000000010f9517b0: 000000000000002d 0000002dd3949000
0x000000010f9517c0: 000000010f95180e 000000010f951c58
0x000000010f9517d0: 000000000000002d 000000010f95180e
0x000000010f9517e0: 00007fc7d2d4b080 00007fc7d39491d8
0x000000010f9517f0: 000000010f951c40 000000010a57859c
0x000000010f951800: 000000010f951848 726f000700000001
0x000000010f951810: 68632f32776f2f67 2f6e6f656c656d61
0x000000010f951820: 732f6d6f64736977 532f73656c706d61
0x000000010f951830: 6c632e656c706d61 0000000700737361
0x000000010f951840: 0000000000000059 00000007f3364350
0x000000010f951850: 0000000000000009 0000000000000000
0x000000010f951860: 000000010f951850 0000000700000000
0x000000010f951870: 000000010f9518b8 00000007faecac68
0x000000010f951880: 00000007fbded318 00000007faec4ad0
0x000000010f951890: 0000000000000000 0000000100000000
0x000000010f9518a0: 000000010f951900 000000010c1b2158
0x000000010f9518b0: 00000007f354fd00 00000007f654a920
0x000000010f9518c0: 000000010f9518c0 00000007fae193ad
0x000000010f9518d0: 000000010f951918 00000007faeafa08
0x000000010f9518e0: 0000000000000000 00000007fae193b8
0x000000010f9518f0: 0000000000000000 000000010f951910
0x000000010f951900: 000000010f951980 000000010c1ac4f7
0x000000010f951910: 00000007f354fd00 00000007f6538680
0x000000010f951920: 0000000000001fa0 0000000000000002

Instructions: (pc=0x00007fff8c1230a5)
0x00007fff8c123085: 6a 48 f7 c6 0f 00 00 00 74 31 0f 29 0f 0f 29 57
0x00007fff8c123095: 10 0f 29 5f 20 0f 29 67 30 48 83 c7 40 0f 10 0e
0x00007fff8c1230a5: 0f 10 56 10 0f 10 5e 20 0f 10 66 30 48 83 c6 40
0x00007fff8c1230b5: 48 83 ea 40 77 d4 eb 33 0f 1f 00 0f 29 0f 0f 29

Register to memory mapping:

RAX=0x00007fc7d31daa00 is an unknown value
RBX=0x0000000110239670 is an unknown value
RCX=0x0000000000000010 is an unknown value
RDX=0x0000000000005afa is an unknown value
RSP=0x000000010f951730 is pointing into the stack for thread: 0x00007fc7d3949000
RBP=0x000000010f951730 is pointing into the stack for thread: 0x00007fc7d3949000
RSI=0x000000011023afee is an unknown value
RDI=0x00007fc7d31dc350 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000006 is an unknown value
R10=0x0000000000000c00 is an unknown value
R11=0x00007fc6c2fa1362 is an unknown value
R12=0x0000000000001400 is an unknown value
R13=0x0000000000002d00 is an unknown value
R14=0x00000000d6000808 is an unknown value
R15=0x0000000000002943 is an unknown value

Stack: [0x000000010f854000,0x000000010f954000], sp=0x000000010f951730, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libsystem_platform.dylib+0x40a5] _platform_memmove$VARIANT$Nehalem+0xc5
C [libzip.dylib+0x3244] newEntry+0x2c8
C [libzip.dylib+0x3742] ZIP_GetEntry+0xa2
C [libzip.dylib+0x259c] Java_java_util_zip_ZipFile_getEntry+0xdd
J java.util.zip.ZipFile.getEntry(J[BZ)J

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J java.util.zip.ZipFile.getEntry(J[BZ)J
J java.util.zip.ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
J org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;
J org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(Ljava/lang/String;Z)Ljava/lang/Object;
J java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;
v ~StubRoutines::call_stub
j org.ow2.chameleon.wisdom.samples.SamplesController.__M_index()Lorg/ow2/chameleon/wisdom/api/http/Result;+0
j org.ow2.chameleon.wisdom.samples.SamplesController.index()Lorg/ow2/chameleon/wisdom/api/http/Result;+27
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j org.ow2.chameleon.wisdom.router.RouteDelegate.invoke()Lorg/ow2/chameleon/wisdom/api/http/Result;+223
j org.ow2.chameleon.wisdom.engine.server.WisdomHandler.invoke(Lorg/ow2/chameleon/wisdom/api/router/Route;)Lorg/ow2/chameleon/wisdom/api/http/Result;+1
j org.ow2.chameleon.wisdom.engine.server.WisdomHandler.dispatch(Lio/netty/channel/ChannelHandlerContext;)Z+161
j org.ow2.chameleon.wisdom.engine.server.WisdomHandler.handleHttpRequest(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpObject;)V+137
j org.ow2.chameleon.wisdom.engine.server.WisdomHandler.channelRead0(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V+13
j io.netty.channel.SimpleChannelInboundHandler.channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V+17
j io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(Ljava/lang/Object;)V+9
j io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;+35
j io.netty.channel.ChannelInboundHandlerAdapter.channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V+2
j io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(Ljava/lang/Object;)V+9
j io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;+35
j io.netty.handler.codec.ByteToMessageDecoder.channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V+175
j io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(Ljava/lang/Object;)V+9
j io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;+35
j io.netty.channel.DefaultChannelPipeline.fireChannelRead(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;+5
j io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read()V+132
j io.netty.channel.nio.NioEventLoop.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/channel/nio/AbstractNioChannel;)V+42
j io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;)V+33
j io.netty.channel.nio.NioEventLoop.run()V+77
j io.netty.util.concurrent.SingleThreadEventExecutor$2.run()V+13
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x00007fc7d3949000 JavaThread "nioEventLoopGroup-3-1" [_thread_in_native, id=9995, stack(0x000000010f854000,0x000000010f954000)]
0x00007fc7d475b000 JavaThread "nioEventLoopGroup-2-2" [_thread_in_native, id=21251, stack(0x00000001115c9000,0x00000001116c9000)]
0x00007fc7d47c3800 JavaThread "nioEventLoopGroup-2-1" [_thread_in_native, id=20995, stack(0x00000001114c6000,0x00000001115c6000)]
0x00007fc7d3258000 JavaThread "Thread-6" [_thread_blocked, id=19971, stack(0x000000011189c000,0x000000011199c000)]
0x00007fc7d449d800 JavaThread "net.sf.ehcache.CacheManager@4f1ed548" daemon [_thread_blocked, id=19459, stack(0x0000000110cd5000,0x0000000110dd5000)]
0x00007fc7d4b7e800 JavaThread "wisdom-system-akka.actor.default-dispatcher-4" [_thread_blocked, id=19203, stack(0x000000011132b000,0x000000011142b000)]
0x00007fc7d3c13800 JavaThread "wisdom-system-scheduler-1" [_thread_blocked, id=18435, stack(0x0000000111022000,0x0000000111122000)]
0x00007fc7d600d000 JavaThread "DestroyJavaVM" [_thread_blocked, id=5891, stack(0x000000010c0aa000,0x000000010c1aa000)]
0x00007fc7d7000000 JavaThread "Thread-3" [_thread_blocked, id=18179, stack(0x00000001108b8000,0x00000001109b8000)]
0x00007fc7d4143000 JavaThread "[iPOJO] pool-1-thread-1" [_thread_blocked, id=17923, stack(0x00000001107b5000,0x00000001108b5000)]
0x00007fc7d7080800 JavaThread "CM Event Dispatcher" daemon [_thread_blocked, id=17667, stack(0x0000000110ad5000,0x0000000110bd5000)]
0x00007fc7d395b800 JavaThread "CM Configuration Updater" daemon [_thread_blocked, id=17411, stack(0x00000001109d2000,0x0000000110ad2000)]
0x00007fc7d40d7000 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=17155, stack(0x00000001102c8000,0x00000001103c8000)]
0x00007fc7d4134000 JavaThread "FelixDispatchQueue" [_thread_blocked, id=16903, stack(0x000000011062b000,0x000000011072b000)]
0x00007fc7d404f800 JavaThread "Service Thread" daemon [_thread_blocked, id=15363, stack(0x000000010fc62000,0x000000010fd62000)]
0x00007fc7d404e800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=15107, stack(0x000000010fb5f000,0x000000010fc5f000)]
0x00007fc7d404e000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=14851, stack(0x000000010fa5c000,0x000000010fb5c000)]
0x00007fc7d3802000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14595, stack(0x000000010f959000,0x000000010fa59000)]
0x00007fc7d4805800 JavaThread "Finalizer" daemon [_thread_blocked, id=9731, stack(0x000000010f70c000,0x000000010f80c000)]
0x00007fc7d4805000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9475, stack(0x000000010f609000,0x000000010f709000)]

Other Threads:
0x00007fc7d4802000 VMThread [stack: 0x000000010f506000,0x000000010f606000] [id=9219]
0x00007fc7d4001800 WatcherThread [stack: 0x000000010fd65000,0x000000010fe65000] [id=15619]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 8064K, used 6186K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 76% used [0x00000007f3000000, 0x00000007f355b9a8, 0x00000007f3700000)
from space 896K, 78% used [0x00000007f3700000, 0x00000007f37af1a0, 0x00000007f37e0000)
to space 896K, 0% used [0x00000007f37e0000, 0x00000007f37e0000, 0x00000007f38c0000)
tenured generation total 17804K, used 12115K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 68% used [0x00000007f5a00000, 0x00000007f65d4f90, 0x00000007f65d5000, 0x00000007f6b63000)
compacting perm gen total 30848K, used 30723K [0x00000007fae00000, 0x00000007fcc20000, 0x0000000800000000)
the space 30848K, 99% used [0x00000007fae00000, 0x00000007fcc00f78, 0x00000007fcc01000, 0x00000007fcc20000)
No shared spaces configured.

Card table byte_map: [0x000000010a57f000,0x000000010a5e8000] byte_map_base: 0x00000001065e7000

Polling page: 0x000000010a56c000

Code Cache [0x000000010c1ac000, 0x000000010c41c000, 0x000000010f1ac000)
total_blobs=803 nmethods=455 adapters=300 free_code_cache=47396Kb largest_free_block=48466560

Compilation events (10 events):
Event: 52,398 Thread 0x00007fc7d404e000 473 akka.actor.LightArrayRevolverScheduler::akka$actor$LightArrayRevolverScheduler$$start (5 bytes)
Event: 52,398 Thread 0x00007fc7d404e000 nmethod 473 0x000000010c22fb90 code [0x000000010c22fcc0, 0x000000010c22fd18]
Event: 75,217 Thread 0x00007fc7d404e800 12 % akka.actor.LightArrayRevolverScheduler$$anon$12::nextTick @ 0 (193 bytes)
Event: 75,226 Thread 0x00007fc7d404e800 nmethod 12% 0x000000010c220890 code [0x000000010c220a60, 0x000000010c221058]
Event: 203,206 Thread 0x00007fc7d404e000 475 java.lang.StringCoding::deref (19 bytes)
Event: 203,206 Thread 0x00007fc7d404e800 476 java.lang.StringCoding::access$000 (6 bytes)
Event: 203,207 Thread 0x00007fc7d404e800 nmethod 476 0x000000010c36be10 code [0x000000010c36bf40, 0x000000010c36bf98]
Event: 203,207 Thread 0x00007fc7d404e800 477 java.lang.StringCoding::scale (7 bytes)
Event: 203,207 Thread 0x00007fc7d404e800 nmethod 477 0x000000010c36bc10 code [0x000000010c36bd40, 0x000000010c36bd98]
Event: 203,208 Thread 0x00007fc7d404e000 nmethod 475 0x000000010c2f1650 code [0x000000010c2f17c0, 0x000000010c2f1998]

GC Heap History (10 events):
Event: 2,939 GC heap before
{Heap before GC invocations=47 (full 3):
def new generation total 6912K, used 2843K [0x00000007f3000000, 0x00000007f3770000, 0x00000007f5a00000)
eden space 6208K, 34% used [0x00000007f3000000, 0x00000007f3216e38, 0x00000007f3610000)
from space 704K, 100% used [0x00000007f3610000, 0x00000007f36c0000, 0x00000007f36c0000)
to space 704K, 0% used [0x00000007f36c0000, 0x00000007f36c0000, 0x00000007f3770000)
tenured generation total 15156K, used 13061K [0x00000007f5a00000, 0x00000007f68cd000, 0x00000007fae00000)
the space 15156K, 86% used [0x00000007f5a00000, 0x00000007f66c1578, 0x00000007f66c1600, 0x00000007f68cd000)
compacting perm gen total 26688K, used 26687K [0x00000007fae00000, 0x00000007fc810000, 0x0000000800000000)
the space 26688K, 99% used [0x00000007fae00000, 0x00000007fc80ffd8, 0x00000007fc810000, 0x00000007fc810000)
No shared spaces configured.
Event: 3,012 GC heap after
Heap after GC invocations=48 (full 4):
def new generation total 8064K, used 0K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 0% used [0x00000007f3000000, 0x00000007f3000000, 0x00000007f3700000)
from space 896K, 0% used [0x00000007f3700000, 0x00000007f3700000, 0x00000007f37e0000)
to space 896K, 0% used [0x00000007f37e0000, 0x00000007f37e0000, 0x00000007f38c0000)
tenured generation total 17804K, used 10681K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 59% used [0x00000007f5a00000, 0x00000007f646e7f0, 0x00000007f646e800, 0x00000007f6b63000)
compacting perm gen total 26688K, used 26666K [0x00000007fae00000, 0x00000007fc810000, 0x0000000800000000)
the space 26688K, 99% used [0x00000007fae00000, 0x00000007fc80aa60, 0x00000007fc80ac00, 0x00000007fc810000)
No shared spaces configured.
}
Event: 3,118 GC heap before
{Heap before GC invocations=48 (full 4):
def new generation total 8064K, used 7168K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 100% used [0x00000007f3000000, 0x00000007f3700000, 0x00000007f3700000)
from space 896K, 0% used [0x00000007f3700000, 0x00000007f3700000, 0x00000007f37e0000)
to space 896K, 0% used [0x00000007f37e0000, 0x00000007f37e0000, 0x00000007f38c0000)
tenured generation total 17804K, used 10681K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 59% used [0x00000007f5a00000, 0x00000007f646e7f0, 0x00000007f646e800, 0x00000007f6b63000)
compacting perm gen total 27648K, used 27559K [0x00000007fae00000, 0x00000007fc900000, 0x0000000800000000)
the space 27648K, 99% used [0x00000007fae00000, 0x00000007fc8e9c98, 0x00000007fc8e9e00, 0x00000007fc900000)
No shared spaces configured.
Event: 3,122 GC heap after
Heap after GC invocations=49 (full 4):
def new generation total 8064K, used 895K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 0% used [0x00000007f3000000, 0x00000007f3000000, 0x00000007f3700000)
from space 896K, 99% used [0x00000007f37e0000, 0x00000007f38bfff8, 0x00000007f38c0000)
to space 896K, 0% used [0x00000007f3700000, 0x00000007f3700000, 0x00000007f37e0000)
tenured generation total 17804K, used 10878K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 61% used [0x00000007f5a00000, 0x00000007f649f920, 0x00000007f649fa00, 0x00000007f6b63000)
compacting perm gen total 27648K, used 27559K [0x00000007fae00000, 0x00000007fc900000, 0x0000000800000000)
the space 27648K, 99% used [0x00000007fae00000, 0x00000007fc8e9c98, 0x00000007fc8e9e00, 0x00000007fc900000)
No shared spaces configured.
}
Event: 3,210 GC heap before
{Heap before GC invocations=49 (full 4):
def new generation total 8064K, used 8063K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 100% used [0x00000007f3000000, 0x00000007f3700000, 0x00000007f3700000)
from space 896K, 99% used [0x00000007f37e0000, 0x00000007f38bfff8, 0x00000007f38c0000)
to space 896K, 0% used [0x00000007f3700000, 0x00000007f3700000, 0x00000007f37e0000)
tenured generation total 17804K, used 10878K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 61% used [0x00000007f5a00000, 0x00000007f649f920, 0x00000007f649fa00, 0x00000007f6b63000)
compacting perm gen total 27648K, used 27562K [0x00000007fae00000, 0x00000007fc900000, 0x0000000800000000)
the space 27648K, 99% used [0x00000007fae00000, 0x00000007fc8eab90, 0x00000007fc8eac00, 0x00000007fc900000)
No shared spaces configured.
Event: 3,212 GC heap after
Heap after GC invocations=50 (full 4):
def new generation total 8064K, used 30K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 0% used [0x00000007f3000000, 0x00000007f3000000, 0x00000007f3700000)
from space 896K, 3% used [0x00000007f3700000, 0x00000007f37079d0, 0x00000007f37e0000)
to space 896K, 0% used [0x00000007f37e0000, 0x00000007f37e0000, 0x00000007f38c0000)
tenured generation total 17804K, used 11227K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 63% used [0x00000007f5a00000, 0x00000007f64f6d18, 0x00000007f64f6e00, 0x00000007f6b63000)
compacting perm gen total 27648K, used 27562K [0x00000007fae00000, 0x00000007fc900000, 0x0000000800000000)
the space 27648K, 99% used [0x00000007fae00000, 0x00000007fc8eab90, 0x00000007fc8eac00, 0x00000007fc900000)
No shared spaces configured.
}
Event: 3,287 GC heap before
{Heap before GC invocations=50 (full 4):
def new generation total 8064K, used 7198K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 100% used [0x00000007f3000000, 0x00000007f3700000, 0x00000007f3700000)
from space 896K, 3% used [0x00000007f3700000, 0x00000007f37079d0, 0x00000007f37e0000)
to space 896K, 0% used [0x00000007f37e0000, 0x00000007f37e0000, 0x00000007f38c0000)
tenured generation total 17804K, used 11227K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 63% used [0x00000007f5a00000, 0x00000007f64f6d18, 0x00000007f64f6e00, 0x00000007f6b63000)
compacting perm gen total 28928K, used 28617K [0x00000007fae00000, 0x00000007fca40000, 0x0000000800000000)
the space 28928K, 98% used [0x00000007fae00000, 0x00000007fc9f2670, 0x00000007fc9f2800, 0x00000007fca40000)
No shared spaces configured.
Event: 3,292 GC heap after
Heap after GC invocations=51 (full 4):
def new generation total 8064K, used 896K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 0% used [0x00000007f3000000, 0x00000007f3000000, 0x00000007f3700000)
from space 896K, 100% used [0x00000007f37e0000, 0x00000007f38c0000, 0x00000007f38c0000)
to space 896K, 0% used [0x00000007f3700000, 0x00000007f3700000, 0x00000007f37e0000)
tenured generation total 17804K, used 11488K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 64% used [0x00000007f5a00000, 0x00000007f65382d8, 0x00000007f6538400, 0x00000007f6b63000)
compacting perm gen total 28928K, used 28617K [0x00000007fae00000, 0x00000007fca40000, 0x0000000800000000)
the space 28928K, 98% used [0x00000007fae00000, 0x00000007fc9f2670, 0x00000007fc9f2800, 0x00000007fca40000)
No shared spaces configured.
}
Event: 86,768 GC heap before
{Heap before GC invocations=51 (full 4):
def new generation total 8064K, used 8064K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 100% used [0x00000007f3000000, 0x00000007f3700000, 0x00000007f3700000)
from space 896K, 100% used [0x00000007f37e0000, 0x00000007f38c0000, 0x00000007f38c0000)
to space 896K, 0% used [0x00000007f3700000, 0x00000007f3700000, 0x00000007f37e0000)
tenured generation total 17804K, used 11488K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 64% used [0x00000007f5a00000, 0x00000007f65382d8, 0x00000007f6538400, 0x00000007f6b63000)
compacting perm gen total 29888K, used 29639K [0x00000007fae00000, 0x00000007fcb30000, 0x0000000800000000)
the space 29888K, 99% used [0x00000007fae00000, 0x00000007fcaf1fb8, 0x00000007fcaf2000, 0x00000007fcb30000)
No shared spaces configured.
Event: 86,773 GC heap after
Heap after GC invocations=52 (full 4):
def new generation total 8064K, used 700K [0x00000007f3000000, 0x00000007f38c0000, 0x00000007f5a00000)
eden space 7168K, 0% used [0x00000007f3000000, 0x00000007f3000000, 0x00000007f3700000)
from space 896K, 78% used [0x00000007f3700000, 0x00000007f37af1a0, 0x00000007f37e0000)
to space 896K, 0% used [0x00000007f37e0000, 0x00000007f37e0000, 0x00000007f38c0000)
tenured generation total 17804K, used 12115K [0x00000007f5a00000, 0x00000007f6b63000, 0x00000007fae00000)
the space 17804K, 68% used [0x00000007f5a00000, 0x00000007f65d4f90, 0x00000007f65d5000, 0x00000007f6b63000)
compacting perm gen total 29888K, used 29639K [0x00000007fae00000, 0x00000007fcb30000, 0x0000000800000000)
the space 29888K, 99% used [0x00000007fae00000, 0x00000007fcaf1fb8, 0x00000007fcaf2000, 0x00000007fcb30000)
No shared spaces configured.
}

Deoptimization events (10 events):
Event: 2,716 Thread 0x00007fc7d4143000 Uncommon trap -34 fr.pc 0x000000010c255660
Event: 2,829 Thread 0x00007fc7d4143000 Uncommon trap -83 fr.pc 0x000000010c2b0394
Event: 2,856 Thread 0x00007fc7d4143000 Uncommon trap -83 fr.pc 0x000000010c2d8b34
Event: 2,856 Thread 0x00007fc7d4143000 Uncommon trap -83 fr.pc 0x000000010c2d8328
Event: 2,890 Thread 0x00007fc7d4143000 Uncommon trap -58 fr.pc 0x000000010c317178
Event: 3,088 Thread 0x00007fc7d4143000 Uncommon trap -83 fr.pc 0x000000010c2b9820
Event: 3,233 Thread 0x00007fc7d4143000 Uncommon trap -12 fr.pc 0x000000010c358b5c
Event: 3,301 Thread 0x00007fc7d4492000 Uncommon trap -83 fr.pc 0x000000010c31e9d4
Event: 212,843 Thread 0x00007fc7d7000000 Uncommon trap -34 fr.pc 0x000000010c2d7128
Event: 219,589 Thread 0x00007fc7d3949000 Uncommon trap -58 fr.pc 0x000000010c37272c

Internal exceptions (10 events):
Event: 2,920 Thread 0x00007fc7d4143000 Threw 0x00000007f30dfac0 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
Event: 3,089 Thread 0x00007fc7d4143000 Threw 0x00000007f352ba90 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
Event: 3,090 Thread 0x00007fc7d4143000 Threw 0x00000007f3533138 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
Event: 3,090 Thread 0x00007fc7d4143000 Threw 0x00000007f3537e78 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
Event: 3,233 Thread 0x00007fc7d4143000 Implicit null exception at 0x000000010c353377 to 0x000000010c358b19
Event: 3,245 Thread 0x00007fc7d69ca800 Threw 0x00000007f32d44b0 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
Event: 3,245 Thread 0x00007fc7d69ca800 Threw 0x00000007f32d5310 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
Event: 3,259 Thread 0x00007fc7d69ca800 Threw 0x00000007f333a028 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDic
Event: 3,262 Thread 0x00007fc7d69ca800 Threw 0x00000007f33a0e20 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDic
Event: 3,327 Thread 0x00007fc7d69ca800 Threw 0x00000007f33748b8 at /HUDSON/workspace/jdk7u25-2-build-macosx-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jni.cpp:716

Events (10 events):
Event: 219,575 loading class 0x00007fc7d2f893d0
Event: 219,576 loading class 0x00007fc7d2f893d0 done
Event: 219,576 Executing VM operation: Deoptimize
Event: 219,576 Executing VM operation: Deoptimize done
Event: 219,589 Thread 0x00007fc7d3949000 DEOPT PACKING pc=0x000000010c37272c sp=0x000000010f952dd0
Event: 219,589 Thread 0x00007fc7d3949000 DEOPT UNPACKING pc=0x000000010c1e5145 sp=0x000000010f952da8 mode 2
Event: 219,589 loading class 0x00007fc7d2e3d9b0
Event: 219,589 loading class 0x00007fc7d2e3d9b0 done
Event: 219,589 loading class 0x00007fc7d2e3daa0
Event: 219,589 loading class 0x00007fc7d2e3daa0 done

Dynamic libraries:
0x000000000bdf2000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x000000000bdf2000 /System/Library/Frameworks/Security.framework/Versions/A/Security
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x000000000bdf2000 /usr/lib/libz.1.dylib
0x000000000bdf2000 /usr/lib/libSystem.B.dylib
0x000000000bdf2000 /usr/lib/libobjc.A.dylib
0x000000000bdf2000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x000000000bdf2000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x000000000bdf2000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x000000000bdf2000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x000000000bdf2000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x000000000bdf2000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x000000000bdf2000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x000000000bdf2000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x000000000bdf2000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x000000000bdf2000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x000000000bdf2000 /usr/lib/libauto.dylib
0x000000000bdf2000 /usr/lib/libicucore.A.dylib
0x000000000bdf2000 /usr/lib/libxml2.2.dylib
0x000000000bdf2000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x000000000bdf2000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x000000000bdf2000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x000000000bdf2000 /usr/lib/liblangid.dylib
0x000000000bdf2000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x000000000bdf2000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x000000000bdf2000 /usr/lib/libDiagnosticMessagesClient.dylib
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x000000000bdf2000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x000000000bdf2000 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x000000000bdf2000 /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x000000000bdf2000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x000000000bdf2000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x000000000bdf2000 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x000000000bdf2000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x000000000bdf2000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x000000000bdf2000 /usr/lib/libCRFSuite.dylib
0x000000000bdf2000 /usr/lib/libc++.1.dylib
0x000000000bdf2000 /usr/lib/libc++abi.dylib
0x000000000bdf2000 /usr/lib/system/libcache.dylib
0x000000000bdf2000 /usr/lib/system/libcommonCrypto.dylib
0x000000000bdf2000 /usr/lib/system/libcompiler_rt.dylib
0x000000000bdf2000 /usr/lib/system/libcopyfile.dylib
0x000000000bdf2000 /usr/lib/system/libcorecrypto.dylib
0x000000000bdf2000 /usr/lib/system/libdispatch.dylib
0x000000000bdf2000 /usr/lib/system/libdyld.dylib
0x000000000bdf2000 /usr/lib/system/libkeymgr.dylib
0x000000000bdf2000 /usr/lib/system/liblaunch.dylib
0x000000000bdf2000 /usr/lib/system/libmacho.dylib
0x000000000bdf2000 /usr/lib/system/libquarantine.dylib
0x000000000bdf2000 /usr/lib/system/libremovefile.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_asl.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_blocks.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_c.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_configuration.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_dnssd.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_info.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_kernel.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_m.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_malloc.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_network.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_notify.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_platform.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_pthread.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_sandbox.dylib
0x000000000bdf2000 /usr/lib/system/libsystem_stats.dylib
0x000000000bdf2000 /usr/lib/system/libunc.dylib
0x000000000bdf2000 /usr/lib/system/libunwind.dylib
0x000000000bdf2000 /usr/lib/system/libxpc.dylib
0x000000000bdf2000 /usr/lib/libbsm.0.dylib
0x000000000bdf2000 /usr/lib/libsqlite3.dylib
0x000000000bdf2000 /usr/lib/libxar.1.dylib
0x000000000bdf2000 /usr/lib/libpam.2.dylib
0x000000000bdf2000 /usr/lib/libOpenScriptingUtil.dylib
0x000000000bdf2000 /usr/lib/libbz2.1.0.dylib
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x000000000bdf2000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x000000000bdf2000 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x000000000bdf2000 /usr/lib/system/libkxld.dylib
0x000000000bdf2000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x000000000bdf2000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x000000000bdf2000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x000000000bdf2000 /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x000000000bdf2000 /usr/lib/libxslt.1.dylib
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x000000000bdf2000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x000000000bdf2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x000000000bdf2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x000000000bdf2000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x000000000bdf2000 /usr/lib/libcups.2.dylib
0x000000000bdf2000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x000000000bdf2000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x000000000bdf2000 /usr/lib/libresolv.9.dylib
0x000000000bdf2000 /usr/lib/libiconv.2.dylib
0x000000000bdf2000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x000000000bdf2000 /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x000000000bdf2000 /usr/lib/libheimdal-asn1.dylib
0x000000000bdf2000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x000000000bdf2000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x000000000bdf2000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x000000000bdf2000 /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x000000000bdf2000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x000000000bdf2000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x000000000bdf2000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x000000000bdf2000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x000000000bdf2000 /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x000000000bdf2000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x000000000bdf2000 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x000000000bdf2000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x000000000bdf2000 /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x000000000bdf2000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x000000000bdf2000 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x000000000bdf2000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x000000000bdf2000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x000000000bdf2000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x000000010b600000 /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/server/libjvm.dylib
0x000000000bdf2000 /usr/lib/libstdc++.6.dylib
0x000000010a52f000 /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libverify.dylib
0x000000010a53c000 /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libjava.dylib
0x000000010a576000 /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libzip.dylib
0x000000010f80e000 /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
0x000000010f826000 /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
0x000000010f83a000 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x000000010f846000 /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x000000000bdf2000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x000000010ff85000 /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/libnio.dylib
0x000000010ff94000 /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/jre/lib/./libnet.dylib

VM Arguments:
java_command: bin/chameleon-core-1.0.0-SNAPSHOT.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home
PATH=/usr/local/heroku/bin:/Applications/Xcode.app/Contents/Developer/usr//bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/clement/dev/apache-release:/Users/clement/dev/script:/usr/local/jsdoc
SHELL=/bin/bash
DISPLAY=/tmp/launch-sm0M5E/org.macosforge.xquartz:0

Signal Handlers:
SIGSEGV: [libjvm.dylib+0x4a820f], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGBUS: [libjvm.dylib+0x4a820f], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGFPE: [libjvm.dylib+0x3b7495], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGPIPE: [libjvm.dylib+0x3b7495], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGXFSZ: [libjvm.dylib+0x3b7495], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGILL: [libjvm.dylib+0x3b7495], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGUSR1: SIG_DFL, sa_mask[0]=0x63807efb, sa_flags=0x00000000
SIGUSR2: [libjvm.dylib+0x3b702e], sa_mask[0]=0x00000004, sa_flags=0x00000042
SIGHUP: [libjvm.dylib+0x3b528f], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGINT: [libjvm.dylib+0x3b528f], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGTERM: [libjvm.dylib+0x3b528f], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
SIGQUIT: [libjvm.dylib+0x3b528f], sa_mask[0]=0xfffefeff, sa_flags=0x00000042

--------------- S Y S T E M ---------------

OS:Bsduname:Darwin 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
load average:1,72 2,28 2,32

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 515472k(128868k free)

/proc/meminfo:

vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for bsd-amd64 JRE (1.7.0_25-b15), built on Jun 5 2013 22:26:36 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

time: Wed Nov 20 17:22:53 2013
elapsed time: 219 seconds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.