JavaFX bug? Crashes stage

I have a string that is built up of 2 dynamically updated fields. For some reason, this seems tricky and poorly supported.
public var heading: Number = DEFAULT_HEADING;
public var fid: Number = 0 ;
var labelString = bind "fid: {%.0f fid} angle: {%.0f 360*(heading/(2*PI))}";;
//var labelString = "";
//public var fid: Number = 0 on replace{
// labelString = "fid: {%.0f fid} angle: {%.0f 360*(heading/(2*PI))}";
labelString is used by a text node for its content via bind. The commented out version only ever updates once, no further ones are processed.
Is there a better way to build a dynamically updating string?
This is part of a custom node, and when fid and heading are modified, the heading indicator on my node updates fine. But after a second, the stage stops updating the display after the following exception is displayed:
Unexpected exception caught in MasterTimer.timePulse():
java.lang.NullPointerException
at com.sun.scenario.scenegraph.SGText.getRawBounds(SGText.java:1129)
at com.sun.scenario.scenegraph.SGText.getBounds(SGText.java:1003)
at com.sun.scenario.scenegraph.SGNode.calculateAccumBounds(SGNode.java:316)
at com.sun.scenario.scenegraph.SGNode.getTransformedBounds(SGNode.java:302)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:902)
at com.sun.scenario.scenegraph.SGWrapper.accumulateDirtyChildren(SGWrapper.java:106)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.SGGroup.accumulateDirtyChildren(SGGroup.java:282)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.SGWrapper.accumulateDirtyChildren(SGWrapper.java:106)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.SGGroup.accumulateDirtyChildren(SGGroup.java:282)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.SGWrapper.accumulateDirtyChildren(SGWrapper.java:106)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.SGGroup.accumulateDirtyChildren(SGGroup.java:282)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.SGGroup.accumulateDirtyChildren(SGGroup.java:282)
at com.sun.scenario.scenegraph.SGNode.accumulateDirty(SGNode.java:904)
at com.sun.scenario.scenegraph.JSGPanel.accumulateDirtyRegions(JSGPanel.java:763)
at com.sun.scenario.scenegraph.JSGPanel.repaintDirtyRegions(JSGPanel.java:611)
at com.sun.scenario.scenegraph.JSGPanelRepainter.repaintAll(JSGPanelRepainter.java:106)
at com.sun.scenario.scenegraph.JSGPanelRepainter$FrameDisplay.run(JSGPanelRepainter.java:112)
at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:365)
at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:247)
at com.sun.embeddedswing.EmbeddedEventQueue.doPulse(EmbeddedEventQueue.java:470)
at com.sun.embeddedswing.EmbeddedEventQueue.access$000(EmbeddedEventQueue.java:72)
at com.sun.embeddedswing.EmbeddedEventQueue$2.run(EmbeddedEventQueue.java:377)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I can't seem where to file a bug.

I can't guarantee that I am correct here, but dees your bind "fid: {%.0f fid} angle: {%.0f 360*(heading/(2*PI))}"; ever return null? and if so... what ever is bound to labelString can it cope with labelString being null?
Maybe take a look at the 'on replace' functionality, and see if you can provide some pre/post condition checking to prevent the propogation of null vales throughout your bind references.
Also, I still find set() operations good practice when you can write to something opposed to directly writing to the var. There is a reason why this is NOT done on java classes and that reason is exactly the same in JavaFX :)
If you really want a solution, checkout how to use the netbeans debugger... you'll soon see what's null when.

Similar Messages

  • Javafx app crashes on Linux

    my javafx project crashes after some clicks on tray icon on linux fedora but working fine on windows
    i am using jdk 1.7.0.40
    showing this error always . thanks in advance
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x004d8ded, pid=2121, tid=3026627440
    # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
    # Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode, sharing linux-x86 )
    # Problematic frame:
    # C  [libpthread.so.0+0x7ded]  pthread_mutex_lock+0x1d
    # Core dump written. Default location: /home/pawandeep/Desktop/workspace/FBTracker/core or core.2121
    # 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.

    Please find the while error log and provide necessarily action.
    My system Configuration:
    Fedora Linux :
    Relese 12(Constantine)
    Kernal Linux: 2.6.31.5-127.fc12.i686.PAE
    GNOME 2.28.0
    Hardware:
    Memory 991.2 MiB
    Processor: Intel Core2 Duo E4500 @ 2.20 GHz
    JDK Version: 1.7.0.40
    Sun JDK
    I am creating an Application With Java FX with Multi Threading, Timer Utility,Alpha property
    ==========================
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x004d8ded, pid=2532, tid=3026295664
    # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
    # Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode, sharing linux-x86 )
    # Problematic frame:
    # C  [libpthread.so.0+0x7ded]  pthread_mutex_lock+0x1d
    # Core dump written. Default location: /home/pawandeep/Desktop/workspace/FBTracker/core or core.2532
    # 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 (0xb51e2c00):  JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2551, stack(0xb45c9000,0xb461a000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x692f6275
    Registers:
    EAX=0x692f6269, EBX=0x004e7ff4, ECX=0xb51e1d1c, EDX=0xb4618cc8
    ESP=0xb4618c04, EBP=0xb4618c18, ESI=0x692f6269, EDI=0xb51e1d10
    EIP=0x004d8ded, EFLAGS=0x00010212, CR2=0x692f6275
    Top of Stack: (sp=0xb4618c04)
    0xb4618c04:   00000000 00000005 007d5f44 b4618cd4
    0xb4618c14:   b51e1d10 b4618c38 006c9320 692f6269
    0xb4618c24:   00000000 00000157 007d8610 006c9309
    0xb4618c34:   007d5f44 b4618c88 006e0075 b51e1d1c
    0xb4618c44:   00000fff 00000157 00000533 b51c72c0
    0xb4618c54:   00000000 006d080b b4618cc8 00754082
    0xb4618c64:   b48482d8 b4618c88 006d0d2e 00754082
    0xb4618c74:   00000004 00000533 007d5f44 b51c2720
    Instructions: (pc=0x004d8ded)
    0x004d8dcd:   00 00 00 55 89 e5 83 ec 14 89 75 f8 8b 75 08 89
    0x004d8ddd:   5d f4 89 7d fc e8 19 c5 ff ff 81 c3 0d f2 00 00
    0x004d8ded:   8b 7e 0c 89 f9 89 f8 83 e1 7f 83 e0 7c 75 3e 65
    0x004d8dfd:   8b 15 68 00 00 00 85 c9 89 55 f0 75 43 81 e7 80
    Register to memory mapping:
    EAX=0x692f6269 is an unknown value
    EBX=0x004e7ff4: <offset 0x16ff4> in /lib/libpthread.so.0 at 0x004d1000
    ECX=0xb51e1d1c is an unknown value
    EDX=0xb4618cc8 is pointing into the stack for thread: 0xb51e2c00
    ESP=0xb4618c04 is pointing into the stack for thread: 0xb51e2c00
    EBP=0xb4618c18 is pointing into the stack for thread: 0xb51e2c00
    ESI=0x692f6269 is an unknown value
    EDI=0xb51e1d10 is an unknown value
    Stack: [0xb45c9000,0xb461a000],  sp=0xb4618c04,  free space=319k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libpthread.so.0+0x7ded]  pthread_mutex_lock+0x1d
    C  [libX11.so.6+0x28320]  fileno+0x28320
    C  [libX11.so.6+0x3f075]  XrmQGetResource+0x45
    C  [libX11.so.6+0x1e5ae]  XGetDefault+0xce
    C  [libmawt.so+0x10789]  Java_sun_awt_X11_XlibWrapper_XGetDefault+0x89
    j  sun.awt.X11.XlibWrapper.XGetDefault(JLjava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
    j  sun.awt.X11.XToolkit.initializeMultiClickTime()V+12
    j  sun.awt.X11.XToolkit.getMultiClickTime()I+6
    j  sun.awt.X11.XWindow.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+270
    j  sun.awt.X11.XComponentPeer.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+68
    j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XEvent;)V+206
    j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XEvent;)V+40
    j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XEvent;)V+70
    j  sun.awt.X11.XToolkit.run(Z)V+367
    j  sun.awt.X11.XToolkit.run()V+5
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x2a7875]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x315
    V  [libjvm.so+0x3fa1e9]  os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x19
    V  [libjvm.so+0x2a64ef]  JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x2f
    V  [libjvm.so+0x2a672a]  JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x10a
    V  [libjvm.so+0x2a684b]  JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*)+0x4b
    V  [libjvm.so+0x3210e9]  thread_entry(JavaThread*, Thread*)+0xd9
    V  [libjvm.so+0x4ce1f9]  JavaThread::thread_main_inner()+0x109
    V  [libjvm.so+0x4ce353]  JavaThread::run()+0x123
    V  [libjvm.so+0x401419]  java_start(Thread*)+0x119
    C  [libpthread.so.0+0x5925]  abort@@GLIBC_2.0+0x5925
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.awt.X11.XlibWrapper.XGetDefault(JLjava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
    j  sun.awt.X11.XToolkit.initializeMultiClickTime()V+12
    j  sun.awt.X11.XToolkit.getMultiClickTime()I+6
    j  sun.awt.X11.XWindow.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+270
    j  sun.awt.X11.XComponentPeer.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+68
    j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XEvent;)V+206
    j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XEvent;)V+40
    j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XEvent;)V+70
    j  sun.awt.X11.XToolkit.run(Z)V+367
    j  sun.awt.X11.XToolkit.run()V+5
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0xb3aa6000 JavaThread "Timer-1" [_thread_blocked, id=2560, stack(0xb3daf000,0xb3e00000)]
      0xb3a64800 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=2558, stack(0xb4485000,0xb44d6000)]
      0xb3f23c00 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=2557, stack(0xb43c1000,0xb4412000)]
      0xb3e02800 JavaThread "Timer-0" daemon [_thread_blocked, id=2556, stack(0xb4434000,0xb4485000)]
      0xb51fdc00 JavaThread "Thread-4" daemon [_thread_blocked, id=2554, stack(0xb44d6000,0xb4527000)]
      0xb51fa400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2553, stack(0xb4527000,0xb4578000)]
      0xb51f9000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2552, stack(0xb4578000,0xb45c9000)]
    =>0xb51e2c00 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2551, stack(0xb45c9000,0xb461a000)]
      0xb51dd800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2550, stack(0xb461a000,0xb466b000)]
      0xb518e400 JavaThread "JavaFX Application Thread" [_thread_in_native, id=2549, stack(0xb466b000,0xb46bc000)]
      0xb518b400 JavaThread "Thread-2" daemon [_thread_blocked, id=2548, stack(0xb46bc000,0xb470d000)]
      0xb5125c00 JavaThread "Disposer" daemon [_thread_blocked, id=2547, stack(0xb470d000,0xb475e000)]
      0xb5124c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2546, stack(0xb475e000,0xb47af000)]
      0xb4846400 JavaThread "JavaFX-Launcher" [_thread_blocked, id=2545, stack(0xb47af000,0xb4800000)]
      0xb764d400 JavaThread "Service Thread" daemon [_thread_blocked, id=2543, stack(0xb4ca7000,0xb4cf8000)]
      0xb764b400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2542, stack(0xb522e000,0xb52af000)]
      0xb7649800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2541, stack(0xb52af000,0xb5300000)]
      0xb762bc00 JavaThread "Finalizer" daemon [_thread_blocked, id=2540, stack(0xb5435000,0xb5486000)]
      0xb762a000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2539, stack(0xb5486000,0xb54d7000)]
      0xb7609400 JavaThread "main" [_thread_blocked, id=2537, stack(0xb77ff000,0xb7850000)]
    Other Threads:
      0xb7628800 VMThread [stack: 0xb54d7000,0xb5558000] [id=2538]
      0xb764f800 WatcherThread [stack: 0xb4c26000,0xb4ca7000] [id=2544]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 12032K, used 11050K [0x7ff80000, 0x80c80000, 0x85220000)
      eden space 10752K,  90% used [0x7ff80000, 0x8090a8c8, 0x80a00000)
      from space 1280K, 100% used [0x80a00000, 0x80b40000, 0x80b40000)
      to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
    tenured generation   total 26508K, used 19727K [0x85220000, 0x86c03000, 0x8f780000)
       the space 26508K,  74% used [0x85220000, 0x86563cf0, 0x86563e00, 0x86c03000)
    compacting perm gen  total 13568K, used 13457K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  99% used [0x8f780000, 0x904a46e0, 0x904a4800, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Card table byte_map: [0xb5558000,0xb5600000] byte_map_base: 0xb5158400
    Polling page: 0xb7864000
    Code Cache  [0xb5600000, 0xb58b8000, 0xb7600000)
    total_blobs=1760 nmethods=1356 adapters=339 free_code_cache=30004Kb largest_free_block=30722368
    Compilation events (10 events):
    Event: 52.171 Thread 0xb764b400 1383             sun.util.logging.PlatformLogger$JavaLoggerProxy::doLog (13 bytes)
    Event: 52.172 Thread 0xb764b400 nmethod 1383 0xb58b2848 code [0xb58b2950, 0xb58b2a3c]
    Event: 52.172 Thread 0xb764b400 1384             sun.util.logging.LoggingSupport::log (15 bytes)
    Event: 52.172 Thread 0xb764b400 nmethod 1384 0xb58b2bc8 code [0xb58b2cd0, 0xb58b2dac]
    Event: 52.172 Thread 0xb764b400 1385             java.util.logging.LoggingProxyImpl::log (13 bytes)
    Event: 52.173 Thread 0xb764b400 nmethod 1385 0xb58b2ec8 code [0xb58b2fd0, 0xb58b30bc]
    Event: 52.173 Thread 0xb764b400 1386             sun.util.logging.PlatformLogger::finest (12 bytes)
    Event: 52.173 Thread 0xb764b400 nmethod 1386 0xb58b3188 code [0xb58b3290, 0xb58b332c]
    Event: 52.213 Thread 0xb764b400 1387             java.util.logging.Logger::log (38 bytes)
    Event: 52.213 Thread 0xb764b400 nmethod 1387 0xb58b3388 code [0xb58b34a0, 0xb58b35d8]
    GC Heap History (10 events):
    Event: 41.012 GC heap before
    {Heap before GC invocations=47 (full 2):
    def new generation   total 9344K, used 8860K [0x7ff80000, 0x809a0000, 0x85220000)
      eden space 8320K,  99% used [0x7ff80000, 0x8079dbf8, 0x807a0000)
      from space 1024K,  53% used [0x807a0000, 0x80829768, 0x808a0000)
      to   space 1024K,   0% used [0x808a0000, 0x808a0000, 0x809a0000)
    tenured generation   total 20616K, used 17643K [0x85220000, 0x86642000, 0x8f780000)
       the space 20616K,  85% used [0x85220000, 0x8635ac60, 0x8635ae00, 0x86642000)
    compacting perm gen  total 13312K, used 13247K [0x8f780000, 0x90480000, 0x93780000)
       the space 13312K,  99% used [0x8f780000, 0x9046fcc0, 0x9046fe00, 0x90480000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 41.015 GC heap after
    Heap after GC invocations=48 (full 2):
    def new generation   total 9344K, used 331K [0x7ff80000, 0x809a0000, 0x85220000)
      eden space 8320K,   0% used [0x7ff80000, 0x7ff80000, 0x807a0000)
      from space 1024K,  32% used [0x808a0000, 0x808f2f70, 0x809a0000)
      to   space 1024K,   0% used [0x807a0000, 0x807a0000, 0x808a0000)
    tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
       the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
    compacting perm gen  total 13312K, used 13247K [0x8f780000, 0x90480000, 0x93780000)
       the space 13312K,  99% used [0x8f780000, 0x9046fcc0, 0x9046fe00, 0x90480000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 41.091 GC heap before
    {Heap before GC invocations=48 (full 2):
    def new generation   total 9344K, used 6312K [0x7ff80000, 0x809a0000, 0x85220000)
      eden space 8320K,  71% used [0x7ff80000, 0x80557350, 0x807a0000)
      from space 1024K,  32% used [0x808a0000, 0x808f2f70, 0x809a0000)
      to   space 1024K,   0% used [0x807a0000, 0x807a0000, 0x808a0000)
    tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
       the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
    compacting perm gen  total 13312K, used 13255K [0x8f780000, 0x90480000, 0x93780000)
       the space 13312K,  99% used [0x8f780000, 0x90471cd0, 0x90471e00, 0x90480000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 41.095 GC heap after
    Heap after GC invocations=49 (full 2):
    def new generation   total 9344K, used 325K [0x7ff80000, 0x809a0000, 0x85220000)
      eden space 8320K,   0% used [0x7ff80000, 0x7ff80000, 0x807a0000)
      from space 1024K,  31% used [0x807a0000, 0x807f16d8, 0x808a0000)
      to   space 1024K,   0% used [0x808a0000, 0x808a0000, 0x809a0000)
    tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
       the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
    compacting perm gen  total 13312K, used 13255K [0x8f780000, 0x90480000, 0x93780000)
       the space 13312K,  99% used [0x8f780000, 0x90471cd0, 0x90471e00, 0x90480000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 41.274 GC heap before
    {Heap before GC invocations=49 (full 2):
    def new generation   total 9344K, used 6355K [0x7ff80000, 0x809a0000, 0x85220000)
      eden space 8320K,  72% used [0x7ff80000, 0x80563698, 0x807a0000)
      from space 1024K,  31% used [0x807a0000, 0x807f16d8, 0x808a0000)
      to   space 1024K,   0% used [0x808a0000, 0x808a0000, 0x809a0000)
    tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
       the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
    compacting perm gen  total 13568K, used 13338K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  98% used [0x8f780000, 0x90486ab0, 0x90486c00, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 41.379 GC heap after
    Heap after GC invocations=50 (full 3):
    def new generation   total 12032K, used 0K [0x7ff80000, 0x80c80000, 0x85220000)
      eden space 10752K,   0% used [0x7ff80000, 0x7ff80000, 0x80a00000)
      from space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
      to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
    tenured generation   total 26508K, used 15903K [0x85220000, 0x86c03000, 0x8f780000)
       the space 26508K,  59% used [0x85220000, 0x861a7da8, 0x861a7e00, 0x86c03000)
    compacting perm gen  total 13568K, used 13338K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  98% used [0x8f780000, 0x90486ab0, 0x90486c00, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 42.122 GC heap before
    {Heap before GC invocations=50 (full 3):
    def new generation   total 12032K, used 10752K [0x7ff80000, 0x80c80000, 0x85220000)
      eden space 10752K, 100% used [0x7ff80000, 0x80a00000, 0x80a00000)
      from space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
      to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
    tenured generation   total 26508K, used 15903K [0x85220000, 0x86c03000, 0x8f780000)
       the space 26508K,  59% used [0x85220000, 0x861a7da8, 0x861a7e00, 0x86c03000)
    compacting perm gen  total 13568K, used 13342K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  98% used [0x8f780000, 0x90487858, 0x90487a00, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 42.131 GC heap after
    Heap after GC invocations=51 (full 3):
    def new generation   total 12032K, used 459K [0x7ff80000, 0x80c80000, 0x85220000)
      eden space 10752K,   0% used [0x7ff80000, 0x7ff80000, 0x80a00000)
      from space 1280K,  35% used [0x80b40000, 0x80bb2fa0, 0x80c80000)
      to   space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
    tenured generation   total 26508K, used 19700K [0x85220000, 0x86c03000, 0x8f780000)
       the space 26508K,  74% used [0x85220000, 0x8655d138, 0x8655d200, 0x86c03000)
    compacting perm gen  total 13568K, used 13342K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  98% used [0x8f780000, 0x90487858, 0x90487a00, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 48.917 GC heap before
    {Heap before GC invocations=51 (full 3):
    def new generation   total 12032K, used 11211K [0x7ff80000, 0x80c80000, 0x85220000)
      eden space 10752K, 100% used [0x7ff80000, 0x80a00000, 0x80a00000)
      from space 1280K,  35% used [0x80b40000, 0x80bb2fa0, 0x80c80000)
      to   space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
    tenured generation   total 26508K, used 19700K [0x85220000, 0x86c03000, 0x8f780000)
       the space 26508K,  74% used [0x85220000, 0x8655d138, 0x8655d200, 0x86c03000)
    compacting perm gen  total 13568K, used 13415K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  98% used [0x8f780000, 0x90499cc8, 0x90499e00, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Event: 48.921 GC heap after
    Heap after GC invocations=52 (full 3):
    def new generation   total 12032K, used 1280K [0x7ff80000, 0x80c80000, 0x85220000)
      eden space 10752K,   0% used [0x7ff80000, 0x7ff80000, 0x80a00000)
      from space 1280K, 100% used [0x80a00000, 0x80b40000, 0x80b40000)
      to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
    tenured generation   total 26508K, used 19727K [0x85220000, 0x86c03000, 0x8f780000)
       the space 26508K,  74% used [0x85220000, 0x86563cf0, 0x86563e00, 0x86c03000)
    compacting perm gen  total 13568K, used 13415K [0x8f780000, 0x904c0000, 0x93780000)
       the space 13568K,  98% used [0x8f780000, 0x90499cc8, 0x90499e00, 0x904c0000)
        ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
        rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
    Deoptimization events (0 events):
    No events
    Internal exceptions (10 events):
    Event: 46.783 Thread 0xb518e400 Threw 0x8062dbb0 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.783 Thread 0xb518e400 Threw 0x80632d00 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.784 Thread 0xb518e400 Threw 0x80637688 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.784 Thread 0xb518e400 Threw 0x8063c880 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.784 Thread 0xb518e400 Threw 0x80641b30 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.785 Thread 0xb518e400 Threw 0x80646f80 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.785 Thread 0xb518e400 Threw 0x8064c350 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.902 Thread 0xb518e400 Threw 0x8066cd80 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.908 Thread 0xb518e400 Threw 0x80670d58 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Event: 46.908 Thread 0xb518e400 Threw 0x80674560 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
    Events (10 events):
    Event: 52.171 Executing VM operation: RevokeBias
    Event: 52.171 Executing VM operation: RevokeBias done
    Event: 52.173 Executing VM operation: RevokeBias
    Event: 52.173 Executing VM operation: RevokeBias done
    Event: 52.173 Executing VM operation: RevokeBias
    Event: 52.173 Executing VM operation: RevokeBias done
    Event: 52.219 loading class 0x94e4ff08
    Event: 52.249 loading class 0x94e4ff08 done
    Event: 52.441 loading class 0x94e4fe38
    Event: 52.465 loading class 0x94e4fe38 done
    Dynamic libraries:
    00110000-00282000 r-xp 00000000 08:02 2768983    /lib/libc-2.11.2.so
    00282000-00283000 ---p 00172000 08:02 2768983    /lib/libc-2.11.2.so
    00283000-00285000 r--p 00172000 08:02 2768983    /lib/libc-2.11.2.so
    00285000-00286000 rw-p 00174000 08:02 2768983    /lib/libc-2.11.2.so
    00286000-00289000 rw-p 00000000 00:00 0
    00289000-00294000 r-xp 00000000 08:02 248435     /usr/java/jdk1.7.0_40/jre/lib/i386/libverify.so
    00294000-00295000 rw-p 0000b000 08:02 248435     /usr/java/jdk1.7.0_40/jre/lib/i386/libverify.so
    00295000-002b2000 r-xp 00000000 08:02 3178979    /usr/lib/libxcb.so.1.1.0
    002b2000-002b3000 rw-p 0001c000 08:02 3178979    /usr/lib/libxcb.so.1.1.0
    002b3000-002cf000 r-xp 00000000 08:02 2768996    /lib/libselinux.so.1
    002cf000-002d0000 r--p 0001b000 08:02 2768996    /lib/libselinux.so.1
    002d0000-002d1000 rw-p 0001c000 08:02 2768996    /lib/libselinux.so.1
    002d1000-002db000 r-xp 00000000 08:02 3218290    /usr/lib/libdrm_intel.so.1.0.0
    002db000-002dc000 rw-p 00009000 08:02 3218290    /usr/lib/libdrm_intel.so.1.0.0
    002dc000-002fe000 r-xp 00000000 08:02 3288589    /usr/java/jdk1.7.0_40/jre/lib/i386/libglass.so
    002fe000-002ff000 r--p 00021000 08:02 3288589    /usr/java/jdk1.7.0_40/jre/lib/i386/libglass.so
    002ff000-00300000 rw-p 00022000 08:02 3288589    /usr/java/jdk1.7.0_40/jre/lib/i386/libglass.so
    00301000-0031f000 r-xp 00000000 08:02 2768982    /lib/ld-2.11.2.so
    0031f000-00320000 r--p 0001d000 08:02 2768982    /lib/ld-2.11.2.so
    00320000-00321000 rw-p 0001e000 08:02 2768982    /lib/ld-2.11.2.so
    00321000-0033e000 r-xp 00000000 08:02 3178996    /usr/lib/libatk-1.0.so.0.2809.1
    0033e000-00340000 rw-p 0001c000 08:02 3178996    /usr/lib/libatk-1.0.so.0.2809.1
    00340000-00368000 r-xp 00000000 08:02 3178984    /usr/lib/libpangoft2-1.0.so.0.2600.0
    00368000-00369000 rw-p 00028000 08:02 3178984    /usr/lib/libpangoft2-1.0.so.0.2600.0
    00369000-0036b000 r-xp 00000000 08:02 3178987    /usr/lib/libXinerama.so.1.0.0
    0036b000-0036c000 rw-p 00001000 08:02 3178987    /usr/lib/libXinerama.so.1.0.0
    0036d000-00380000 r-xp 00000000 08:02 3288569    /usr/java/jdk1.7.0_40/jre/lib/i386/jli/libjli.so
    00380000-00381000 rw-p 00012000 08:02 3288569    /usr/java/jdk1.7.0_40/jre/lib/i386/jli/libjli.so
    00381000-003fe000 r-xp 00000000 08:02 3482411    /usr/lib/dri/i915_dri.so
    003fe000-00402000 rw-p 0007c000 08:02 3482411    /usr/lib/dri/i915_dri.so
    00402000-0041f000 r-xp 00000000 08:02 3178994    /usr/lib/libgdk_pixbuf-2.0.so.0.1800.3
    0041f000-00420000 rw-p 0001d000 08:02 3178994    /usr/lib/libgdk_pixbuf-2.0.so.0.1800.3
    00420000-0042b000 r-xp 00000000 08:02 3178985    /usr/lib/libpangocairo-1.0.so.0.2600.0
    0042b000-0042c000 rw-p 0000a000 08:02 3178985    /usr/lib/libpangocairo-1.0.so.0.2600.0
    0042c000-00473000 r-xp 00000000 08:02 3178983    /usr/lib/libpango-1.0.so.0.2600.0
    00473000-00475000 rw-p 00046000 08:02 3178983    /usr/lib/libpango-1.0.so.0.2600.0
    00475000-0047a000 r-xp 00000000 08:02 3215496    /usr/lib/libXtst.so.6.1.0
    0047a000-0047b000 rw-p 00004000 08:02 3215496    /usr/lib/libXtst.so.6.1.0
    0047b000-00498000 r-xp 00000000 08:02 2768998    /lib/libgcc_s-4.4.4-20100630.so.1
    00498000-00499000 rw-p 0001d000 08:02 2768998    /lib/libgcc_s-4.4.4-20100630.so.1
    00499000-0049b000 r-xp 00000000 08:02 3178992    /usr/lib/libXcomposite.so.1.0.0
    0049b000-0049c000 rw-p 00001000 08:02 3178992    /usr/lib/libXcomposite.so.1.0.0
    0049e000-004c6000 r-xp 00000000 08:02 2768989    /lib/libm-2.11.2.so
    004c6000-004c7000 r--p 00027000 08:02 2768989    /lib/libm-2.11.2.so
    004c7000-004c8000 rw-p 00028000 08:02 2768989    /lib/libm-2.11.2.so
    004ca000-004cd000 r-xp 00000000 08:02 2768992    /lib/libdl-2.11.2.so
    004cd000-004ce000 r--p 00002000 08:02 2768992    /lib/libdl-2.11.2.so
    004ce000-004cf000 rw-p 00003000 08:02 2768992    /lib/libdl-2.11.2.so
    004d1000-004e7000 r-xp 00000000 08:02 2768985    /lib/libpthread-2.11.2.so
    004e7000-004e8000 r--p 00016000 08:02 2768985    /lib/libpthread-2.11.2.so
    004e8000-004e9000 rw-p 00017000 08:02 2768985    /lib/libpthread-2.11.2.so
    004e9000-004eb000 rw-p 00000000 00:00 0
    004ed000-004f4000 r-xp 00000000 08:02 2768986    /lib/librt-2.11.2.so
    004f4000-004f5000 r--p 00006000 08:02 2768986    /lib/librt-2.11.2.so
    004f5000-004f6000 rw-p 00007000 08:02 2768986    /lib/librt-2.11.2.so
    004f6000-0059b000 r-xp 00000000 08:02 3178995    /usr/lib/libgdk-x11-2.0.so.0.1800.3
    0059b000-0059e000 rw-p 000a5000 08:02 3178995    /usr/lib/libgdk-x11-2.0.so.0.1800.3
    0059e000-005d1000 r-xp 00000000 08:02 3178976    /usr/lib/libfontconfig.so.1.4.3
    005d1000-005d3000 rw-p 00032000 08:02 3178976    /usr/lib/libfontconfig.so.1.4.3
    005d3000-005db000 r-xp 00000000 08:02 3178981    /usr/lib/libXrender.so.1.3.0
    005db000-005dc000 rw-p 00008000 08:02 3178981    /usr/lib/libXrender.so.1.3.0
    005dc000-005e5000 r-xp 00000000 08:02 3178991    /usr/lib/libXcursor.so.1.0.2
    005e5000-005e6000 rw-p 00009000 08:02 3178991    /usr/lib/libXcursor.so.1.0.2
    005e6000-005e8000 r-xp 00000000 08:02 3360960    /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
    005e8000-005e9000 rw-p 00002000 08:02 3360960    /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
    005e9000-0060c000 r-xp 00000000 08:02 3288598    /usr/java/jdk1.7.0_40/jre/lib/i386/libjava.so
    0060c000-0060d000 rw-p 00022000 08:02 3288598    /usr/java/jdk1.7.0_40/jre/lib/i386/libjava.so
    0060d000-00611000 r-xp 00000000 08:02 2768987    /lib/libcap-ng.so.0.0.0
    00611000-00612000 r--p 00003000 08:02 2768987    /lib/libcap-ng.so.0.0.0
    00612000-00613000 rw-p 00004000 08:02 2768987    /lib/libcap-ng.so.0.0.0
    00613000-00617000 r-xp 00000000 08:02 3359024    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    00617000-00618000 rw-p 00004000 08:02 3359024    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    00618000-0065b000 r-xp 00000000 08:02 2768993    /lib/libgobject-2.0.so.0.2200.2
    0065b000-0065c000 rw-p 00043000 08:02 2768993    /lib/libgobject-2.0.so.0.2200.2
    0065c000-00669000 r-xp 00000000 08:02 3178988    /usr/lib/libXi.so.6.1.0
    00669000-0066a000 rw-p 0000d000 08:02 3178988    /usr/lib/libXi.so.6.1.0
    0066a000-0066f000 r-xp 00000000 08:02 3212752    /usr/lib/libogg.so.0.6.0
    0066f000-00670000 rw-p 00005000 08:02 3212752    /usr/lib/libogg.so.0.6.0
    00670000-00675000 r-xp 00000000 08:02 3916063    /lib/libnss_dns-2.11.2.so
    00675000-00676000 r--p 00004000 08:02 3916063    /lib/libnss_dns-2.11.2.so
    00676000-00677000 rw-p 00005000 08:02 3916063    /lib/libnss_dns-2.11.2.so
    00679000-0067c000 r-xp 00000000 08:02 2768994    /lib/libgmodule-2.0.so.0.2200.2
    0067c000-0067d000 rw-p 00002000 08:02 2768994    /lib/libgmodule-2.0.so.0.2200.2
    0067f000-00683000 r-xp 00000000 08:02 2768999    /lib/libgthread-2.0.so.0.2200.2
    00683000-00684000 rw-p 00003000 08:02 2768999    /lib/libgthread-2.0.so.0.2200.2
    00686000-00688000 r-xp 00000000 08:02 3178978    /usr/lib/libXau.so.6.0.0
    00688000-00689000 rw-p 00001000 08:02 3178978    /usr/lib/libXau.so.6.0.0
    00689000-0068d000 r-xp 00000000 08:02 2769009    /lib/libuuid.so.1.3.0
    0068d000-0068e000 rw-p 00003000 08:02 2769009    /lib/libuuid.so.1.3.0
    00693000-0069f000 r-xp 00000000 08:02 3916065    /lib/libnss_files-2.11.2.so
    0069f000-006a0000 r--p 0000b000 08:02 3916065    /lib/libnss_files-2.11.2.so
    006a0000-006a1000 rw-p 0000c000 08:02 3916065    /lib/libnss_files-2.11.2.so
    006a1000-007d5000 r-xp 00000000 08:02 3178980    /usr/lib/libX11.so.6.3.0
    007d5000-007d9000 rw-p 00133000 08:02 3178980    /usr/lib/libX11.so.6.3.0
    007d9000-007ee000 r-xp 00000000 08:02 2768995    /lib/libresolv-2.11.2.so
    007ee000-007ef000 r--p 00014000 08:02 2768995    /lib/libresolv-2.11.2.so
    007ef000-007f0000 rw-p 00015000 08:02 2768995    /lib/libresolv-2.11.2.so
    007f0000-007f2000 rw-p 00000000 00:00 0
    007f2000-00804000 r-xp 00000000 08:02 2768991    /lib/libz.so.1.2.3
    00804000-00805000 rw-p 00011000 08:02 2768991    /lib/libz.so.1.2.3
    00805000-00811000 r-xp 00000000 08:02 2023859    /tmp/libJNativeHook_9220727666909931960.so
    00811000-00812000 r--p 0000b000 08:02 2023859    /tmp/libJNativeHook_9220727666909931960.so
    00812000-00813000 rw-p 0000c000 08:02 2023859    /tmp/libJNativeHook_9220727666909931960.so
    00813000-0082a000 r-xp 00000000 08:02 248436     /usr/java/jdk1.7.0_40/jre/lib/i386/libzip.so
    0082a000-0082b000 rw-p 00017000 08:02 248436     /usr/java/jdk1.7.0_40/jre/lib/i386/libzip.so
    0082b000-0088c000 r-xp 00000000 08:02 3216108    /usr/lib/libpixman-1.so.0.16.2
    0088c000-0088e000 rw-p 00061000 08:02 3216108    /usr/lib/libpixman-1.so.0.16.2
    008a6000-008ae000 r-xp 00000000 08:02 3288624    /usr/java/jdk1.7.0_40/jre/lib/i386/libprism-es2.so
    008ae000-008af000 r--p 00007000 08:02 3288624    /usr/java/jdk1.7.0_40/jre/lib/i386/libprism-es2.so
    008af000-008b0000 rw-p 00008000 08:02 3288624    /usr/java/jdk1.7.0_40/jre/lib/i386/libprism-es2.so
    008b0000-0092e000 r-xp 00000000 08:02 3178982    /usr/lib/libcairo.so.2.10800.8
    0092e000-00930000 rw-p 0007e000 08:02 3178982    /usr/lib/libcairo.so.2.10800.8
    00931000-00958000 r-xp 00000000 08:02 3178977    /usr/lib/libpng12.so.0.39.0
    00958000-00959000 rw-p 00026000 08:02 3178977    /usr/lib/libpng12.so.0.39.0
    0095b000-0096b000 r-xp 00000000 08:02 3178986    /usr/lib/libXext.so.6.4.0
    0096b000-0096c000 rw-p 00010000 08:02 3178986    /usr/lib/libXext.so.6.4.0
    0096e000-00994000 r-xp 00000000 08:02 2768990    /lib/libexpat.so.1.5.2
    00994000-00996000 rw-p 00025000 08:02 2768990    /lib/libexpat.so.1.5.2
    00996000-00a45000 r-xp 00000000 08:02 2768997    /lib/libgio-2.0.so.0.2200.2
    00a45000-00a47000 rw-p 000af000 08:02 2768997    /lib/libgio-2.0.so.0.2200.2
    00a47000-00a72000 r-xp 00000000 08:02 3360869    /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
    00a72000-00a73000 rw-p 0002b000 08:02 3360869    /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
    00a73000-00a8a000 r-xp 00000000 08:02 3215636    /usr/lib/libICE.so.6.3.0
    00a8a000-00a8c000 rw-p 00016000 08:02 3215636    /usr/lib/libICE.so.6.3.0
    00a8c000-00a8d000 rw-p 00000000 00:00 0
    00a8f000-00a9d000 r-xp 00000000 08:02 3288621    /usr/java/jdk1.7.0_40/jre/lib/i386/libnio.so
    00a9d000-00a9e000 rw-p 0000e000 08:02 3288621    /usr/java/jdk1.7.0_40/jre/lib/i386/libnio.so
    00aa0000-00aa4000 r-xp 00000000 08:02 3178990    /usr/lib/libXfixes.so.3.1.0
    00aa4000-00aa5000 rw-p 00003000 08:02 3178990    /usr/lib/libXfixes.so.3.1.0
    00aa7000-00aae000 r-xp 00000000 08:02 3178989    /usr/lib/libXrandr.so.2.2.0
    00aae000-00aaf000 rw-p 00006000 08:02 3178989    /usr/lib/libXrandr.so.2.2.0
    00ab1000-00ab3000 r-xp 00000000 08:02 3178993    /usr/lib/libXdamage.so.1.1.0
    00ab3000-00ab4000 rw-p 00001000 08:02 3178993    /usr/lib/libXdamage.so.1.1.0
    00ab4000-00cc0000 r-xp 00000000 08:02 3482413    /usr/lib/dri/libdricore.so
    00cc0000-00cc7000 rw-p 0020b000 08:02 3482413    /usr/lib/dri/libdricore.so
    00cc7000-00cd5000 rw-p 00000000 00:00 0
    00cd5000-00d68000 r-xp 00000000 08:02 3178975    /usr/lib/libfreetype.so.6.3.20
    00d68000-00d6c000 rw-p 00092000 08:02 3178975    /usr/lib/libfreetype.so.6.3.20
    00d73000-00d87000 r-xp 00000000 08:02 3288620    /usr/java/jdk1.7.0_40/jre/lib/i386/libnet.so
    00d87000-00d88000 rw-p 00014000 08:02 3288620    /usr/java/jdk1.7.0_40/jre/lib/i386/libnet.so
    00da2000-00da3000 r-xp 00000000 00:00 0          [vdso]
    00da3000-01329000 r-xp 00000000 08:02 3288021    /usr/java/jdk1.7.0_40/jre/lib/i386/client/libjvm.so
    01329000-0134a000 rw-p 00586000 08:02 3288021    /usr/java/jdk1.7.0_40/jre/lib/i386/client/libjvm.so
    0134a000-0176a000 rw-p 00000000 00:00 0
    018d0000-01915000 r-xp 00000000 08:02 2768988    /lib/libdbus-1.so.3.4.0
    01915000-01916000 r--p 00044000 08:02 2768988    /lib/libdbus-1.so.3.4.0
    01916000-01917000 rw-p 00045000 08:02 2768988    /lib/libdbus-1.so.3.4.0
    01e06000-01e66000 r-xp 00000000 08:02 248433     /usr/java/jdk1.7.0_40/jre/lib/i386/libt2k.so
    01e66000-01e6a000 rw-p 0005f000 08:02 248433     /usr/java/jdk1.7.0_40/jre/lib/i386/libt2k.so
    01e6a000-01e6e000 rw-p 00000000 00:00 0
    0251d000-02550000 r-xp 00000000 08:02 3288611    /usr/java/jdk1.7.0_40/jre/lib/i386/libjpeg.so
    02550000-02551000 rw-p 00033000 08:02 3288611    /usr/java/jdk1.7.0_40/jre/lib/i386/libjpeg.so
    028b8000-0293f000 r-xp 00000000 08:02 3288580    /usr/java/jdk1.7.0_40/jre/lib/i386/libawt.so
    0293f000-02946000 rw-p 00086000 08:02 3288580    /usr/java/jdk1.7.0_40/jre/lib/i386/libawt.so
    02946000-0296a000 rw-p 00000000 00:00 0
    02b08000-02b28000 r-xp 00000000 08:02 3217128    /usr/lib/libdbus-glib-1.so.2.1.0
    02b28000-02b29000 rw-p 0001f000 08:02 3217128    /usr/lib/libdbus-glib-1.so.2.1.0
    032c6000-032eb000 r-xp 00000000 08:02 3288585    /usr/java/jdk1.7.0_40/jre/lib/i386/libdcpr.so
    032eb000-032ee000 rw-p 00024000 08:02 3288585    /usr/java/jdk1.7.0_40/jre/lib/i386/libdcpr.so
    03d0d000-03d3f000 r-xp 00000000 08:02 3288601    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-iio.so
    03d3f000-03d40000 r--p 00032000 08:02 3288601    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-iio.so
    03d40000-03d41000 rw-p 00033000 08:02 3288601    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-iio.so
    04796000-04bd1000 r-xp 00000000 08:02 3178997    /usr/lib/libgtk-x11-2.0.so.0.1800.3
    04bd1000-04bd7000 rw-p 0043b000 08:02 3178997    /usr/lib/libgtk-x11-2.0.so.0.1800.3
    04bd7000-04bd8000 rw-p 00000000 00:00 0
    04e21000-04f02000 r-xp 00000000 08:02 3178998    /usr/lib/libstdc++.so.6.0.13
    04f02000-04f06000 r--p 000e0000 08:02 3178998    /usr/lib/libstdc++.so.6.0.13
    04f06000-04f08000 rw-p 000e4000 08:02 3178998    /usr/lib/libstdc++.so.6.0.13
    04f08000-04f0e000 rw-p 00000000 00:00 0
    04f1b000-04f22000 r-xp 00000000 08:02 3179000    /usr/lib/libSM.so.6.0.0
    04f22000-04f23000 rw-p 00006000 08:02 3179000    /usr/lib/libSM.so.6.0.0
    0503d000-05041000 r-xp 00000000 08:02 3179064    /usr/lib/libXxf86vm.so.1.0.0
    05041000-05042000 rw-p 00004000 08:02 3179064    /usr/lib/libXxf86vm.so.1.0.0
    050bc000-051a4000 r-xp 00000000 08:02 2768984    /lib/libglib-2.0.so.0.2200.2
    051a4000-051a5000 rw-p 000e8000 08:02 2768984    /lib/libglib-2.0.so.0.2200.2
    051fc000-05205000 r-xp 00000000 08:02 3179028    /usr/lib/libltdl.so.7.2.0
    05205000-05206000 rw-p 00008000 08:02 3179028    /usr/lib/libltdl.so.7.2.0
    05208000-05210000 r-xp 00000000 08:02 3178859    /usr/lib/libvorbisfile.so.3.3.2
    05210000-05211000 rw-p 00007000 08:02 3178859    /usr/lib/libvorbisfile.so.3.3.2
    05295000-05299000 r-xp 00000000 08:02 3179090    /usr/lib/libcanberra-gtk.so.0.1.5
    05299000-0529a000 rw-p 00003000 08:02 3179090    /usr/lib/libcanberra-gtk.so.0.1.5
    05492000-054bc000 r-xp 00000000 08:02 3179055    /usr/lib/libvorbis.so.0.4.3
    054bc000-054bd000 rw-p 00029000 08:02 3179055    /usr/lib/libvorbis.so.0.4.3
    054bf000-054cd000 r-xp 00000000 08:02 3179088    /usr/lib/libtdb.so.1.1.5
    054cd000-054ce000 rw-p 0000d000 08:02 3179088    /usr/lib/libtdb.so.1.1.5
    05510000-0551f000 r-xp 00000000 08:02 3179089    /usr/lib/libcanberra.so.0.2.1
    0551f000-05520000 rw-p 0000f000 08:02 3179089    /usr/lib/libcanberra.so.0.2.1
    05581000-055da000 r-xp 00000000 08:02 3179038    /usr/lib/libXt.so.6.0.0
    055da000-055de000 rw-p 00058000 08:02 3179038    /usr/lib/libXt.so.6.0.0
    058ab000-058b5000 r-xp 00000000 08:02 3178685    /usr/lib/libdrm.so.2.4.0
    058b5000-058b6000 rw-p 00009000 08:02 3178685    /usr/lib/libdrm.so.2.4.0
    05aee000-05b78000 r-xp 00000000 08:02 3179107    /usr/lib/libGL.so.1.2
    05b78000-05b7e000 rw-p 0008a000 08:02 3179107    /usr/lib/libGL.so.1.2
    0643e000-06487000 r-xp 00000000 08:02 3293972    /usr/java/jdk1.7.0_40/jre/lib/i386/xawt/libmawt.so
    06487000-06489000 rw-p 00049000 08:02 3293972    /usr/java/jdk1.7.0_40/jre/lib/i386/xawt/libmawt.so
    06489000-0648a000 rw-p 00000000 00:00 0
    06695000-066e2000 r-xp 00000000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
    066e2000-066e3000 ---p 0004d000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
    066e3000-066e6000 r--p 0004d000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
    066e6000-066e7000 rw-p 00050000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
    0774c000-077a8000 r-xp 00000000 08:02 3288588    /usr/java/jdk1.7.0_40/jre/lib/i386/libfontmanager.so
    077a8000-077ab000 rw-p 0005b000 08:02 3288588    /usr/java/jdk1.7.0_40/jre/lib/i386/libfontmanager.so
    077ab000-077af000 rw-p 00000000 00:00 0
    08048000-08049000 r-xp 00000000 08:02 3254608    /usr/java/jdk1.7.0_40/bin/java
    08049000-0804a000 rw-p 00000000 08:02 3254608    /usr/java/jdk1.7.0_40/bin/java
    080eb000-0811e000 r-xp 00000000 08:02 248432     /usr/java/jdk1.7.0_40/jre/lib/i386/libsunec.so
    0811e000-08122000 rw-p 00032000 08:02 248432     /usr/java/jdk1.7.0_40/jre/lib/i386/libsunec.so
    08122000-08126000 rw-p 00000000 00:00 0
    0930d000-09393000 rw-p 00000000 00:00 0          [heap]
    7ff80000-80c80000 rw-p 00000000 00:00 0
    80c80000-85220000 rw-p 00000000 00:00 0
    85220000-86c03000 rw-p 00000000 00:00 0
    86c03000-8f780000 rw-p 00000000 00:00 0
    8f780000-904c0000 rw-p 00000000 00:00 0
    904c0000-93780000 rw-p 00000000 00:00 0
    93780000-93c51000 r--p 00001000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
    93c51000-94180000 rw-p 00000000 00:00 0
    94180000-94864000 rw-p 004d2000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
    94864000-94d80000 rw-p 00000000 00:00 0
    94d80000-95030000 rw-p 00bb6000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
    95030000-95180000 rw-p 00000000 00:00 0
    95180000-95189000 r-xp 00e66000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
    95189000-95580000 rw-p 00000000 00:00 0
    b3918000-b3a00000 rw-p 00000000 00:00 0
    b3a00000-b3aff000 rw-p 00000000 00:00 0
    b3aff000-b3b00000 ---p 00000000 00:00 0
    b3b00000-b3b3c000 rw-p 00000000 00:00 0
    b3b3c000-b3c00000 ---p 00000000 00:00 0
    b3c00000-b3cfc000 rw-p 00000000 00:00 0
    b3cfc000-b3d00000 ---p 00000000 00:00 0
    b3daf000-b3db2000 ---p 00000000 00:00 0
    b3db2000-b3e00000 rw-p 00000000 00:00 0
    b3e00000-b3efe000 rw-p 00000000 00:00 0
    b3efe000-b3f00000 ---p 00000000 00:00 0
    b3f00000-b3ff4000 rw-p 00000000 00:00 0
    b3ff4000-b4000000 ---p 00000000 00:00 0
    b4000000-b40f9000 rw-p 00000000 00:00 0
    b40f9000-b4100000 ---p 00000000 00:00 0
    b4100000-b41fa000 rw-p 00000000 00:00 0
    b41fa000-b4200000 ---p 00000000 00:00 0
    b4200000-b42ff000 rw-p 00000000 00:00 0
    b42ff000-b4300000 ---p 00000000 00:00 0
    b4303000-b4305000 rw-p 00000000 00:00 0
    b4305000-b4308000 ---p 00000000 00:00 0
    b4308000-b4356000 rw-p 00000000 00:00 0
    b4356000-b4359000 r--s 0002d000 08:02 3287658    /usr/java/jdk1.7.0_40/jre/lib/ext/sunjce_provider.jar
    b4359000-b435a000 r--s 00003000 08:02 3287657    /usr/java/jdk1.7.0_40/jre/lib/ext/sunec.jar
    b435a000-b435d000 r--s 00018000 08:02 962613     /usr/java/jdk1.7.0_40/jre/lib/jce.jar
    b435d000-b4361000 r--s 0008a000 08:02 962627     /usr/java/jdk1.7.0_40/jre/lib/jsse.jar
    b4361000-b43c1000 rw-s 00000000 00:08 5570581    /SYSV00000000 (deleted)
    b43c1000-b43c4000 ---p 00000000 00:00 0
    b43c4000-b4412000 rw-p 00000000 00:00 0
    b4412000-b4415000 r--s 00000000 08:02 3810564    /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86.cache-2
    b4415000-b441b000 r--s 00000000 08:02 3810566    /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86.cache-2
    b441b000-b441d000 r--s 00000000 08:02 3810531    /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-x86.cache-2
    b441d000-b441f000 r--s 00000000 08:02 3810530    /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-x86.cache-2
    b441f000-b4420000 r--s 00000000 08:02 3810529    /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-x86.cache-2
    b4420000-b4422000 r--s 00000000 08:02 3810528    /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-x86.cache-2
    b4422000-b4423000 r--s 00000000 08:02 3810527    /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-x86.cache-2
    b4423000-b4424000 r--s 00000000 08:02 3810526    /var/cache/fontconfig/6cfc7d49b27ba7d3eb71ab86e04def2c-x86.cache-2
    b4424000-b4425000 r--s 00000000 08:02 3810525    /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-x86.cache-2
    b4425000-b4426000 r--s 00000000 08:02 3810524    /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-x86.cache-2
    b4426000-b4427000 r--s 00000000 08:02 3810523    /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-x86.cache-2
    b4427000-b4428000 r--s 00000000 08:02 3810522    /var/cache/fontconfig/211368abcb0ff835c229ff05c9ec01dc-x86.cache-2
    b4428000-b4429000 r--s 00000000 08:02 3810521    /var/cache/fontconfig/c46020d7221988a13df853d2b46304fc-x86.cache-2
    b4429000-b442a000 r--s 00000000 08:02 3810520    /var/cache/fontconfig/d290456e58f67f52b0f8f224126f9ea8-x86.cache-2
    b442a000-b442b000 r--s 00000000 08:02 3810519    /var/cache/fontconfig/b63c21b9c3e5b4a4009aa5966b421593-x86.cache-2
    b442b000-b442c000 r--s 00000000 08:02 3810518    /var/cache/fontconfig/df893b4576ad6107f9397134092c4059-x86.cache-2
    b442c000-b442d000 r--s 00000000 08:02 3810517    /var/cache/fontconfig/ff627ea95a65192232277bf7c8a56f23-x86.cache-2
    b442d000-b442e000 r--s 00000000 08:02 3810516    /var/cache/fontconfig/900402270e15d763a6e008bb2d4c7686-x86.cache-2
    b442e000-b442f000 r--s 00000000 08:02 3810515    /var/cache/fontconfig/2881ed3fd21ca306ddad6f9b0dd3189f-x86.cache-2
    b442f000-b4430000 r--s 00000000 08:02 3810514    /var/cache/fontconfig/3c3fb04d32a5211b073874b125d29701-x86.cache-2
    b4430000-b4431000 r--s 00000000 08:02 3810513    /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-x86.cache-2
    b4431000-b4434000 r--s 00000000 08:02 3810512    /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86.cache-2
    b4434000-b4437000 ---p 00000000 00:00 0
    b4437000-b4485000 rw-p 00000000 00:00 0
    b4485000-b4488000 ---p 00000000 00:00 0
    b4488000-b44d6000 rw-p 00000000 00:00 0
    b44d6000-b44d9000 ---p 00000000 00:00 0
    b44d9000-b4527000 rw-p 00000000 00:00 0
    b4527000-b452a000 ---p 00000000 00:00 0
    b452a000-b4578000 rw-p 00000000 00:00 0
    b4578000-b457b000 ---p 00000000 00:00 0
    b457b000-b45c9000 rw-p 00000000 00:00 0
    b45c9000-b45cc000 ---p 00000000 00:00 0
    b45cc000-b461a000 rw-p 00000000 00:00 0
    b461a000-b461d000 ---p 00000000 00:00 0
    b461d000-b466b000 rw-p 00000000 00:00 0
    b466b000-b466e000 ---p 00000000 00:00 0
    b466e000-b46bc000 rw-p 00000000 00:00 0
    b46bc000-b46bf000 ---p 00000000 00:00 0
    b46bf000-b470d000 rw-p 00000000 00:00 0
    b470d000-b4710000 ---p 00000000 00:00 0
    b4710000-b475e000 rw-p 00000000 00:00 0
    b475e000-b4761000 ---p 00000000 00:00 0
    b4761000-b47af000 rw-p 00000000 00:00 0
    b47af000-b47b2000 ---p 00000000 00:00 0
    b47b2000-b4800000 rw-p 00000000 00:00 0
    b4800000-b48c3000 rw-p 00000000 00:00 0
    b48c3000-b4900000 ---p 00000000 00:00 0
    b4900000-b4901000 rw-p 00000000 00:00 0
    b4901000-b4902000 r--s 00000000 08:02 3810511    /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-x86.cache-2
    b4902000-b4905000 r--s 00000000 08:02 3810510    /var/cache/fontconfig/46b47dbc682d2ca4191e148ea7bde7f2-x86.cache-2
    b4905000-b4906000 r--s 00000000 08:02 3810509    /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-x86.cache-2
    b4906000-b490e000 r--s 00000000 08:02 3811654    /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-x86.cache-2
    b490e000-b4914000 r--s 00000000 08:02 3810507    /var/cache/fontconfig/928306c3ad40271d946e41014a49fc28-x86.cache-2
    b4914000-b491c000 r--s 00000000 08:02 3810568    /var/cache/fontconfig/18db0204b1f108dd01663673626fcd3d-x86.cache-2
    b491c000-b491d000 r--s 00000000 08:02 3810506    /var/cache/fontconfig/1248881498ac025e45c3042f6afe9284-x86.cache-2
    b491d000-b4928000 r--s 000af000 08:02 962626     /usr/java/jdk1.7.0_40/jre/lib/resources.jar
    b4928000-b492c000 r--s 000f7000 08:02 3287537    /usr/java/jdk1.7.0_40/jre/lib/ext/localedata.jar
    b492c000-b4933000 r--s 00000000 08:02 3253740    /usr/lib/gconv/gconv-modules.cache
    b4933000-b49c2000 r--s 00dda000 08:02 3287655    /usr/java/jdk1.7.0_40/jre/lib/jfxrt.jar
    b49c2000-b49c9000 r--s 00053000 08:02 2752880    /home/pawandeep/Desktop/workspace/FBTracker/lib/log4j.jar
    b49c9000-b49cb000 r--s 00024000 08:02 2752815    /home/pawandeep/Desktop/workspace/FBTracker/lib/JNativeHook.jar
    b49cb000-b49cd000 r--s 0000f000 08:02 2737811    /home/pawandeep/Desktop/workspace/FBTracker/schudt-javafx-datepicker-0.0.2.jar
    b49cd000-b49d8000 r--s 000ca000 08:02 2752873    /home/pawandeep/Desktop/workspace/FBTracker/lib/jfxtras-labs-0.1.jar
    b49d8000-b49da000 r--s 0000f000 08:02 2752857    /home/pawandeep/Desktop/workspace/FBTracker/lib/ftp4j-1.7.2.jar
    b49da000-b49e0000 r--s 0003f000 08:02 2752851    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-net-3.3.jar
    b49e0000-b4a1d000 r--s 0024f000 08:02 2752893    /home/pawandeep/Desktop/workspace/FBTracker/lib/xmlbeans-2.3.0.jar
    b4a1d000-b4a1f000 r--s 00013000 08:02 2752892    /home/pawandeep/Desktop/workspace/FBTracker/lib/xml-resolver-1.2.jar
    b4a1f000-b4a3d000 r--s 0027d000 08:02 2752891    /home/pawandeep/Desktop/workspace/FBTracker/lib/xalan-2.7.0.jar
    b4a3d000-b4a43000 r--s 0007a000 08:02 2752890    /home/pawandeep/Desktop/workspace/FBTracker/lib/wstx-asl-3.2.9.jar
    b4a43000-b4a48000 r--s 00020000 08:02 2752889    /home/pawandeep/Desktop/workspace/FBTracker/lib/wsdl4j-1.6.2.jar
    b4a48000-b4a49000 r--s 0000b000 08:02 2752888    /home/pawandeep/Desktop/workspace/FBTracker/lib/woden-impl-dom-1.0M9.jar
    b4a49000-b4a4d000 r--s 0002a000 08:02 2752887    /home/pawandeep/Desktop/workspace/FBTracker/lib/woden-impl-commons-1.0M9.jar
    b4a4d000-b4a52000 r--s 00020000 08:02 2752886    /home/pawandeep/Desktop/workspace/FBTracker/lib/woden-api-1.0M9.jar
    b4a52000-b4a56000 r--s 00034000 08:02 2752885    /home/pawandeep/Desktop/workspace/FBTracker/lib/tribes-6.0.16.jar
    b4a56000-b4a58000 r--s 00006000 08:02 2752884    /home/pawandeep/Desktop/workspace/FBTracker/lib/regexp-1.2.jar
    b4a58000-b4a5a000 r--s 00010000 08:02 2752883    /home/pawandeep/Desktop/workspace/FBTracker/lib/neethi-3.0.2.jar
    b4a5a000-b4a5c000 r--s 00007000 08:02 2752882    /home/pawandeep/Desktop/workspace/FBTracker/lib/mex-1.6.2-impl.jar
    b4a5c000-b4a62000 r--s 00059000 08:02 2752881    /home/pawandeep/Desktop/workspace/FBTracker/lib/mail-1.4.jar
    b4a62000-b4a69000 r--s 00059000 08:02 2752879    /home/pawandeep/Desktop/workspace/FBTracker/lib/log4j-1.2.15.jar
    b4a69000-b4a6a000 r--s 00004000 08:02 2752877    /home/pawandeep/Desktop/workspace/FBTracker/lib/juli-6.0.16.jar
    b4a6a000-b4a6c000 r--s 00009000 08:02 2752876    /home/pawandeep/Desktop/workspace/FBTracker/lib/jsr311-api-1.0.jar
    b4a6c000-b4a6f000 r--s 0001d000 08:02 2752875    /home/pawandeep/Desktop/workspace/FBTracker/lib/jibx-run-1.2.jar
    b4a6f000-b4a74000 r--s 0005f000 08:02 2752874    /home/pawandeep/Desktop/workspace/FBTracker/lib/jibx-bind-1.2.jar
    b4a74000-b4a76000 r--s 0000c000 08:02 2752872    /home/pawandeep/Desktop/workspace/FBTracker/lib/jettison-1.0-RC2.jar
    b4a76000-b4a7f000 r--s 00074000 08:02 2752871    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxws-tools-2.1.3.jar
    b4a7f000-b4a85000 r--s 00032000 08:02 2752870    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxen-1.1.1.jar
    b4a85000-b4ac0000 r--s 002c1000 08:02 2752869    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxb-xjc-2.1.7.jar
    b4ac0000-b4ad2000 r--s 000bf000 08:02 2752868    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxb-impl-2.1.7.jar
    b4ad2000-b4ad5000 r--s 00013000 08:02 2752867    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxb-api-2.1.jar
    b4ad5000-b4ae6000 r--s 00136000 08:02 2752865    /home/pawandeep/Desktop/workspace/FBTracker/lib/jalopy-1.5rc3.jar
    b4ae6000-b4aeb000 r--s 00026000 08:02 2752864    /home/pawandeep/Desktop/workspace/FBTracker/lib/httpcore-4.0.jar
    b4aeb000-b4aec000 r--s 00003000 08:02 2752863    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
    b4aec000-b4aee000 r--s 00006000 08:02 2752862    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
    b4aee000-b4af0000 r--s 00006000 08:02 2752861    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-saaj_1.3_spec-1.0.1.jar
    b4af0000-b4af1000 r--s 00003000 08:02 2752860    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-jta_1.1_spec-1.1.jar
    b4af1000-b4af4000 r--s 0000c000 08:02 2752859    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-jaxws_2.2_spec-1.0.jar
    b4af4000-b4af5000 r--s 00002000 08:02 2752858    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-annotation_1.0_spec-1.1.jar
    b4af5000-b4af7000 r--s 0000d000 08:02 2752850    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-logging-1.1.1.jar
    b4af7000-b4afa000 r--s 00018000 08:02 2752849    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-io-1.4.jar
    b4afa000-b4b00000 r--s 00045000 08:02 2752848    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-httpclient-3.1.jar
    b4b00000-b4bff000 rw-p 00000000 00:00 0
    b4bff000-b4c00000 ---p 00000000 00:00 0
    b4c00000-b4c01000 r--s 00002000 08:02 2752852    /home/pawandeep/Desktop/workspace/FBTracker/lib/de.huxhorn.lilith.3rdparty.junique-1.0.2.jar
    b4c01000-b4c05000 r--s 00021000 08:02 2752816    /home/pawandeep/Desktop/workspace/FBTracker/lib/XmlSchema-1.4.7.jar
    b4c05000-b4c07000 r--s 0000b000 08:02 2752847    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-fileupload-1.2.jar
    b4c07000-b4c09000 r--s 0000a000 08:02 2752846    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-codec-1.3.jar
    b4c09000-b4c0b000 r--s 00009000 08:02 2752845    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-cli-1.2.jar
    b4c0b000-b4c14000 r--s 00075000 08:02 2752844    /home/pawandeep/Desktop/workspace/FBTracker/lib/bcel-5.1.jar
    b4c14000-b4c15000 r--s 00006000 08:02 2752843    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-xmlbeans-1.6.2.jar
    b4c15000-b4c16000 r--s 00003000 08:02 2752842    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-transport-local-1.6.2.jar
    b4c16000-b4c19000 r--s 00023000 08:02 2752841    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-transport-http-1.6.2.jar
    b4c19000-b4c1b000 r--s 00007000 08:02 2752839    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-soapmonitor-servlet-1.6.2.jar
    b4c1b000-b4c1d000 r--s 00015000 08:02 2752838    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-saaj-1.6.2.jar
    b4c1d000-b4c26000 r--s 00061000 08:02 2752836    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-metadata-1.6.2.jar
    b4c26000-b4c27000 ---p 00000000 00:00 0
    b4c27000-b4ca7000 rw-p 00000000 00:00 0
    b4ca7000-b4caa000 ---p 00000000 00:00 0
    b4caa000-b4d43000 rw-p 00000000 00:00 0
    b4d43000-b4f00000 r--s 039d3000 08:02 962629     /usr/java/jdk1.7.0_40/jre/lib/rt.jar
    b4f00000-b5100000 r--p 00000000 08:02 3218961    /usr/lib/locale/locale-archive
    b5100000-b5200000 rw-p 00000000 00:00 0
    b5200000-b5202000 r--s 00002000 08:02 2752837    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-mtompolicy-1.6.2.jar
    b5202000-b5210000 r--s 000f2000 08:02 2752835    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-kernel-1.6.2.jar
    b5210000-b5211000 r--s 00004000 08:02 2752834    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-json-1.6.2.jar
    b5211000-b5212000 r--s 00008000 08:02 2752833    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-jibx-1.6.2.jar
    b5212000-b521f000 r--s 000a9000 08:02 2752832    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-jaxws-1.6.2.jar
    b521f000-b5221000 r--s 00006000 08:02 2752831    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-jaxbri-1.6.2.jar
    b5221000-b5222000 r--s 00006000 08:02 2752830    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-java2wsdl-1.6.2.jar
    b5222000-b5224000 r--s 00003000 08:02 2752829    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-fastinfoset-1.6.2.jar
    b5224000-b5226000 r--s 00022000 08:02 2752828    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-corba-1.6.2.jar
    b5226000-b522b000 r--s 0003a000 08:02 2752827    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-codegen-1.6.2.jar
    b522b000-b522e000 r--s 00018000 08:02 2752826    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-clustering-1.6.2.jar
    b522e000-b5231000 ---p 00000000 00:00 0
    b5231000-b52af000 rw-p 00000000 00:00 0
    b52af000-b52b2000 ---p 00000000 00:00 0
    b52b2000-b5300000 rw-p 00000000 00:00 0
    b5300000-b53f2000 rw-p 00000000 00:00 0
    b53f2000-b5400000 ---p 00000000 00:00 0
    b5400000-b5401000 r--s 00002000 08:02 2752840    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-spring-1.6.2.jar
    b5401000-b5402000 r--s 00004000 08:02 2752825    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-ant-plugin-1.6.2.jar
    b5402000-b5404000 r--s 0002b000 08:02 2752824    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-adb-codegen-1.6.2.jar
    b5404000-b540d000 r--s 000a0000 08:02 2752823    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-adb-1.6.2.jar
    b540d000-b5411000 r--s 00023000 08:02 2752822    /home/pawandeep/Desktop/workspace/FBTracker/lib/axiom-impl-1.2.13.jar
    b5411000-b5415000 r--s 0002e000 08:02 2752821    /home/pawandeep/Desktop/workspace/FBTracker/lib/axiom-dom-1.2.13.jar
    b5415000-b541f000 r--s 0005d000 08:02 2752820    /home/pawandeep/Desktop/workspace/FBTracker/lib/axiom-api-1.2.13.jar
    b541f000-b5422000 r--s 00015000 08:02 2752819    /home/pawandeep/Desktop/workspace/FBTracker/lib/apache-mime4j-core-0.7.2.jar
    b5422000-b5427000 r--s 00068000 08:02 2752818    /home/pawandeep/Desktop/workspace/FBTracker/lib/antlr-2.7.7.jar
    b5427000-b5429000 r--s 0000e000 08:02 2752817    /home/pawandeep/Desktop/workspace/FBTracker/lib/activation-1.1.jar
    b5429000-b5435000 r--s 0006a000 08:02 2752896    /home/pawandeep/Desktop/workspace/FBTracker/lib/xstream-1.4.3.jar
    b5435000-b5438000 ---p 00000000 00:00 0
    b5438000-b5486000 rw-p 00000000 00:00 0
    b5486000-b5489000 ---p 00000000 00:00 0
    b5489000-b54d7000 rw-p 00000000 00:00 0
    b54d7000-b54d8000 ---p 00000000 00:00 0
    b54d8000-b555f000 rw-p 00000000 00:00 0
    b555f000-b5581000 rw-p 00000000 00:00 0
    b5581000-b558f000 rw-p 00000000 00:00 0
    b558f000-b55d4000 rw-p 00000000 00:00 0
    b55d4000-b55db000 rw-p 00000000 00:00 0
    b55db000-b55f4000 rw-p 00000000 00:00 0
    b55f4000-b5600000 rw-p 00000000 00:00 0
    b5600000-b58b8000 rwxp 00000000 00:00 0
    b58b8000-b76fe000 rw-p 00000000 00:00 0
    b76fe000-b7700000 ---p 00000000 00:00 0
    b7700000-b7702000 r--s 00015000 08:02 2752814    /home/pawandeep/Desktop/workspace/FBTracker/lib/AMSServices.jar
    b7702000-b7704000 r--s 00005000 08:02 2752895    /home/pawandeep/Desktop/workspace/FBTracker/lib/xpp3_min-1.1.4c.jar
    b7704000-b7712000 rw-p 00000000 00:00 0
    b7712000-b772c000 rw-p 00000000 00:00 0
    b772c000-b7739000 rw-p 00000000 00:00 0
    b7739000-b777f000 rw-p 00000000 00:00 0
    b777f000-b778a000 rw-p 00000000 00:00 0
    b778a000-b77ff000 rw-p 00000000 00:00 0
    b77ff000-b7802000 ---p 00000000 00:00 0
    b7802000-b7852000 rw-p 00000000 00:00 0
    b7852000-b7853000 r--s 00001000 08:02 2752894    /home/pawandeep/Desktop/workspace/FBTracker/lib/xmlpull-1.1.3.1.jar
    b7853000-b7855000 r--s 0001b000 08:02 2752866    /home/pawandeep/Desktop/workspace/FBTracker/lib/javafx-dialogs-0.0.1.jar
    b7855000-b785b000 rw-p 00000000 00:00 0
    b785b000-b7863000 rw-s 00000000 08:02 2162900    /tmp/hsperfdata_pawandeep/2532
    b7863000-b7864000 rw-p 00000000 00:00 0
    b7864000-b7865000 r--p 00000000 00:00 0
    b7865000-b7866000 rw-p 00000000 00:00 0
    bf894000-bf8aa000 rw-p 00000000 00:00 0          [stack]
    VM Arguments:
    jvm_args: -Dfile.encoding=UTF-8
    java_command: com.sps.fbtracker.view.FBTracker
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/pawandeep

  • Endless "Stream Overlap" Error Loop Bug Crashes Encore

    Endless "Stream Overlap" Error Loop Bug Crashes Encore.
    This is the 4 th time I have reproduced the bug.
    I burn a Disk image .. and upon completion the "Disk Info" resets to zero bytes under the Build Menu and when checking the Timelines Window the Dialog Box pops up with the "Stream Overlap" Error.
    Has anyone else had this issue?
    I have read other forum post .. and there is nothing relevant.
    I had to rebuild the project twice from scratch.
    I'm waiting for my Master Collection 5.5 .. maybe it is fixed in it.

    NOTE: There is a issue with Premiere Pro Dynamically Linking with After Effects with file corrupting I am experiencing as well.
    Someone offered a solution to rename my files to just words. ( No numbers or other characters )
    It still crashes .. and there is still file corruption ... but a "Linked Composition" can be found by "Edit Original" .. whereas it was not found before I changed the filename.
    This is a beginning to find the source of the nested bugs.
    I am wondering if this filesystem problem is core to the "Stream Overlap" problem noted here.
    I have have not reached tech support on the Encore side of this problems as of yet.
    This type of file system also has a terrible result for dated files:
    On the Mac ( Standard Finder ) :
    2011.1.1
    2011.1.2
    2011.1.9
    2011.1.10
    2011.1.11
    is treated in Adobe Encore as well as other Adobe Suite Master Collection Apps ( On the Mac Platform ) as:
    2011.1.1
    2011.1.10
    2011.1.11
    2011.1.2
    2011.1.9
    This make NO logical sense at all .. and must be some old DOS filesystem?
    Timecode
    Datestamp
    Numbered Outlines
    Are all very important ways to organize files / video.
    I am surprised that Adobe did not address this years ago.
    I have had two Adobe users mention a file system problem that has been known.
    Maybe it is the cause of my issues? ... Adobe is mixing two incompatible filesystems on a root level on the Mac platform only. ( Doesn't work with the Mac Finder? )

  • JavaFX runtime crash

    Hello everybody,
    I've problem with my javaFX client application.
    The meaning is it recieve XML data from a Glassfish v3 server thrown a Jersey web service.
    It's working well with MySQL but with Oracle the VM crash
    nb: Running OpenSolaris guest with VirtualBox, and Netbeans RAD tool.
    Here is the dump fie:
    # A fatal error has been detected by the Java Community Environment:
    # java.lang.OutOfMoneyError: requested $7400000000 for Larry::new. Out of credit?
    # Internal Error (buy.cpp:215), pid=3756, tid=5972
    # Error: Larry::new
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.0-b13 mixed mode windows-amd64 )
    # If you would like to submit a bug report, please visit:
    # https://shop.oracle.com/
    #Please Help!

    Let me check...
    I see the error, your server's date is wrong, it is already at 2010-04-01, there is something fishy there...

  • JavaFX application crashes after RedHat updated.

    Hi,
    I have a JavaFX application which was working fine until a couple of days over Red Hat 6 Workstation + JDK 1.7.0_25.
    After the installation of Red Hat updates, the app fails when i try to launch it:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f9534d6e831, pid=4215, tid=140278600795904
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [libc.so.6+0x89831]  memcpy+0x11
    # 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/nor/trabajo/EntornoTBS/workspace/tbs/tbs-Constraints/hs_err_pid4215.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.
    The rest of Java application (without hmi) work fine in the same environment.
    The full log file generated:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f60d0ba5831, pid=3996, tid=140053514811136
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [libc.so.6+0x89831]  memcpy+0x11
    # 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 (0x00007f608813b000):  JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=4014, stack(0x00007f60bfeff000,0x00007f60c0000000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000000, RBX=0x0000000000000009, RCX=0x0000000000000076, RDX=0x0000000000000009
    RSP=0x00007f60bfffdb28, RBP=0x00007f607c010d60, RSI=0x00007f607c023150, RDI=0x0000000000000000
    R8 =0x0000000000000000, R9 =0x0000000900000000, R10=0x00007f60bfffd8f0, R11=0x000000340fa424f0
    R12=0x00007f60bfffdbf8, R13=0x00007f60bfffdc00, R14=0x00007f60bfffdd50, R15=0x00007f60bfffdbfc
    RIP=0x00007f60d0ba5831, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000006
      TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x00007f60bfffdb28)
    0x00007f60bfffdb28:   000000340fa42417 0000000000000009
    0x00007f60bfffdb38:   00007f607c010d60 0000000000000009
    0x00007f60bfffdb48:   000000340fa42509 0000000900000000
    0x00007f60bfffdb58:   00007f607c010d60 0000000000000000
    0x00007f60bfffdb68:   00007f60bfaba921 0000000000000000
    0x00007f60bfffdb78:   00007f607c010850 0000000300190001
    0x00007f60bfffdb88:   0000000000000001 0000000900000000
    0x00007f60bfffdb98:   0000000000000000 0000000000000000
    0x00007f60bfffdba8:   00007f607c010d60 00007f60bfffdd50
    0x00007f60bfffdbb8:   0000000000000000 00007f60bfffdc08
    0x00007f60bfffdbc8:   00007f60bfffdc04 000000340fd3c748
    0x00007f60bfffdbd8:   00007f60bfab8a97 000000340fd3c748
    0x00007f60bfffdbe8:   00007f60bfa93b86 0000240000170001
    0x00007f60bfffdbf8:   0000000000000000 000000a700000001
    0x00007f60bfffdc08:   0000000100000000 00007f607c022f50
    0x00007f60bfffdc18:   00007f607c010d60 00007f607c010670
    0x00007f60bfffdc28:   00007f60bfffdd6c 000000340fd3c740
    0x00007f60bfffdc38:   00007f60bfab8e5e 000000340fd3c748
    0x00007f60bfffdc48:   00007f60bfab8440 00007f607c010c30
    0x00007f60bfffdc58:   00000000ffffffff 00007f607c015ea0
    0x00007f60bfffdc68:   0000000000000005 00007f607c022f50
    0x00007f60bfffdc78:   00007f607c010670 000000000000009f
    0x00007f60bfffdc88:   0000000000000000 00007f607c000020
    0x00007f60bfffdc98:   00007f607c000070 00007f6000000005
    0x00007f60bfffdca8:   0000000000000000 0000000000000001
    0x00007f60bfffdcb8:   000000340fa062b0 00007f60bfffdd50
    0x00007f60bfffdcc8:   00007f607c022f50 00007f607c010670
    0x00007f60bfffdcd8:   0000000000000000 0000000000001000
    0x00007f60bfffdce8:   0000000000020000 000ffffffffffff4
    0x00007f60bfffdcf8:   00007f607c022f50 00007f607c010670
    0x00007f60bfffdd08:   0000000000000000 0000000000000000
    0x00007f60bfffdd18:   000000340fd3c740 000000340fd3c748
    Instructions: (pc=0x00007f60d0ba5831)
    0x00007f60d0ba5811:   39 d1 0f 82 c7 6b 07 00 0f 1f 80 00 00 00 00 48
    0x00007f60d0ba5821:   83 fa 20 48 89 f8 73 77 f6 c2 01 74 0b 0f b6 0e
    0x00007f60d0ba5831:   88 0f 48 ff c6 48 ff c7 f6 c2 02 74 12 0f b7 0e
    0x00007f60d0ba5841:   66 89 0f 48 83 c6 02 48 83 c7 02 0f 1f 40 00 f6
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=0x0000000000000009 is an unknown value
    RCX=0x0000000000000076 is an unknown value
    RDX=0x0000000000000009 is an unknown value
    RSP=0x00007f60bfffdb28 is pointing into the stack for thread: 0x00007f608813b000
    RBP=0x00007f607c010d60 is an unknown value
    RSI=0x00007f607c023150 is an unknown value
    RDI=0x0000000000000000 is an unknown value
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000900000000 is an unknown value
    R10=0x00007f60bfffd8f0 is pointing into the stack for thread: 0x00007f608813b000
    R11=0x000000340fa424f0: _XReadPad+0 in /usr/lib64/libX11.so.6 at 0x000000340fa00000
    R12=0x00007f60bfffdbf8 is pointing into the stack for thread: 0x00007f608813b000
    R13=0x00007f60bfffdc00 is pointing into the stack for thread: 0x00007f608813b000
    R14=0x00007f60bfffdd50 is pointing into the stack for thread: 0x00007f608813b000
    R15=0x00007f60bfffdbfc is pointing into the stack for thread: 0x00007f608813b000
    Stack: [0x00007f60bfeff000,0x00007f60c0000000],  sp=0x00007f60bfffdb28,  free space=1018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libc.so.6+0x89831]  memcpy+0x11
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.sun.prism.es2.X11GLFactory.nInitialize([I)J+0
    j  com.sun.prism.es2.X11GLFactory.initialize(Ljava/lang/Class;Lcom/sun/prism/es2/GLPixelFormat$Attributes;)Z+73
    j  com.sun.prism.es2.ES2Pipeline.<clinit>()V+54
    v  ~StubRoutines::call_stub
    j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
    j  java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+8
    j  com.sun.prism.GraphicsPipeline.createPipeline()Lcom/sun/prism/GraphicsPipeline;+171
    j  com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init()V+0
    j  com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run()V+1
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
    =>0x00007f608813b000 JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=4014, stack(0x00007f60bfeff000,0x00007f60c0000000)]
      0x00007f60c81fd800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=4013, stack(0x00007f60c4205000,0x00007f60c4306000)]
      0x00007f60c80f1000 JavaThread "Service Thread" daemon [_thread_blocked, id=4011, stack(0x00007f60c45ae000,0x00007f60c46af000)]
      0x00007f60c80ef000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4010, stack(0x00007f60c46af000,0x00007f60c47b0000)]
      0x00007f60c80ec000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4009, stack(0x00007f60c47b0000,0x00007f60c48b1000)]
      0x00007f60c80ea000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4008, stack(0x00007f60c48b1000,0x00007f60c49b2000)]
      0x00007f60c809b800 JavaThread "Finalizer" daemon [_thread_blocked, id=4007, stack(0x00007f60c49b2000,0x00007f60c4ab3000)]
      0x00007f60c8099800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4006, stack(0x00007f60c4ab3000,0x00007f60c4bb4000)]
      0x00007f60c800a800 JavaThread "main" [_thread_blocked, id=4000, stack(0x00007f60d15e7000,0x00007f60d16e8000)]
    Other Threads:
      0x00007f60c8092000 VMThread [stack: 0x00007f60c4bb4000,0x00007f60c4cb5000] [id=4005]
      0x00007f60c80fb800 WatcherThread [stack: 0x00007f60c44ad000,0x00007f60c45ae000] [id=4012]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 13568K, used 7852K [0x00000000f0d60000, 0x00000000f1c80000, 0x0000000100000000)
      eden space 11648K, 67% used [0x00000000f0d60000,0x00000000f150b1b0,0x00000000f18c0000)
      from space 1920K, 0% used [0x00000000f1aa0000,0x00000000f1aa0000,0x00000000f1c80000)
      to   space 1920K, 0% used [0x00000000f18c0000,0x00000000f18c0000,0x00000000f1aa0000)
    ParOldGen       total 31104K, used 0K [0x00000000d2800000, 0x00000000d4660000, 0x00000000f0d60000)
      object space 31104K, 0% used [0x00000000d2800000,0x00000000d2800000,0x00000000d4660000)
    PSPermGen       total 21248K, used 4405K [0x00000000cd600000, 0x00000000ceac0000, 0x00000000d2800000)
      object space 21248K, 20% used [0x00000000cd600000,0x00000000cda4d7c0,0x00000000ceac0000)
    Card table byte_map: [0x00007f60c7e6a000,0x00007f60c8000000] byte_map_base: 0x00007f60c77ff000
    Polling page: 0x00007f60d1705000
    Code Cache  [0x00007f60cc10e000, 0x00007f60cc37e000, 0x00007f60cf10e000)
    total_blobs=238 nmethods=24 adapters=167 free_code_cache=48692Kb largest_free_block=49848192
    Compilation events (10 events):
    Event: 0,258 Thread 0x00007f60c80ec000 nmethod 17 0x00007f60cc172d10 code [0x00007f60cc172ea0, 0x00007f60cc173758]
    Event: 0,258 Thread 0x00007f60c80ec000   19             java.lang.String::equals (81 bytes)
    Event: 0,262 Thread 0x00007f60c80ec000 nmethod 19 0x00007f60cc174110 code [0x00007f60cc174260, 0x00007f60cc1744b8]
    Event: 0,262 Thread 0x00007f60c80ec000   20             java.lang.Math::min (11 bytes)
    Event: 0,263 Thread 0x00007f60c80ec000 nmethod 20 0x00007f60cc172b50 code [0x00007f60cc172c80, 0x00007f60cc172cb8]
    Event: 0,266 Thread 0x00007f60c80ef000 nmethod 18 0x00007f60cc17ea90 code [0x00007f60cc17ed20, 0x00007f60cc17f870]
    Event: 0,280 Thread 0x00007f60c80ec000   21             java.lang.String::replace (127 bytes)
    Event: 0,288 Thread 0x00007f60c80ec000 nmethod 21 0x00007f60cc177c90 code [0x00007f60cc177de0, 0x00007f60cc178238]
    Event: 0,347 Thread 0x00007f60c80ef000   22             java.lang.String::equals (81 bytes)
    Event: 0,350 Thread 0x00007f60c80ef000 nmethod 22 0x00007f60cc183b90 code [0x00007f60cc183ce0, 0x00007f60cc183f38]
    GC Heap History (0 events):
    No events
    Deoptimization events (2 events):
    Event: 0,127 Thread 0x00007f60c800a800 Uncommon trap -83 fr.pc 0x00007f60cc170810
    Event: 0,343 Thread 0x00007f608813b000 Uncommon trap -12 fr.pc 0x00007f60cc174474
    Internal exceptions (10 events):
    Event: 0,349 Thread 0x00007f608813b000 Threw 0x00000000f14a0f90 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,350 Thread 0x00007f608813b000 Threw 0x00000000f14a7c70 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,352 Thread 0x00007f608813b000 Threw 0x00000000f14acc18 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,353 Thread 0x00007f608813b000 Threw 0x00000000f14b2ed8 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,353 Thread 0x00007f608813b000 Threw 0x00000000f14bcea0 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,354 Thread 0x00007f608813b000 Threw 0x00000000f14c1ff0 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,354 Thread 0x00007f608813b000 Threw 0x00000000f14c6880 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,355 Thread 0x00007f608813b000 Threw 0x00000000f14cb280 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,355 Thread 0x00007f608813b000 Threw 0x00000000f14cfce8 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Event: 0,356 Thread 0x00007f608813b000 Threw 0x00000000f14d4a50 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/prims/jvm.cpp:1235
    Events (10 events):
    Event: 0,354 loading class 0x00007f607c00f070
    Event: 0,354 loading class 0x00007f607c00f070 done
    Event: 0,354 loading class 0x00007f607c00ee40
    Event: 0,354 loading class 0x00007f607c00ee40 done
    Event: 0,355 loading class 0x00007f607c0042f0
    Event: 0,355 loading class 0x00007f607c0042f0 done
    Event: 0,355 loading class 0x00007f607c00ee80
    Event: 0,355 loading class 0x00007f607c00ee80 done
    Event: 0,356 loading class 0x00007f607c00f720
    Event: 0,356 loading class 0x00007f607c00f720 done
    Dynamic libraries:
    00400000-00401000 r-xp 00000000 fd:00 392784                             /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/bin/java
    00600000-00601000 rw-p 00000000 fd:00 392784                             /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/bin/java
    00748000-00769000 rw-p 00000000 00:00 0                                  [heap]
    cd600000-ceac0000 rw-p 00000000 00:00 0
    ceac0000-d2800000 rw-p 00000000 00:00 0
    d2800000-d4660000 rw-p 00000000 00:00 0
    d4660000-f0d60000 rw-p 00000000 00:00 0
    f0d60000-f1c80000 rw-p 00000000 00:00 0
    f1c80000-100000000 rw-p 00000000 00:00 0
    340fa00000-340fb37000 r-xp 00000000 fd:00 567692                         /usr/lib64/libX11.so.6.3.0
    340fb37000-340fd37000 ---p 00137000 fd:00 567692                         /usr/lib64/libX11.so.6.3.0
    340fd37000-340fd3d000 rw-p 00137000 fd:00 567692                         /usr/lib64/libX11.so.6.3.0
    340fe00000-340fe1d000 r-xp 00000000 fd:00 567667                         /usr/lib64/libxcb.so.1.1.0
    340fe1d000-341001d000 ---p 0001d000 fd:00 567667                         /usr/lib64/libxcb.so.1.1.0
    341001d000-341001e000 rw-p 0001d000 fd:00 567667                         /usr/lib64/libxcb.so.1.1.0
    3410200000-3410202000 r-xp 00000000 fd:00 567662                         /usr/lib64/libXau.so.6.0.0
    3410202000-3410402000 ---p 00002000 fd:00 567662                         /usr/lib64/libXau.so.6.0.0
    3410402000-3410403000 rw-p 00002000 fd:00 567662                         /usr/lib64/libXau.so.6.0.0
    3411600000-3411612000 r-xp 00000000 fd:00 570374                         /usr/lib64/libXext.so.6.4.0
    3411612000-3411812000 ---p 00012000 fd:00 570374                         /usr/lib64/libXext.so.6.4.0
    3411812000-3411813000 rw-p 00012000 fd:00 570374                         /usr/lib64/libXext.so.6.4.0
    3413600000-3413605000 r-xp 00000000 fd:00 570378                         /usr/lib64/libXfixes.so.3.1.0
    3413605000-3413805000 ---p 00005000 fd:00 570378                         /usr/lib64/libXfixes.so.3.1.0
    3413805000-3413806000 rw-p 00005000 fd:00 570378                         /usr/lib64/libXfixes.so.3.1.0
    3414a00000-3414a02000 r-xp 00000000 fd:00 570381                         /usr/lib64/libXdamage.so.1.1.0
    3414a02000-3414c01000 ---p 00002000 fd:00 570381                         /usr/lib64/libXdamage.so.1.1.0
    3414c01000-3414c02000 rw-p 00001000 fd:00 570381                         /usr/lib64/libXdamage.so.1.1.0
    3416a00000-3416a0a000 r-xp 00000000 fd:00 527787                         /usr/lib64/libdrm.so.2.4.0
    3416a0a000-3416c0a000 ---p 0000a000 fd:00 527787                         /usr/lib64/libdrm.so.2.4.0
    3416c0a000-3416c0b000 rw-p 0000a000 fd:00 527787                         /usr/lib64/libdrm.so.2.4.0
    3417200000-3417201000 r-xp 00000000 fd:00 551492                         /usr/lib64/libX11-xcb.so.1.0.0
    3417201000-3417400000 ---p 00001000 fd:00 551492                         /usr/lib64/libX11-xcb.so.1.0.0
    3417400000-3417401000 rw-p 00000000 fd:00 551492                         /usr/lib64/libX11-xcb.so.1.0.0
    3417a00000-3417a15000 r-xp 00000000 fd:00 527823                         /usr/lib64/libxcb-glx.so.0.0.0
    3417a15000-3417c14000 ---p 00015000 fd:00 527823                         /usr/lib64/libxcb-glx.so.0.0.0
    3417c14000-3417c16000 rw-p 00014000 fd:00 527823                         /usr/lib64/libxcb-glx.so.0.0.0
    3418200000-3418205000 r-xp 00000000 fd:00 570758                         /usr/lib64/libXxf86vm.so.1.0.0
    3418205000-3418404000 ---p 00005000 fd:00 570758                         /usr/lib64/libXxf86vm.so.1.0.0
    3418404000-3418405000 rw-p 00004000 fd:00 570758                         /usr/lib64/libXxf86vm.so.1.0.0
    7f607c000000-7f607c037000 rw-p 00000000 00:00 0
    7f607c037000-7f6080000000 ---p 00000000 00:00 0
    7f6084000000-7f6084021000 rw-p 00000000 00:00 0
    7f6084021000-7f6088000000 ---p 00000000 00:00 0
    7f6088000000-7f608813d000 rw-p 00000000 00:00 0
    7f608813d000-7f608c000000 ---p 00000000 00:00 0
    7f608c000000-7f608c122000 rw-p 00000000 00:00 0
    7f608c122000-7f6090000000 ---p 00000000 00:00 0
    7f6090000000-7f6090021000 rw-p 00000000 00:00 0
    7f6090021000-7f6094000000 ---p 00000000 00:00 0
    7f6094000000-7f609419d000 rw-p 00000000 00:00 0
    7f609419d000-7f6098000000 ---p 00000000 00:00 0
    7f609a16f000-7f60a0000000 r--p 00000000 fd:00 570883                     /usr/lib/locale/locale-archive
    7f60a0000000-7f60a0021000 rw-p 00000000 00:00 0
    7f60a0021000-7f60a4000000 ---p 00000000 00:00 0
    7f60a4000000-7f60a4021000 rw-p 00000000 00:00 0
    7f60a4021000-7f60a8000000 ---p 00000000 00:00 0
    7f60a8000000-7f60a8021000 rw-p 00000000 00:00 0
    7f60a8021000-7f60ac000000 ---p 00000000 00:00 0
    7f60ac000000-7f60ac021000 rw-p 00000000 00:00 0
    7f60ac021000-7f60b0000000 ---p 00000000 00:00 0
    7f60b0000000-7f60b0021000 rw-p 00000000 00:00 0
    7f60b0021000-7f60b4000000 ---p 00000000 00:00 0
    7f60b8000000-7f60b8021000 rw-p 00000000 00:00 0
    7f60b8021000-7f60bc000000 ---p 00000000 00:00 0
    7f60bf602000-7f60bf61f000 r-xp 00000000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf61f000-7f60bf81e000 ---p 0001d000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf81e000-7f60bf81f000 r--p 0001c000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf81f000-7f60bf820000 rw-p 0001d000 fd:00 914719                     /lib64/libselinux.so.1
    7f60bf820000-7f60bf821000 rw-p 00000000 00:00 0
    7f60bf821000-7f60bf86c000 r-xp 00000000 fd:00 551491                     /usr/lib64/libglapi.so.0.0.0
    7f60bf86c000-7f60bfa6b000 ---p 0004b000 fd:00 551491                     /usr/lib64/libglapi.so.0.0.0
    7f60bfa6b000-7f60bfa71000 rw-p 0004a000 fd:00 551491                     /usr/lib64/libglapi.so.0.0.0
    7f60bfa71000-7f60bfa72000 rw-p 00000000 00:00 0
    7f60bfa72000-7f60bfaf1000 r-xp 00000000 fd:00 551474                     /usr/lib64/libGL.so.1.2.0
    7f60bfaf1000-7f60bfcf1000 ---p 0007f000 fd:00 551474                     /usr/lib64/libGL.so.1.2.0
    7f60bfcf1000-7f60bfcf4000 rw-p 0007f000 fd:00 551474                     /usr/lib64/libGL.so.1.2.0
    7f60bfcf4000-7f60bfcf5000 rw-p 00000000 00:00 0
    7f60bfcf5000-7f60bfcfe000 r-xp 00000000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfcfe000-7f60bfefd000 ---p 00009000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfefd000-7f60bfefe000 r--p 00008000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfefe000-7f60bfeff000 rw-p 00009000 fd:00 280332                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libprism-es2.so
    7f60bfeff000-7f60bff02000 ---p 00000000 00:00 0
    7f60bff02000-7f60c0000000 rw-p 00000000 00:00 0
    7f60c0000000-7f60c0021000 rw-p 00000000 00:00 0
    7f60c0021000-7f60c4000000 ---p 00000000 00:00 0
    7f60c40f0000-7f60c40f1000 r--s 0000c000 fd:00 815433                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-asm/3.1.1.RELEASE/spring-asm-3.1.1.RELEASE.jar
    7f60c40f1000-7f60c40f6000 r--s 00027000 fd:00 815439                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-expression/3.1.1.RELEASE/spring-expression-3.1.1.RELEASE.jar
    7f60c40f6000-7f60c4100000 r--s 00064000 fd:00 815428                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-core/3.1.1.RELEASE/spring-core-3.1.1.RELEASE.jar
    7f60c4100000-7f60c4102000 r--s 00000000 fd:00 153301                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
    7f60c4102000-7f60c410a000 r--s 00049000 fd:00 935886                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-aop/3.1.1.RELEASE/spring-aop-3.1.1.RELEASE.jar
    7f60c410a000-7f60c411f000 r--s 000b6000 fd:00 153492                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-context/3.1.1.RELEASE/spring-context-3.1.1.RELEASE.jar
    7f60c411f000-7f60c4128000 r--s 0006f000 fd:00 815237                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/log4j/log4j/1.2.17/log4j-1.2.17.jar
    7f60c4128000-7f60c4129000 r--s 00002000 fd:00 406776                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/slf4j/slf4j-log4j12/1.6.6/slf4j-log4j12-1.6.6.jar
    7f60c4129000-7f60c412b000 r--s 00005000 fd:00 406792                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.jar
    7f60c412b000-7f60c412d000 r--s 00003000 fd:00 406764                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar
    7f60c412d000-7f60c414e000 r--s 00162000 fd:00 282615                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
    7f60c414e000-7f60c4158000 r--s 0008e000 fd:00 282423                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-xml/8.4/gt-xml-8.4.jar
    7f60c4158000-7f60c415a000 r--s 00006000 fd:00 815254                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
    7f60c415a000-7f60c415c000 r--s 00008000 fd:00 406841                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
    7f60c415c000-7f60c4162000 r--s 00045000 fd:00 282333                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
    7f60c4162000-7f60c4168000 r--s 00031000 fd:00 153322                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-wms/8.4/gt-wms-8.4.jar
    7f60c4168000-7f60c4169000 r--s 00005000 fd:00 153329                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-image/8.4/gt-image-8.4.jar
    7f60c4169000-7f60c416d000 r--s 0003c000 fd:00 815198                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar
    7f60c416d000-7f60c416e000 r--s 00009000 fd:00 815085                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/it/geosolutions/imageio-ext/imageio-ext-utilities/1.1.5/imageio-ext-utilities-1.1.5.jar
    7f60c416e000-7f60c4176000 r--s 00046000 fd:00 815091                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/it/geosolutions/imageio-ext/imageio-ext-tiff/1.1.5/imageio-ext-tiff-1.1.5.jar
    7f60c4176000-7f60c4187000 r--s 00106000 fd:00 815204                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/javax/media/jai_imageio/1.1/jai_imageio-1.1.jar
    7f60c4187000-7f60c418d000 r--s 00064000 fd:00 282415                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-coverage/8.4/gt-coverage-8.4.jar
    7f60c418d000-7f60c419f000 r--s 000c9000 fd:00 282324                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/xerces/xercesImpl/2.4.0/xercesImpl-2.4.0.jar
    7f60c419f000-7f60c41b0000 r--s 000ac000 fd:00 815157                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/com/vividsolutions/jts/1.12/jts-1.12.jar
    7f60c41b0000-7f60c41b5000 r--s 0001f000 fd:00 678470                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-api/8.4/gt-api-8.4.jar
    7f60c41b5000-7f60c41cd000 r--s 0016c000 fd:00 153345                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-main/8.4/gt-main-8.4.jar
    7f60c41cd000-7f60c41d5000 r--s 00096000 fd:00 815065                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar
    7f60c41d5000-7f60c41db000 r--s 00061000 fd:00 153339                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-render/8.4/gt-render-8.4.jar
    7f60c41db000-7f60c41e3000 r--s 0004c000 fd:00 935736                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-swing/8.4/gt-swing-8.4.jar
    7f60c41e3000-7f60c41f7000 r--s 001bd000 fd:00 815209                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar
    7f60c41f7000-7f60c4205000 r--s 00047000 fd:00 406598                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-opengis/8.4/gt-opengis-8.4.jar
    7f60c4205000-7f60c4208000 ---p 00000000 00:00 0
    7f60c4208000-7f60c4306000 rw-p 00000000 00:00 0
    7f60c4308000-7f60c430c000 r--s 0002d000 fd:00 153360                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/jaitools/jt-utils/1.3.0/jt-utils-1.3.0.jar
    7f60c430c000-7f60c4315000 r--s 00073000 fd:00 406589                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-metadata/8.4/gt-metadata-8.4.jar
    7f60c4315000-7f60c4318000 r--s 00015000 fd:00 815104                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar
    7f60c4318000-7f60c431a000 r--s 0003b000 fd:00 282346                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/java3d/vecmath/1.3.2/vecmath-1.3.2.jar
    7f60c431a000-7f60c4329000 r--s 00108000 fd:00 406603                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-referencing/8.4/gt-referencing-8.4.jar
    7f60c4329000-7f60c4383000 r--s 00347000 fd:00 406482                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/TBSTypes/1.0-SNAPSHOT/TBSTypes-1.0-SNAPSHOT.jar
    7f60c4383000-7f60c43a8000 rw-p 00000000 00:00 0
    7f60c43a8000-7f60c4437000 r--s 00dd9000 fd:00 281027                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/jfxrt.jar
    7f60c4437000-7f60c44ad000 r--s 00506000 fd:00 678441                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/ifocucs/imas/jacorb/4.0/jacorb-4.0.jar
    7f60c44ad000-7f60c44ae000 ---p 00000000 00:00 0
    7f60c44ae000-7f60c45ae000 rw-p 00000000 00:00 0
    7f60c45ae000-7f60c45b1000 ---p 00000000 00:00 0
    7f60c45b1000-7f60c46af000 rw-p 00000000 00:00 0
    7f60c46af000-7f60c46b2000 ---p 00000000 00:00 0
    7f60c46b2000-7f60c47b0000 rw-p 00000000 00:00 0
    7f60c47b0000-7f60c47b3000 ---p 00000000 00:00 0
    7f60c47b3000-7f60c48b1000 rw-p 00000000 00:00 0
    7f60c48b1000-7f60c48b4000 ---p 00000000 00:00 0
    7f60c48b4000-7f60c49b2000 rw-p 00000000 00:00 0
    7f60c49b2000-7f60c49b5000 ---p 00000000 00:00 0
    7f60c49b5000-7f60c4ab3000 rw-p 00000000 00:00 0
    7f60c4ab3000-7f60c4ab6000 ---p 00000000 00:00 0
    7f60c4ab6000-7f60c4bb4000 rw-p 00000000 00:00 0
    7f60c4bb4000-7f60c4bb5000 ---p 00000000 00:00 0
    7f60c4bb5000-7f60c59b5000 rw-p 00000000 00:00 0
    7f60c59b5000-7f60c5b72000 r--s 039f9000 fd:00 280361                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/rt.jar
    7f60c5b72000-7f60c7b3e000 rw-p 00000000 00:00 0
    7f60c7b3e000-7f60c7b3f000 ---p 00000000 00:00 0
    7f60c7b3f000-7f60c7c3f000 rw-p 00000000 00:00 0
    7f60c7c3f000-7f60c7c40000 ---p 00000000 00:00 0
    7f60c7c40000-7f60c7d40000 rw-p 00000000 00:00 0
    7f60c7d40000-7f60c7d41000 ---p 00000000 00:00 0
    7f60c7d41000-7f60c7e4c000 rw-p 00000000 00:00 0
    7f60c7e4c000-7f60c7e6a000 rw-p 00000000 00:00 0
    7f60c7e6a000-7f60c7e75000 rw-p 00000000 00:00 0
    7f60c7e75000-7f60c7e93000 rw-p 00000000 00:00 0
    7f60c7e93000-7f60c7ea3000 rw-p 00000000 00:00 0
    7f60c7ea3000-7f60c7f85000 rw-p 00000000 00:00 0
    7f60c7f85000-7f60c7f8e000 rw-p 00000000 00:00 0
    7f60c7f8e000-7f60c7fff000 rw-p 00000000 00:00 0
    7f60c7fff000-7f60c8000000 rw-p 00000000 00:00 0
    7f60c8000000-7f60c8214000 rw-p 00000000 00:00 0
    7f60c8214000-7f60cc000000 ---p 00000000 00:00 0
    7f60cc002000-7f60cc003000 r--s 00004000 fd:00 282445                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/jaitools/jt-zonalstats/1.3.0/jt-zonalstats-1.3.0.jar
    7f60cc003000-7f60cc004000 r--s 00006000 fd:00 935744                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-geotiff/8.4/gt-geotiff-8.4.jar
    7f60cc004000-7f60cc005000 r--s 001e7000 fd:00 153307                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-epsg-hsql/8.4/gt-epsg-hsql-8.4.jar
    7f60cc005000-7f60cc007000 r--s 00011000 fd:00 815149                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/com/miglayout/miglayout/3.7/miglayout-3.7-swing.jar
    7f60cc007000-7f60cc00a000 r--s 0002c000 fd:00 282435                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-cql/8.4/gt-cql-8.4.jar
    7f60cc00a000-7f60cc00d000 r--s 00023000 fd:00 153263                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/jdom/jdom/1.0/jdom-1.0.jar
    7f60cc00d000-7f60cc00e000 r--s 00002000 fd:00 935615                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/jgridshift/jgridshift/1.0/jgridshift-1.0.jar
    7f60cc00e000-7f60cc00f000 r--s 00011000 fd:00 153350                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-data/8.4/gt-data-8.4.jar
    7f60cc00f000-7f60cc013000 r--s 00035000 fd:00 282406                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/geotools/gt-shapefile/8.4/gt-shapefile-8.4.jar
    7f60cc013000-7f60cc01b000 r--s 00048000 fd:00 678263                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/TBSCcmPorts/1.0-SNAPSHOT/TBSCcmPorts-1.0-SNAPSHOT.jar
    7f60cc01b000-7f60cc02b000 rw-p 00000000 00:00 0
    7f60cc02b000-7f60cc10e000 rw-p 00000000 00:00 0
    7f60cc10e000-7f60cc37e000 rwxp 00000000 00:00 0
    7f60cc37e000-7f60cf10e000 rw-p 00000000 00:00 0
    7f60cf10e000-7f60cf129000 r-xp 00000000 fd:00 280346                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libzip.so
    7f60cf129000-7f60cf328000 ---p 0001b000 fd:00 280346                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libzip.so
    7f60cf328000-7f60cf329000 rw-p 0001a000 fd:00 280346                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libzip.so
    7f60cf329000-7f60cf335000 r-xp 00000000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf335000-7f60cf535000 ---p 0000c000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf535000-7f60cf536000 r--p 0000c000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf536000-7f60cf537000 rw-p 0000d000 fd:00 913951                     /lib64/libnss_files-2.12.so
    7f60cf537000-7f60cf560000 r-xp 00000000 fd:00 280343                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libjava.so
    7f60cf560000-7f60cf760000 ---p 00029000 fd:00 280343                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libjava.so
    7f60cf760000-7f60cf762000 rw-p 00029000 fd:00 280343                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libjava.so
    7f60cf762000-7f60cf76f000 r-xp 00000000 fd:00 280354                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libverify.so
    7f60cf76f000-7f60cf96e000 ---p 0000d000 fd:00 280354                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libverify.so
    7f60cf96e000-7f60cf970000 rw-p 0000c000 fd:00 280354                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/libverify.so
    7f60cf970000-7f60cf977000 r-xp 00000000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cf977000-7f60cfb76000 ---p 00007000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cfb76000-7f60cfb77000 r--p 00006000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cfb77000-7f60cfb78000 rw-p 00007000 fd:00 913963                     /lib64/librt-2.12.so
    7f60cfb78000-7f60cfbfb000 r-xp 00000000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfbfb000-7f60cfdfa000 ---p 00083000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfdfa000-7f60cfdfb000 r--p 00082000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfdfb000-7f60cfdfc000 rw-p 00083000 fd:00 913943                     /lib64/libm-2.12.so
    7f60cfdfc000-7f60d083d000 r-xp 00000000 fd:00 280312                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
    7f60d083d000-7f60d0a3d000 ---p 00a41000 fd:00 280312                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
    7f60d0a3d000-7f60d0ae0000 rw-p 00a41000 fd:00 280312                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
    7f60d0ae0000-7f60d0b1c000 rw-p 00000000 00:00 0
    7f60d0b1c000-7f60d0ca6000 r-xp 00000000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0ca6000-7f60d0ea5000 ---p 0018a000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0ea5000-7f60d0ea9000 r--p 00189000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0ea9000-7f60d0eaa000 rw-p 0018d000 fd:00 913935                     /lib64/libc-2.12.so
    7f60d0eaa000-7f60d0eaf000 rw-p 00000000 00:00 0
    7f60d0eaf000-7f60d0eb1000 r-xp 00000000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d0eb1000-7f60d10b1000 ---p 00002000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d10b1000-7f60d10b2000 r--p 00002000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d10b2000-7f60d10b3000 rw-p 00003000 fd:00 913941                     /lib64/libdl-2.12.so
    7f60d10b3000-7f60d10c9000 r-xp 00000000 fd:00 280352                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
    7f60d10c9000-7f60d12c9000 ---p 00016000 fd:00 280352                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
    7f60d12c9000-7f60d12ca000 rw-p 00016000 fd:00 280352                     /home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
    7f60d12ca000-7f60d12e1000 r-xp 00000000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d12e1000-7f60d14e1000 ---p 00017000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d14e1000-7f60d14e2000 r--p 00017000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d14e2000-7f60d14e3000 rw-p 00018000 fd:00 913959                     /lib64/libpthread-2.12.so
    7f60d14e3000-7f60d14e7000 rw-p 00000000 00:00 0
    7f60d14e7000-7f60d1507000 r-xp 00000000 fd:00 914032                     /lib64/ld-2.12.so
    7f60d1507000-7f60d150a000 r--s 00014000 fd:00 815189                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/net/java/dev/jsr-275/jsr-275/1.0-beta-2/jsr-275-1.0-beta-2.jar
    7f60d150a000-7f60d1527000 r--s 00143000 fd:00 678435                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/ifocucs/imas/javaSupport/4.0/javaSupport-4.0.jar
    7f60d1527000-7f60d1531000 rw-p 00000000 00:00 0
    7f60d1531000-7f60d15e7000 rw-p 00000000 00:00 0
    7f60d15e7000-7f60d15ea000 ---p 00000000 00:00 0
    7f60d15ea000-7f60d16ec000 rw-p 00000000 00:00 0
    7f60d16ec000-7f60d16ee000 r--s 0001b000 fd:00 406491                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/components/FdpEaMapping/1.0-SNAPSHOT/FdpEaMapping-1.0-SNAPSHOT.jar
    7f60d16ee000-7f60d16f1000 r--s 0001c000 fd:00 678244                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/es/indra/tbs/ccm/components/TBSConstraintComponentMapping/1.0-SNAPSHOT/TBSConstraintComponentMapping-1.0-SNAPSHOT.jar
    7f60d16f1000-7f60d16fc000 r--s 00085000 fd:00 282596                     /home/nor/trabajo/EntornoTBS/SW/M2_REPO/org/springframework/spring-beans/3.1.1.RELEASE/spring-beans-3.1.1.RELEASE.jar
    7f60d16fc000-7f60d1704000 rw-s 00000000 fd:00 656956                     /tmp/hsperfdata_nor/3996
    7f60d1704000-7f60d1705000 rw-p 00000000 00:00 0
    7f60d1705000-7f60d1706000 r--p 00000000 00:00 0
    7f60d1706000-7f60d1707000 r--p 0001f000 fd:00 914032                     /lib64/ld-2.12.so
    7f60d1707000-7f60d1708000 rw-p 00020000 fd:00 914032                     /lib64/ld-2.12.so
    7f60d1708000-7f60d170a000 rw-p 00000000 00:00 0
    7fffb19d5000-7fffb19ec000 rw-p 00000000 00:00 0                          [stack]
    7fffb19ff000-7fffb1a00000 r-xp 00000000 00:00 0                          [vdso]
    ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
    VM Arguments:
    jvm_args: -DconfigDir=src/main/resources -DadaptationDir=/home/nor/trabajo/EntornoTBS/workspace/tbs/tbs-adap/src/main/resources -Dfile.encoding=UTF-8
    java_command: es.indra.tbs.constraint.hmi.ConstraintsApp -DconfigDir=src/main/resources -verbose
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25
    PATH=./:/home/nor/trabajo/EntornoTBS/SW/apache-maven-3.0.4/bin:/home/nor/trabajo/EntornoTBS/SW/apache-maven-3.0.4/bin::/home/nor/trabajo/EntornoTBS/SW/jdk1.7.0_25/bin:/home/nor/trabajo/EntornoTBS/SW/eclipse-indigo-64:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/nor/bin
    USERNAME=nor
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8a26a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x8a26a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x73f3d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x73ed20], sa_mask[0]=0x00000004, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x7410b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    ---------------  S Y S T E M  ---------------
    OS:Red Hat Enterprise Linux Workstation release 6.4 (Santiago)
    uname:Linux 2.6.32-358.14.1.el6.x86_64 #1 SMP Mon Jun 17 15:54:20 EDT 2013 x86_64
    libc:glibc 2.12 NPTL 2.12
    rlimit: STACK 10240k, CORE 0k, NPROC 1024, NOFILE 4096, AS infinity
    load average:0,71 0,36 0,19
    /proc/meminfo:
    MemTotal:        2980176 kB
    MemFree:          967008 kB
    Buffers:           31996 kB
    Cached:           977404 kB
    SwapCached:            0 kB
    Active:          1244520 kB
    Inactive:         574056 kB
    Active(anon):     809040 kB
    Inactive(anon):     5588 kB
    Active(file):     435480 kB
    Inactive(file):   568468 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:       3112952 kB
    SwapFree:        3112952 kB
    Dirty:               608 kB
    Writeback:             0 kB
    AnonPages:        794648 kB
    Mapped:           121656 kB
    Shmem:              5656 kB
    Slab:             120264 kB
    SReclaimable:      57740 kB
    SUnreclaim:        62524 kB
    KernelStack:        2856 kB
    PageTables:        30484 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:     4603040 kB
    Committed_AS:    1772144 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:       48320 kB
    VmallocChunk:   34359671800 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:    423936 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    DirectMap4k:       12224 kB
    DirectMap2M:     3158016 kB
    CPU:total 3 (3 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc
    /proc/cpuinfo:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 42
    model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
    stepping : 7
    cpu MHz : 2457.753
    cache size : 6144 KB
    physical id : 0
    siblings : 3
    core id : 0
    cpu cores : 3
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good pni ssse3 lahf_lm
    bogomips : 4915.50
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 42
    model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
    stepping : 7
    cpu MHz : 2457.753
    cache size : 6144 KB
    physical id : 0
    siblings : 3
    core id : 1
    cpu cores : 3
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good pni ssse3 lahf_lm
    bogomips : 4915.50
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 2
    vendor_id : GenuineIntel
    cpu family : 6
    model : 42
    model name : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
    stepping : 7
    cpu MHz : 2457.753
    cache size : 6144 KB
    physical id : 0
    siblings : 3
    core id : 2
    cpu cores : 3
    apicid : 2
    initial apicid : 2
    fpu : yes
    fpu_exception : yes
    cpuid level : 5
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good pni ssse3 lahf_lm
    bogomips : 4915.50
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    Memory: 4k page, physical 2980176k(967008k free), swap 3112952k(3112952k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for linux-amd64 JRE (1.7.0_25-b15), built on Jun  5 2013 20:48:36 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
    time: Fri Aug  2 08:47:10 2013
    elapsed time: 0 seconds

    Hi, t.
    See my "Multiple applications quit unexpectedly or fail to launch" FAQ for advice on troubleshooting this issue.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • AIR 3.7.0.166 Sound Bug Crash APP without error

    Hello guys,
    The last Adobe Air Mobile update gaves me a lot of head ake!
    Im developing a multimidia APP, and since AIR was updated in my device, no more sounds is playing in the application.
    It just crashes withou any error in Debug mode, and restarts. When i call Sound.play media function in any ocasion, it happens.
    It seams that there is a REALLY BIG CONFLICT with the new AIR and Sound.play.
    My references:
    Im developing in Flash Builder 4.6, running Adobe AIR 3.7.0.166
    on a Motorola Atrix MB860
    with Android 2.2.2
    To reproduce the bug just install any AIR APP with music controls, like this: http://coenraets.org/blog/air-for-android-samples/voice-notes-for-android/
    APK: http://coenraets.org/android/VoiceNotes/VoiceNotes.apk   with the 3.7.0.166 version of AIR, and try to reproduce the sound.
    That application was running ok until the update. There is an textflow bug too, witch import only underline <u> and link <a> tag (no more bold <b> and italic <i>) from HTML, but compared to the sound crash this is nothing.
    I insist that all this was running OK since the last update (i even run an backup version cause i think i was making any script error).
    I´m looking hopelessly the LAST version before that last one so i can continue developing my application. With this error i canot do anything!!!!
    If someone can help me where i can find it, id appreciate a lot!
    Thanks

    05-29 19:59:00.896: I/DEBUG(3857): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    05-29 19:59:00.896: I/DEBUG(3857): Build fingerprint: 'sprd/sprdroid_base/hsdroid:2.3.5/MocorDroid2.3.5/W12.20_P-17_20130107.155157:eng/test-ke ys'
    05-29 19:59:00.896: I/DEBUG(3857): pid: 4130, tid: 4154  >>> air.com.baijie.learnhanzi <<<
    05-29 19:59:00.896: I/DEBUG(3857): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    05-29 19:59:00.896: I/DEBUG(3857):  r0 00000000  r1 afd46608  r2 00000000  r3 00000001
    05-29 19:59:00.896: I/DEBUG(3857):  r4 83195a94  r5 00006d00  r6 00000000  r7 00000017
    05-29 19:59:00.896: I/DEBUG(3857):  r8 2f8df18f  r9 00003120  10 00323dd0  fp 00008ae0
    05-29 19:59:00.896: I/DEBUG(3857):  ip 00000000  sp 49995cc8  lr afd10e74  pc 8214b238  cpsr 60800030
    05-29 19:59:00.896: I/DEBUG(3857):  d0  454545656372756f  d1  2e2e2e276a634b50
    05-29 19:59:00.896: I/DEBUG(3857):  d2  203334312020203a  d3  6c20746f6e6e6163
    05-29 19:59:00.896: I/DEBUG(3857):  d4  5f2720657461636f  d5  6f72646e61374e5a
    05-29 19:59:00.896: I/DEBUG(3857):  d6  6f43584d4f386469  d7  6165724336636564
    05-29 19:59:00.896: I/DEBUG(3857):  d8  0000000000000000  d9  3ff0000000000000
    05-29 19:59:00.896: I/DEBUG(3857):  d10 0000000000000000  d11 0000000000000000
    05-29 19:59:00.896: I/DEBUG(3857):  d12 0000000000000000  d13 0000000000000000
    05-29 19:59:00.896: I/DEBUG(3857):  d14 0000000000000000  d15 0000000000000000
    05-29 19:59:00.896: I/DEBUG(3857):  d16 5f534e4b52456574  d17 345f534e49707332
    05-29 19:59:00.906: I/DEBUG(3857):  d18 52454545584d4f49  d19 534e495f31534e4b
    05-29 19:59:00.906: I/DEBUG(3857):  d20 61446174654d385f  d21 4b52624545456174
    05-29 19:59:00.906: I/DEBUG(3857):  d22 5f534e495f31534e  d23 53616964654d3131
    05-29 19:59:00.906: I/DEBUG(3857):  d24 0000000000000000  d25 0000000000000000
    05-29 19:59:00.906: I/DEBUG(3857):  d26 0000000000000000  d27 0000000000000000
    05-29 19:59:00.906: I/DEBUG(3857):  d28 0000000000000000  d29 0000000000000000
    05-29 19:59:00.906: I/DEBUG(3857):  d30 0000000000000000  d31 0000000000000000
    05-29 19:59:00.906: I/DEBUG(3857):  scr 60000013
    05-29 19:59:01.026: I/DEBUG(3857):          #00  pc 0014b238  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.046: I/DEBUG(3857):          #01  lr afd10e74  /system/lib/libc.so
    05-29 19:59:01.046: I/DEBUG(3857): code around pc:
    05-29 19:59:01.056: I/DEBUG(3857): 8214b218 4810bd10 68004478 490fe7fa 68094479
    05-29 19:59:01.056: I/DEBUG(3857): 8214b228 b1604788 23014a0d 447a7023 47906812
    05-29 19:59:01.056: I/DEBUG(3857): 8214b238 6b4b6801 4a0a4798 6010447a 4809e7e8
    05-29 19:59:01.056: I/DEBUG(3857): 8214b248 68004478 bf00e7e4 0102ef30 0104a884
    05-29 19:59:01.056: I/DEBUG(3857): 8214b258 0104a880 0104a878 01023cc8 01028ece
    05-29 19:59:01.056: I/DEBUG(3857): code around lr:
    05-29 19:59:01.056: I/DEBUG(3857): afd10e54 02800016 08bd87f0 e5964000 e5967000
    05-29 19:59:01.056: I/DEBUG(3857): afd10e64 e2144903 1a00000e e5965000 ebffee45
    05-29 19:59:01.056: I/DEBUG(3857): afd10e74 e2055a02 e3853001 e1500003 0a000006
    05-29 19:59:01.056: I/DEBUG(3857): afd10e84 e5865000 e1a00006 e1a01005 e3a02001
    05-29 19:59:01.056: I/DEBUG(3857): afd10e94 ebfffea8 e1a00004 e8bd87f0 e3a00000
    05-29 19:59:01.056: I/DEBUG(3857): stack:
    05-29 19:59:01.056: I/DEBUG(3857):     49995c88  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995c8c  826efaaf  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995c90  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995c94  8276c953  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995c98  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995c9c  82145e97  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995ca0  8316e000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995ca4  831a5e28 
    05-29 19:59:01.056: I/DEBUG(3857):     49995ca8  0000000a 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cac  821d0869  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995cb0  83195a94 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cb4  00006d00 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cb8  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cbc  00000017 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cc0  df002777 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cc4  e3a070ad 
    05-29 19:59:01.056: I/DEBUG(3857): #00 49995cc8  00001000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995ccc  821d5cdd  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995cd0  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cd4  8316e000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cd8  00323dd0 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cdc  002b6b98 
    05-29 19:59:01.056: I/DEBUG(3857):     49995ce0  82ded2d4  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995ce4  82ded320  /mnt/asec/air.com.baijie.learnhanzi-1/lib/libCore.so
    05-29 19:59:01.056: I/DEBUG(3857):     49995ce8  00325ba0 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cec  00009b98  /system/bin/app_process
    05-29 19:59:01.056: I/DEBUG(3857):     49995cf0  00008124  /system/bin/app_process
    05-29 19:59:01.056: I/DEBUG(3857):     49995cf4  00001074 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cf8  4278f500 
    05-29 19:59:01.056: I/DEBUG(3857):     49995cfc  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995d00  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995d04  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995d08  00000000 
    05-29 19:59:01.056: I/DEBUG(3857):     49995d0c  3ff00000 
    SC8810, Android 2.3.5

  • ACR 4.5 Did Not Fix Photoshop Bug Crashing

    I posted this in June
    Bug: Multiple Files Open ACR Crashes Photoshop...
    Buko, "Bug: Multiple Files Open ACR Crashes Photoshop..." #1, 10 Jun 2008 2:57 pm
    I just went back to my normal workflow with ACR 4.5 (after leaving it because of the problem) and got the new Photoshop crash report after working on about six files.
    The workflow: .nef> Bridge> ACR> 16-bit aRGB (moving sliders Black/Mids/Exposure usually generates the crash)> resizing to 500 pixels and Save AS .psd (leaving the .psd files open seems to be the switch that causes the problem)
    I can repeat the problem consistently:
    Drag folder containing D200/D300 .nef files into Bridge, and going to work as described...if I don't leave my .psd files open I don't have a problem, if I leave them open as I work, I usually get the crash after 5-10 files.
    I emailed crash reports to CC back in June,

    UPDATE:<br /><br />I pulled the 12gb of macramdirect ram and tested with only 2gb OEM Apple ram (to rule out the 3rd-party ram per Jeff Schewe's theory  I duplicated the crash within 15 minutes.<br /><br />My money remains on the BUG theory, but will swap out the OEM ram and continue...if that doesn't work I will install ACR 4.6 and retest...<br /><br />Today's CRASH REPORT:<br /><br /><?xml version="1.0" encoding="UTF-8"?><br /><!DOCTYPE AdobeCrashReport SYSTEM "AdobeCrashReporter.dtd"><br /><crashreport version="1.1" crVersion="2.5.0.02272007" applicationName="Photoshop" applicationVersion="10.0.1" build="10.0.1 &#40;10.0.1x20071012 [20071012.r.1644 2007/10/12&#58;09&#58;30&#58;00 cutoff; r branch]&#41;,  ©1990-2007 Adobe Systems Incorporated"><br />     <time year="2008" month="10" day="2" hour="15" minute="50" second="29" /><br />     <user guid="5F46434A-15D5-4A63-A652-31682CE59DD0" /><br />     <system platform="macintosh" osversion="10.5.5" applicationlanguage="en" userlanguage="en" oslanguage="en_US" ram="2048MB" machine="i386" model="MacPro3,1" cpuCount="8" cpuFreq="2800MHz" busFreq="1600MHz" /><br />     <crash exception="Unmapped Memory Exception" instruction="c683068b"><br />          <backtrace crashedThread="0"><br />               <thread index="0"><br />                    <stackStatement index="0" address="0xffff07c2" symbolname="unknown"/><br />                    <stackStatement index="1" address="0x9327efd9" symbolname="__ZN18CTextensionIOSuite17SearchIOSuiteTypeEmP11TDataHeaderh"/><br />                    <stackStatement index="2" address="0x9327ef17" symbolname="__ZN18CTextensionIOSuite16FreeSuiteObjectsEm"/><br />                    <stackStatement index="3" address="0x9327eee6" symbolname="__ZN18CTextensionIOSuite16FreeSuiteObjectsEv"/><br />                    <stackStatement index="4" address="0x9328c9af" symbolname="__ZN18CTextensionIOSuite4FreeEv"/><br />                    <stackStatement index="5" address="0x93248cd7" symbolname="__ZN22CTextensionEditCommand4FreeEv"/><br />                    <stackStatement index="6" address="0x9328c7ed" symbolname="__ZN15OpaqueTXNObject4FreeEv"/><br />                    <stackStatement index="7" address="0x9328c71e" symbolname="_TXNDeleteObject"/><br />                    <stackStatement index="8" address="0x2fcc4a6f" symbolname="_EntryFM"/><br />                    <stackStatement index="9" address="0x2fc9286e" symbolname="_EntryFM"/><br />                    <stackStatement index="10" address="0x2fc58104" symbolname="_EntryFM"/><br />                    <stackStatement index="11" address="0x2fc53c7e" symbolname="_EntryFM"/><br />                    <stackStatement index="12" address="0x2fc94c2e" symbolname="_EntryFM"/><br />                    <stackStatement index="13" address="0x2fc58104" symbolname="_EntryFM"/><br />                    <stackStatement index="14" address="0x2fc53c7e" symbolname="_EntryFM"/><br />                    <stackStatement index="15" address="0x2fc74047" symbolname="_EntryFM"/><br />                    <stackStatemen

  • JavaFX applet crashes while setting Group visible

    Hi,
    I have a big problem with my JavaFX applet. Sometimes I have to switch the visibility of some Groups in my applet. But often the GUI crashes and I have to close the browser and start it again. I think it's just the GUI that chrashes because the Java Console tells me the applet is running. Do anyone know how to fix this problem?
    Thanks,
    Tobi

    casperghost wrote:
    Do you mean that it just doesn't react anymore?Exactly. The GUI just freezes.
    var event:String = "" on replace   //if variable changes set visible
          if(event.equals("online"))
                 groupOffline.visible = false;
                 groupOnline.visible = true;
          if(event.equals("offline"))
                 groupOnline.visible = false;
                 groupOffline.visible = true;
    var groupOnline:Group = Group
         var text:Text = Text
              font : Font {
                   size: 24
              x: 50
              y: 100
              content: bind "{user} is online"
         var btn:MyButton = MyButton   //custom node
              title: "Test"
              posX: 100
              posY: 150
              action: function()
                   //Action
         content: [text, btn]
         visible: false;
    var groupOffline:Group = Group
         var text:Text = Text
              font : Font {
                   size: 24
              x: 50
              y: 100
              content: bind "{user} is offline"
         var btn:MyButton = MyButton   //custom node
              title: "Test2"
              posX: 100
              posY: 150
              action: function()
                   //Action
         content: [text, btn]
         visible: false;
    }I've shorten the code. There are more groups like them above. But it's always the same. If the event variable changes I set the visibility of the groups. But on Windows XP with Firefox and IE the GUI freezes sometimes. On Mac I haven't got this problem.

  • Yet another iMovie 6 bug-Crashing!

    Why did I have to upgrade on both my drives? Buggy, buggy, buggy. Transitions don't work properly, neither do video effects and it has a tendency to crash. But, hey, great-looking box!
    I wish instead of coming out with all these fancy new features, they'd concentrate on making the software stable.
    But, hey, that's just me.

    These are projects started in iMovie 6. Yes, I'm having some issues with 3rd party plugins. But they worked fine with the previous version. And, anyway, so few transitions and effects come standard with iMovie—what else are we supposed to do? I'm finding the new preview irritating. It decides for itself when it loops and when it doesn't—so I have to keep turning it off. Sometimes the update feature doen't work. Sometimes I get white frames at the end of pictures placed in the timeline so I have to go back in and clip them off. Updating clips sometimes causes transitions to re-render funny and the whole block has to be removed and recreated. And, in general, the new interface seems fancier but is more cumbersome to work with and takes longer to do projects. I've also had issues exporting finished movies.
    In general, it feels like a beta version and I didn't have the sense to wait until the bugs got worked out. My bad. Each first effort seems a little buggy, but this one is the least stable yet. It's almost like the marketing people are telling the programmers when the product is ready rather than the other way around.

  • LR4 bugs & crashes

    hi Adobe,
    Could you please address the following issues:
    LR4 crashes:
    1.) First and foremost, I would suggest to implement an (optional) automated crash report function.
    You will learn a lot about the instability issues that LR4 has.
    PS: Suggested reading for the dev team: "Joel On Software" - contains an inspiring chapter on automated crash reporting
    2.) LR4 is less stable than LR3.6 when I'm using it for processing Nikon raw files from my D700 with relatively modest resolutions.
    Where a LR3.6 session would typically last 2 hours before becoming unworkable, LR4 usually gives up after like 30minutes.
    This happens regularly on both an older Windows Vista PC and a more recent Windows 7 machine (both machines have sufficient specs)
    This is my biggest disappointment with LR4, when I want to get some work done, I have to switch to LR3.6
    If there were a way to provide more details about these crashes, I would do so (see point 1).
    3. LR4 is also significantly slower than LR3.6. This may be related to the previous point?
    LR4 bugs - faithfully carried over from LR3.x
    4.) Rename folder
    This still doesn't work properly in LR4, tried both Windows Vista & Windows 7
    There are a couple of - relatively easy to reproduce - cases where LR apparantly keeps a handle to a folder(search) or file, which prevents LR from renaming the folder.
    This usually happens when you have a file selected in LR in the folder that you're trying to rename, which is not uncommon ;-)
    You can "avoid" the problem by quickly selecting another folder in LR, while LR is trying to rename the folder.
    This does make for a nice mini-game, but it gets old after a while  ;-)
    (yes, I'm sure I am not running any other software - including Windows Explorer - that references the folder or a file in the folder)
    5.) Move file(s)
    Suffers from more or less the same problem als "Rename folder"
    It's usually the last file that can't be moved, forcing you to remember what you were doing and then move the remaining file again. Quicker to train a monkey ;-)

    This is a user-user forum. If you want your concerns to be better heard by Adobe you might consider posting them at the proper site: http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop_lightro om
    If you want more bang for you buck, consider breaking your items up into individual posts instead of lumping them into a catch all post.  Also, be certain to research and make certain your bug/performance issues are not already in discussion. If they are, add your voice to the thread-don't create a new thread. If you create additional reports for things that already exist, the admins over there will likely merge your requests into existing threads.
    Separate your feature requests into individual requests. Make certain they are not already requested and if they are, find them, and click [+1] on the existing request. Add your individual comments as necessary.
    I can give you a hint and tell you that each of your five points already exists over there.

  • Seasonal Time Change Bug crashes Dreamweaver 9 (CS3)- still no fix?

    The fact that Adobe has produced a new version of CS3 does not in my opinion give them a reason not to fix the CS3 bug that causes Dreamweaver to crash when any attempt is made to edit the ASP or  PHP components of a file.
    This bug is caused by daylight time adjustments.
    The podge that is recommended by Adobe is to delete the WinFileCache-AD76BB20
    While this works, as it happens only every 6 months, it is easy to spend time working out why your existing files all crash the system, but newly created ones do not.
    You can find the solution at http://kb2.adobe.com/cps/402/kb402776.html
    Bookmark this as it may save you the 4 hours or so that I spent trying to find a solution.
    It would cost Adobe nothing to send out an e-mail to all existing owners of CS3 containing this bug fix, and would certainly improve their reputation in many quarters.

    well.
    it feels bad, after paying money.
    not being able to use a software full.
    and ADOBE must be ashamed to give such service
    (by not updating these softwares which has still lots of unknonw! bugs and also must be ashamed to put a page for unknown bugs. and trying to make customers be their own software engineers instead of the company's hundreths of engineers)
    and this, which they do not fix their program is not important or the issue.
    it is a sad subject that, they think the people will give money to fix their unusable programs which they already bought.
    and to customers who has paid about 1000$ to a software suit are having a bad vision that ADOBE started to work for money instead of customer happiness.
    when they understand their
    1000$ program has no support at all. no update or fixes at all.
    which can not do a simple action
    which the simplest editor WORDPAD editor does.

  • CFP LV RT 2009 (ETS) Bug - Crashing on bad INI file

    Hello,
    This problem was actually touched upon in this thread:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=466392&jump=true#M466392
    I have found, that if the ni-rt.ini file contains any "unexpected"  or wrong parameters (like the thread above describes), my cFP 2210 with LV RT 2009 crashes. After the crash, the following is the situation:
    - The ni-rt.ini file is garbled with strange charcters.
    -  I have format the "disk"  and reinstall all software again to make it work correctly!
    This is bad, since I have never encoutnered such a problem with LV 8.2 on a cFP 2120: 
    We have two of these running in a Concrete Production Plant here in Norway.
    They have been stable for 2 years.
    I could send updates via email: Just the .rtexe and the .alias file.
    The electrical engineer at the plant used FTP to replace the existing .rtxex and .alias file,
    Then he edited the .ini file with the name of the new .rtexe.
    If any errors where entered into the .ini file, the cFP simply would report the error to one of the logs, and NOT CRASH!
    I recon this is a bug, and it may easily be reproduced by trying to enter the entries I have listed in the thread linked to above.
    Geir Ove

    Hello,
    I have updated information on this problem:
    First a little background on "how it used to be"  when running LV 8.2 RT on a cFP 2120:
    To update the cFP with a new program, I did the following over a wireless network while the cFP was running but the machine it controlled was sitting stationary:
    1) On the cFP: renamed the .rtexe to .rt (to allow the file to be deleted)
    2) Deleted booth the .alias and .rt file
    3) downloaded new .rtexe and .alias files
    4) uploaded to my PC the ni-rt.ini file. Edit the name of the startup program
    5) downloaded the new ni-rt.ini file to the cFp
    6) From my PC rebooted the cFP
    THis may seem like a wild thing to do, but it works like a charm.
    It turns out, it also works well on the cFP 2120  with LV RT 2009.
    However, on the cFP 2210  the ni-rt.ini file becomes corrupted if the file is downloaded again to the cFP while it is running.
    If, however, the cFP is rebooted into Safe Mode first, I can still do all the steps above to update the cFP.
    WHy I do not use LV to do the update? Well,  in this manner the customer can do the update with no special tools or LV knowledge.
    Also, it is valuable to be able to update the cFP without accessing it physically, because it is not easily accessible (A conveyor running under the roof of the factory !)
    I do not understand why there should be a difference between the cFP 2120 and cFP 2210 in this respect !
    But since it is, it should be documented. We use LV to save development time, but this has costed extra time in this project.
    Geir Ove

  • BUG/CRASH when exporting 1080p project containing DSLR footage. 720p works fine.  Please fix or respond

    Hello,
    I would like to report an application crash for iMovie mobile.  After the recent update (1.2.2), adding the functionality to import footage from cameras other than iOS devices.  (DSLR, HDV, HD, MP4 etc.)  I recently created a 12min project in iMovie which contained all clips shot on a Canon DSLR.  I was able to export a 720p movie to my Camera roll when the project was completed.  However when trying to export a 1080p movie it always crashes around  20 seconds after starting the export process.  This leads me to believe that there is a bug.  I also tried this on 2 other devices  (iphone 4s and friends iPad 2) all of them are having the same crashing problem.  
    I made sure that there was enough space as I'm aware the 12min 720p movie alone was 800mb.   Meaning the 1080p file could not exceed more than 2gb.  I had 16GB of free space and no other applications running in the background and they would all crash around the same 20 second mark.  
    Please Advise if this is a known issue already in the works.
    Thx,

    Welcome,
    This is a user forum, so no Apple staff here sorry.
    If you have a problem or error to report to Apple then you can do so here:
    http://www.apple.com/feedback/imovie_ios.html

  • Premiere CC - Merge Clips repeatable bug crash!

    I have been editing a feature film since the start of this week and have found a huge bug and proble with Premiere CC. This has been repeatable for me every time.
    I am working on a brand new install of windows 8, all updated, and 64GB of RAM.
    I am working with Epic footage shot 5k 2.4:1
    Sound was recorded as separate WAV files each video clip has either 1, 2 or 3 mono WAV files (Merged) to them.
    Here is the problem:
    When working with all merged files, everything works fine, but if I try and bring in any clip that is not a merged file things get crazy. I can work fine unless I select or try to move a merged clip and a non merged clip at the same time. So if I select all on the timeline and only have merged clips, no problem. If there is even one non merged clip on the timeline and I select all, I get an instant Premiere Pro CC has encountered an error, and closes out premiere.
    My temporary workaround:
    If I merge an audio file, like a music file/ ADR or sound effect with a color slug, and just select the audio file to bring into the timeline, everything is fine.
    Same goes with video clips. If I have an MOS clip, I can simply merge it to any random audio file, then just bring in the video file and everything works fine. I can select the whole timeline and nothing crashes. But if I forget even once, Boom Premiere shuts down. . . very frustrating.
    Thanks for any insight that may be provided in this situation
    Stefan

    Hi Kevin,
    Unfortunately, no audio syncing occurred with multi-cam on 2 different formats (MPG and MP4). I did find out how to view the multi-cam sequence though.... You need to have the track with the multi-cam sequence selected.  If it's not selected, the preview window is blank.
    But Premiere still can't sync audio with all formats I've tried.
    Message was edited by: vanlazarus2013

  • JavaFX 2.0 Stage onClose event

    There is an event / handler to make some verification to confirm or not a stage close ?
    There is onHiding() but this don´t cancel or block stage close.
    Any idea ?
    Regards,
    Jean Paul Lopes

    Couldn't find a way to keep the primary Stage open, but this is the closest I could get. See the documentation for Platform@runLater, particularly the guarantee that
    The Runnables are executed in the order they are posted. A runnable passed into the runLater method will be executed before any Runnable passed into a subsequent call to runLater.
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Pos;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.Label;
    import javafx.scene.layout.FlowPane;
    import javafx.scene.layout.VBox;
    import javafx.stage.Modality;
    import javafx.stage.Stage;
    import javafx.stage.WindowEvent;
    public class ConfirmClose extends Application {
      public static void main(String[] args) {
        Application.launch(args);
      @Override
      public void start(final Stage primaryStage) throws Exception {
        primaryStage.setOnHiding(new EventHandler<WindowEvent>() {
          @Override
          public void handle(WindowEvent event) {
            Platform.runLater(new Runnable() {
              @Override
              public void run() {
                primaryStage.setVisible(true);
            final Stage dialog = new Stage();
            dialog.initModality(Modality.APPLICATION_MODAL);
            Label label = new Label("Really exit?");
            Button okButton = new Button("OK");
            okButton.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent event) {
                dialog.hide();
                Platform.runLater(new Runnable() {
                  @Override
                  public void run() {
                    primaryStage.setOnHiding(null);
                    primaryStage.hide();
            Button cancelButton = new Button("Cancel");
            cancelButton.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent event) {
                dialog.hide();
            FlowPane pane = new FlowPane(10, 10);
            pane.setAlignment(Pos.CENTER);
            pane.getChildren().addAll(okButton, cancelButton);
            VBox vBox = new VBox(10);
            vBox.setAlignment(Pos.CENTER);
            vBox.getChildren().addAll(label, pane);
            Scene scene1 = new Scene(vBox);
            dialog.setScene(scene1);
            Platform.runLater(new Runnable() {
              @Override
              public void run() {
                dialog.initOwner(primaryStage);
                dialog.setVisible(true);
        primaryStage.setVisible(true);
    }Debugging shows that the Stage is actually hidden when the setOnHiding's EventHandler's handle(...) returns. It also shows that, unlike in Swing, showing a modal dialog doesn't suspend the application thread.
    db

Maybe you are looking for

  • How can I install handwritten lettertpes on my iPad 3

    As stated above: How can I install other lettertypes on my ipad?

  • Aperture 3 Library grew by hundreds of gigs...what did I do or not do?

    I upgraded to A3 and "upgraded" my library. No problems other than very slow (I'm assuming a faces and preview generation issue as I have over 600gigs of exposures). I tried to update my vault and received a message that I needed over 400gigs! I have

  • Safari "Dead"

    I have just downloaded and installed OS 10.4.11 "upgrade" and with it Safari 3.0.4. Safari just doesn't work! I can't even open the bookmarks page. It doesn't appear to make an internet connection. I have repaired permissions but that hasn't helped.

  • What are these - OBN and PPN?

    Hello Experts, Could you please help me clarifying the following doubhts. I did find lot of links but want to knkow the general definition before jumping into them.     1.what are the uses of Object Based Navigation and Portal Page Navigation?     2.

  • Since 10.4.7 update my MacBook powers down!

    I am not sure what the deal is but twice now I have woken my MacBook from sleep and started to use it and then it totally shuts down completely!?! After the first time Safari was gone from my dock as well. Has anyone else had this problem?