JavaFX crash moving divider SplitPane

Hi all,
Java FX is giving me this error when I move several times a SplitPane Divider. What can I do to avoid it?
Thanks in advance.
java.lang.NullPointerException
  at com.sun.scenario.effect.impl.prism.ps.PPSDrawable.create(PPSDrawable.java:54)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.createCompatibleImage(PPSRenderer.java:148)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.createCompatibleImage(PPSRenderer.java:62)
  at com.sun.scenario.effect.impl.ImagePool.checkOut(ImagePool.java:166)
  at com.sun.scenario.effect.impl.Renderer.getCompatibleImage(Renderer.java:118)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.getCompatibleImage(PPSRenderer.java:153)
  at com.sun.scenario.effect.impl.prism.ps.PPSOneSamplerPeer.filterImpl(PPSOneSamplerPeer.java:65)
  at com.sun.scenario.effect.impl.prism.ps.PPSEffectPeer.filter(PPSEffectPeer.java:52)
  at com.sun.scenario.effect.impl.state.LinearConvolveKernel.filterImageDatas(LinearConvolveKernel.java:401)
  at com.sun.scenario.effect.BoxShadow.filterImageDatas(BoxShadow.java:396)
  at com.sun.scenario.effect.FilterEffect.filter(FilterEffect.java:178)
  at com.sun.scenario.effect.Offset.filter(Offset.java:161)
  at com.sun.scenario.effect.Merge.filter(Merge.java:147)
  at com.sun.scenario.effect.DelegateEffect.filter(DelegateEffect.java:68)
  at com.sun.scenario.effect.impl.prism.PrEffectHelper.render(PrEffectHelper.java:156)
  at com.sun.javafx.sg.prism.NGNode$EffectFilter.render(NGNode.java:762)
  at com.sun.javafx.sg.prism.NGNode.renderEffect(NGNode.java:508)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:199)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.renderForClip(NGNode.java:443)
  at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:334)
  at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:360)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:193)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.renderForClip(NGNode.java:443)
  at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:334)
  at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:360)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:193)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.tk.quantum.ViewPainter.doPaint(ViewPainter.java:117)
  at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:182)
  at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:73)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
  at com.sun.prism.render.RenderJob.run(RenderJob.java:37)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:108)
  at java.lang.Thread.run(Thread.java:724)
java.lang.NullPointerException
  at com.sun.scenario.effect.impl.prism.ps.PPSDrawable.create(PPSDrawable.java:54)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.createCompatibleImage(PPSRenderer.java:148)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.createCompatibleImage(PPSRenderer.java:62)
  at com.sun.scenario.effect.impl.ImagePool.checkOut(ImagePool.java:166)
  at com.sun.scenario.effect.impl.Renderer.getCompatibleImage(Renderer.java:118)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.getCompatibleImage(PPSRenderer.java:153)
  at com.sun.scenario.effect.impl.prism.ps.PPSOneSamplerPeer.filterImpl(PPSOneSamplerPeer.java:65)
  at com.sun.scenario.effect.impl.prism.ps.PPSEffectPeer.filter(PPSEffectPeer.java:52)
  at com.sun.scenario.effect.impl.state.LinearConvolveKernel.filterImageDatas(LinearConvolveKernel.java:401)
  at com.sun.scenario.effect.BoxShadow.filterImageDatas(BoxShadow.java:396)
  at com.sun.scenario.effect.FilterEffect.filter(FilterEffect.java:178)
  at com.sun.scenario.effect.Offset.filter(Offset.java:161)
  at com.sun.scenario.effect.Merge.filter(Merge.java:147)
  at com.sun.scenario.effect.DelegateEffect.filter(DelegateEffect.java:68)
  at com.sun.scenario.effect.impl.prism.PrEffectHelper.render(PrEffectHelper.java:156)
  at com.sun.javafx.sg.prism.NGNode$EffectFilter.render(NGNode.java:762)
  at com.sun.javafx.sg.prism.NGNode.renderEffect(NGNode.java:508)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:199)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.renderForClip(NGNode.java:443)
  at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:334)
  at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:360)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:193)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.renderForClip(NGNode.java:443)
  at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:334)
  at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:360)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:193)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.tk.quantum.ViewPainter.doPaint(ViewPainter.java:117)
  at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:182)
  at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:73)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
  at com.sun.prism.render.RenderJob.run(RenderJob.java:37)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:108)
  at java.lang.Thread.run(Thread.java:724)
java.lang.NullPointerException
  at com.sun.scenario.effect.impl.prism.ps.PPSDrawable.create(PPSDrawable.java:54)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.createCompatibleImage(PPSRenderer.java:148)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.createCompatibleImage(PPSRenderer.java:62)
  at com.sun.scenario.effect.impl.ImagePool.checkOut(ImagePool.java:166)
  at com.sun.scenario.effect.impl.Renderer.getCompatibleImage(Renderer.java:118)
  at com.sun.scenario.effect.impl.prism.ps.PPSRenderer.getCompatibleImage(PPSRenderer.java:153)
  at com.sun.scenario.effect.impl.prism.ps.PPSOneSamplerPeer.filterImpl(PPSOneSamplerPeer.java:65)
  at com.sun.scenario.effect.impl.prism.ps.PPSEffectPeer.filter(PPSEffectPeer.java:52)
  at com.sun.scenario.effect.impl.state.LinearConvolveKernel.filterImageDatas(LinearConvolveKernel.java:401)
  at com.sun.scenario.effect.BoxShadow.filterImageDatas(BoxShadow.java:396)
  at com.sun.scenario.effect.FilterEffect.filter(FilterEffect.java:178)
  at com.sun.scenario.effect.Offset.filter(Offset.java:161)
  at com.sun.scenario.effect.Merge.filter(Merge.java:147)
  at com.sun.scenario.effect.DelegateEffect.filter(DelegateEffect.java:68)
  at com.sun.scenario.effect.impl.prism.PrEffectHelper.render(PrEffectHelper.java:156)
  at com.sun.javafx.sg.prism.NGNode$EffectFilter.render(NGNode.java:762)
  at com.sun.javafx.sg.prism.NGNode.renderEffect(NGNode.java:508)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:199)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.renderForClip(NGNode.java:443)
  at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:334)
  at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:360)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:193)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.renderForClip(NGNode.java:443)
  at com.sun.javafx.sg.prism.NGNode.renderRectClip(NGNode.java:334)
  at com.sun.javafx.sg.prism.NGNode.renderClip(NGNode.java:360)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:193)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.sg.prism.NGGroup.renderContent(NGGroup.java:204)
  at com.sun.javafx.sg.prism.NGRegion.renderContent(NGRegion.java:420)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:201)
  at com.sun.javafx.sg.prism.NGNode.doRender(NGNode.java:40)
  at com.sun.javafx.sg.BaseNode.render(BaseNode.java:1145)
  at com.sun.javafx.tk.quantum.ViewPainter.doPaint(ViewPainter.java:117)
  at com.sun.javafx.tk.quantum.AbstractPainter.paintImpl(AbstractPainter.java:182)
  at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:73)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
  at com.sun.prism.render.RenderJob.run(RenderJob.java:37)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:108)
  at java.lang.Thread.run(Thread.java:724)

> I'm not understanding it very well I think.
Don't worry, I don't understand it well either.
> The problem there seems to be about releasing memory space when you stop showing an image or textures. This happens to me on a window (it is a desktop application) and I just move the SplitPane divider some times (it can be 20, other times 10...).
JavaFX uses hardware acceleration where it can.  It also performs optimizations which are expected to perform well in a hardware accelerated environment.  Some of these optimizations involve taking a snapshot image of the display and sending that snapshot to a graphics card to store in the graphics card memory so that the snapshot can be quickly accessed and used by the graphics card.  Graphics processors only have a limited memory available to them, and once that memory is filled, trying to reserve any more memory will fail (which I believe is the error you see in your stack trace).  The problem with the JavaFX 2.2 graphics processing pipeline is that it's aging algorithm for removing old textures from the graphics memory doesn't work quick enough to stop the graphics memory being filled up.  It turns out in your case when you rapidly move the split pane divider back and forth, JavaFX keeps caching textures to the graphics hardware which eventually runs out of memory.  When JavaFX is released, hopefully this issue will be resolved and will no longer occur.
Possible actions
You could try https://jdk8.java.net/https://jdk8.java.netand see if your issue is already adequately addressed.
As a work around for your application, if you have to use JavaFX 2.2 until JavaFX 8 is released, perhaps you could turn off hardware acceleration or dirty region optimizations - there are some command line switches for this, but they are not documented or supported and I don't know what they are.

Similar Messages

  • Solve the JavaFX crashing issue (libjogl.jnilib) on Mac Snow Leopard

    This is what happening to me and how did it get fixed.
    This issue concerns running JavaFX programs on Mac machines with Snow Leopard installed.
    Here is the story.
    I have two Mac machines: one is MacBook and the other is [Mac mini|http://www.apple-history.com/body.php?page=gallery&model=mac_mini_early_09&sort=date&performa=off&order=ASC]. Before I installed Snow Leopard, JavaFX programs were good at both machines. After upgrading to Snow Leopard, every JavaFX program on my MacBook crashed with messages saying that "libjogl.jnilib" causing an bad memory access. But they are still all good on my Mac mini. It's very annoying because if I accidentally went to a page with JavaFX applets on it, Safari got killed.
    I think there might be something wrong in my MacBook so I backup my data and did a clean install of Snow Leopard. Things remain unchanged. It still crashes all the time. Can't figure out why.
    So, I decided to get rid of the cause directly. I tried to search "libjogl.jnilib" on the disk but found that it is downloaded by need (one of the Java Web Start mechanisms), not a pre-existing file in the system. That is why reinstalling the system did not help.
    Then I went to the JOGL sample page, running a few samples through Java Web Start. They are good on my MacBook! So I compared the .jnlp files of the problematic JavaFX programs and JOGL samples. I found that if I put
    <extension name="jogl-all-awt" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" />in the .jnlp files of JavaFX programs, they will get healthy "libjogl.jnilib" and run good. Hooray!
    But I can't intervene in every JavaFX execution this way. So I download the latest JOGL binary, put them (.jar and .jnilib files) under "/System/Library/Java/Extensions/". Everything is fine now.

    kmacdona wrote:
    Do we know who is responsible for patching this for end users? i.e. does Apple need to push this in a system update?
    Thanks,
    KeithI believe if something needs to be done, Mike will do it. He is very active in Apple's Java forum and after all he is the guy in Apple.
    I am still wondering why JavaFX is okay on my Mac mini. Maybe what happened to my MacBook is an extremely corner case because I can hardly find any other one seeing the same problem when I tried to google "crash", "libjogl.jnilib", "javafx", such keywords.

  • My springboard crashed moving from old 3Gs to new (but used) 4.  Now what??

    I recently got a new phone from my new work- the iphone 4. It was previously owned by a co-worker and still had all his info on the phone. I activated it with at&t but didn't have my old phone for them to do a data transfer/backup. They gave instructions and it seemed really straight forward.
    I followed their steps to backup and then data transfer all my songs, apps, calendar, etc. All seemed fine until the new 4 turned said "Springboard" had crashed. It entered safety mode too. My contacts transfered but not my apps. Everything of the new old owners is still on there.
    I wanted to try again but it won't respond to iTunes - I think because it is in safety mode. I had my 3Gs for almost 3 years but I'm completely unfamiliar with "Springboard" and safety mode.
    What do I do now?? I would like to avoid going to the at&t store as the wait it forever.
    Also, I don't have iCloud yet- I don't know if this makes a difference backing things up but I really don't have money to get Lion yet.

    He had moved the iTunes Music folder to an external drive
    Bummer.
    Copy the entire \Music\iTunes\ folder to the external.
    Plug it in to the new computer.
    Hold Option and launch iTunes.
    Select *Choose library* then select the *iTunes library* file in the iTunes folder on the external.

  • JavaFX crashes X Server

    Background/Context:
    I'm currently developing a touch screen application which is aimed to run on Linux. As a development framework I chose JavaFX (jdk1.7.0_10) due to its rapid prototyping easiness. I'm using Arch Linux (kernel 3.6.10-1-ARCH) distribution and since JavaFX needs a head-full environment to run, I installed Xorg on top of the base configuration. Even thought I'm able to run my JavaFX application, I have some issues with popup windows that are being displayed in my application.
    When trying to display those popup windows, sometimes they don't respond as expected or event worse, they crash my application. The error I get is the following:
    The program 'java' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
    +(Details: serial 51101 error_code 9 request_code 62 minor_code 0)+
    +(Note to programmers: normally, X errors are reported asynchronously;+
    that is, you will receive the error a while after causing it.
    +To debug your program, run it with the --sync command line+
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    By the way, when running the same application on Windows (my development machine), everything works fine.
    I also tried to run a composite manager ('xcompmgr') since i was also getting some warnings like
    Can't create transparent stage, because your screen doesn't support alpha channel. You need to enable XComposite extension.
    but it didn't helped.
    Question:
    Am i missing some files or configurations in order to run smoothly JavaFX in Linux, or has any one encountered the same challenge? Since my main concern is performance (due to limited hardware specs), I don't want to install a full featured Linux distribution. I only need to run my JavaFX application.

    Hi,
    This error affect me. I am using Ubuntu 13.04
    java version "1.7.0_21"
    Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
    I run javafx Ensemble.jar. When I tried to search in the top right search box the following error appears:
    The program 'java' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
    (Details: serial 536 error_code 9 request_code 55 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    Is there something I can do to fix that?

  • Laptop crashed, moved HDD to another PC to use CS5 but it gives me a Configuration Error. Error:6

    Hi, My laptop containing Adobe CS5 recently crashed. I do not have the serial as this was activated at my school and they only do it once for everyone. What I did was to take the HDD out and put it onto my PC and try to use the application from there, a method which worked before on other applications, but when I wanted to load up dreamweaver and any other applications in the suite it failed to load and popped out the following message:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Configuration Error
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please uninstall and reinstall the product.
    If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of the screen.
    Error:6
    http://www.adobe.com/support/
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Can anyone help me out? I don't have the serials nor the CD to reinstall so I'm practically stuck and I cant afford to buy the thing again.

    Adobe applications simply don't work that way. Installation puts software and configuration information not only in application-specific directories under \program files\, but also in system directories. As such, Adobe application installations are not portable.
    Unfortunately, in order to re-install your software, you will need to go back to your “school” for installation media and serial number information since the software was licensed through them and not directly via Adobe.
              - Dov

  • Palm Desktop crashes moving a recurring appointment in month view

    In month view in Calendar, Desktop 6.2.2 crashes when attempting to move one ocurrence of a repeating appointment.  Any fixes?
    Post relates to: Centro (Unlocked GSM)

    In Calendar - Edit Event - select a different date - OK and it crashes.  Normally I would expect a prompt asking whether to apply the changes to Current/Future/All but it doesn't get that far. This appears only to apply to events that are part of a recurring series and only when in month view and selecting the event in the "Daily" sidebar.  I will try not to do that in future!
    Post relates to: Centro (Unlocked GSM)

  • Computer crash -- Moving iPod music to new computer

    My old computer crashed and I had to reformat the harddrive. How do I move the 3200 songs back from my iPod to iTunes?
    Thanks

    If you are using iTunes version 7 or later, then you can transfer purchased iTunes store music from the iPod to an authorized computer by using the "file/transfer purchases from iPod" menu. Note that the maximum of 5 authorized computers applies here.
    For all other non purchased music (your own CDs etc) try this method which works on some Windows PCs.
    Enable your iPod for disk use.
    See: iPod Disk Use.
    Open iTunes and select edit/preferences/advanced/general. Put a check mark in the box marked "copy files to iTunes music folder when adding to library" and also "keep iTunes music folder organized", then click 'ok'.
    Connect the iPod whilst holding down the shift/ctrl keys to prevent any auto sync, and if you see the dialogue window asking if you want to sync to this itunes library, click 'no'.
    Then go to file/add folder, open 'my computer', select your iPod and click 'ok'.
    The music files should transfer to your iTunes.
    If this doesn't work (and it may not because officially it's not supposed to), check out the instructions/suggestions here.
    Music from iPod to computer (using option 2). This a manual method using "hidden folders" and although it works, it can be messy.
    Much easier ways are to use one of the many 3rd party programs that copy music from the iPod to the computer.
    One of the most recommended is Yamipod. This is a free program that transfers music from iPod back to the computer. However, it does not transfer playcounts/ratings etc.
    Another free program is Pod Player.

  • SplitPane divider position change doesnot render both the components

    Hello
    I am trying to use a splitpane that has two panels. By default i want only one of the panels to be seen(initially). But I want the second panel to be visible when I click on the divider.I have done it as follows as a mouse event performed on divider.
    splitPane.setSize(800,800);
    splitPane.setDividerLocation(.5);/splitPane.setDividerLocation(400);
    splitPane.resetToPreferredSizes();
    splitPane.paint();
    I can change the size but the second component is not seen initially.On debugging I see the divider position being set(to 400/.5).The panel is seen only when the divider crosses its intial position.(probably after 2/3 clicks).Have tried by inspecting the minimum and preferred sizes of all.The second panel width is overriden with a value 0 on first click inspite of initialising it.
    Have been stuck with it for 3 days.
    Hope to get some help.

    This is just compliant to Swing rules but not stated in docs:
    0) Configure splitter to be "one touch expandable" and more as necessary.
    1) Play with individual dimensions of both panels, not with split panel.
    2) Declare minimum size for both panels as ZERO to hide one at time.
    3) Declare preferred size for some arbitrary panel and the complement size to other.
    It is better, if possible, to declare preferred size to the "less" important panel and attempt to Look&Feel disregarding the size of other (the most important).
    Let us know about result in near future.
    Best regards (from a guy in Brasil)!

  • T60 win7 x1400 external monitor crashes...

    hi, i am running a t60 with x1400 and a postville ssd. at the moment my computer crashes regualry after a while when i connect an external monitor. doesn't matter if direct or via docking station. nor it makes a difference if i have to external monitors connected. short before the computer crashes the cursor will trasnform from a pointer to the thing you can see on the attached image. cursor will be still functional. up to 60 seco nds later the computer crashes showing a disturbed view on the monitor. you can't see the original content of the monitor anymore.  not shure if it helps preventing from crashing moving the mouse from left to right monitor and clicking right mouse button. sometimes the cursor recovers..
    http://wahllokal.es/cursor.jpg

    I have the same problem on my T60P!  I am not having heat issues; I believe that the issue is that Lenovo has not released a Win7 x64 driver for the video card.  I have an ATI Mobility FireGL V5250, and the latest driver that windows can find is from 12/1/2008.  Lenovo has no driver for Win7 in their matrix, and the Vista driver will not work.  I have all other updates installed from Lenovo, and am running BIOS ver. 2.25
    Lenovo, PLEASE request an updated driver from ATI for these computers!
    ATI has the drivers written, it is just up to Lenovo to request the driver be compiled for our computers!  I run an external monitor via DVI-D at 1900x1200 resolution, and this causes the computer to crash at least 4-5 times per day.  Sometimes I get a BSOD, sometimes it locks up, sometimes it just goes black.  If I don't have an external display connected, I never have any issues.
    Lenovo, please support us!

  • GRAPHIC CARDS AND 10.6.4 PROBLEMS - MAKES CS5 CRASHING!

    Photoshop CS5 has crashed on me several times today and *my screen becoming extremely distorted and flickering very fast, locking up the Mac and not responding at all*, leaving me to reboot.
    I tried PS CS5 in 32-Bit mode, and it is still crashing.
    +That crash just started appearing with the delivery of MacOS 10.6.4+. (Acobe engineers found unknown crashes moving up the statistics and had engineers looking at them) It is related to OpenGL, and probably to a driver update delivered with 10.6.4.
    Adobe has found no problems with CS5 and this is a problem related to Apples 10.6.4
    This has been discussed with users and engineers at Adobe here: http://forums.adobe.com/message/2957823#2957823
    We are working on a very important project with one of our main clients - and really needs this resolved asap! This is not just affecting gamers but creative professionals.
    Is there any news on this issue?
    Thank you very much,
    Kim

    A business that is using the latest OS, would also be taking risks, and would have been prudent and conservative, having multiple bootable backups to work with, and realize these things happen.
    Other than a brand new Mac that doesn't work with Leopard I can see having to have 10.6.3.
    As to how long since release to move production up from CS4 to CS5? well, people really detest the IT-minded for their "test, retest, and don't deploy until the testing is done" approach.
    I assume "graphic cards" and you have a Mac Pro 2009 w/ ATI 4870 or GTX 285, but your post was scant on that, and it is really helpful to have a more complete .sig with hardware profile to see.
    There is a patch from Nvidia for GTX 285. You should be able to roll-back to 10.6.3.

  • Crashing in Import Dialog

    As I was forced to start a new catalog with LR4, I selected a few directories of photos to import (about 100 photos). A few seconds after import started and I saw photos appearing, LR4 quit.
    Re-opening shows only about 5 photos in the catalog (I had seen more just before the crash)
    So I import again to grab more...
    Now, whenever I go to the import dialog, as soon as I so much as move my mouse over any directory of my hard drive, LR4 quits.
    Really want to try this with my latest set of photos, but I can't do anything if I can't get my photos in!
    MacOS 10.7.2.

    I had to delete and start a new catalog. It crashed again when importing multiple directories but this time did not have an issue with coming back into the dialog. I imported directories one at a time and everything imported successfully.
    A few more crashing moving around or doing nothing.
    But when I go to develop, I just get a grey screen with no photo selected (while it says 1 photo selected below).
    So I still can't try it!
    I will try the whole process again later when I have more time.

  • Which perfomance improvements will JavaFX 8 deliver to us?

    Hi there,
    my whole company consists already of fans of JavaFX 2 - it's fun to work with it and slowly but steady, the team seems solves on the most annoying bugs. But one thing in the 2.x versions seems to be a problem for us. Even on recommended combinations of hard- and software, performance isn't really predicable yet. Sometimes, our applications perform well on 2-year old hardware while we have issues using high-end desktop components. Generally, i think that there is some potential to improve the performance of JavaFX.
    For example, i read in Jira that the developers where thinking of pre-rendering nodes as bitmaps and cache those to gain some performance wins. I didn't find this discussion again, but i think that this hasn't been implemented yet.
    So what i really would like to know is if there are upcoming performance improvements in JavaFX 8 and if the answer is yes, what will they look like?
    Best regards,
    David
    Edited by: TheJeed on 04.02.2013 02:49

    There are some preliminary performance numbers for JavaFX 8:
    http://fxexperience.com/2012/09/preliminary-performance-numbers-in-javafx-8/
    The fxexperience post also includes descriptions of some of the work to improve performance in JavaFX8.
    Also there is a note on memory consumption:
    I would have to check our performance numbers to be certain, but I believe actually we have also reduced
    the memory usage over the same period, primarily due to making Control a Region and removing one extra
    node for most Controls (for example, a Button is now a Button -> Text, instead of Button -> StackPane -> Text).I think some of the major work involves allowing the JavaFX rendering thread and JavaFX application thread to execute concurrently.
    i read in Jira that the developers where thinking of pre-rendering nodes as bitmaps and cache those
    to gain some performance wins.
    I didn't find this discussion again, but i think that this hasn't been implemented yet. Perhaps it has. Have you tried out the Node setCache and setCacheHint APIs?
    http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html#setCache%28boolean%29
    http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html#setCacheHint%28javafx.scene.CacheHint%29
    Additionally, you can manually do this by using node.snapshot and then rendering the resulting image in an ImageView rather than the original node.
    http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html#snapshot%28javafx.scene.SnapshotParameters,%20javafx.scene.image.WritableImage%29
    Depending on the usage situation, the caching APIs can make a huge difference to application performance.
    Running a grep for the word performance on the JavaFX 8 issue tracker gave =>
    RT-5130     Mechanism to report FPS of an arbitrary app (app doesn't call PerformanceTracker) in Prism
    RT-5475     RT-5474 Optimize picking performance
    RT-6475     Need new hints to control how Text node is rendered
    RT-8037     Need to complete a temporarily performance fix on filter effects (DropShadow, InnerShadow and SepiaTone)
    RT-8243     Memory Leak (sun.awt.geom.CurveLink)
    RT-10753     prism-sw: ColorfulCircle bm performance drop in case circle radius is equal 2 or 4 for Inner & Outer Stroke positions
    RT-13324     Text needs to support letter spacing
    RT-13365     poor performance running "colorful circles"
    RT-14065     DirtyRegions: different performance results for equivalent dirty regions
    RT-14122     Camera Style Transform
    RT-14867     b35: 20% (-2.47 fps) performance regression in TextBox-text100k run with hw pipeline comparing to b34
    RT-15566     too big area repainted if the test updates more than 12 checkboxes
    RT-15687     TreeItem expand/collapse performance in hardware pipeline is almost 20 fps worse than in j2d pipeline
    RT-16725     API to manipulate scrollbar on TableView
    RT-16853     TextArea: performance issue
    RT-16924     WebNode reload test can't work in sandbox mode
    RT-17510     Improve performance of rendering a TRANSPARENT stage on Windows 7
    RT-17551     MacOS: Optimize using of lockFocusIfCanDraw
    RT-17960     Transparent stage resize flickers on Mac
    RT-18067     fx2.1-15 (b01): up to 90% regression in Controls.TextArea-select_all-255x1000 in j2d pipeline
    RT-18354     Animation perform down observably when i add the dropdown effect to root
    RT-18612     Glass Mac: ClipboardAssistance.actionPerformed()
    RT-19106     LCD text blending isn't accounting for over-lapping glyphs.
    RT-19271     J2D pipeline does not implement proper handling of the subimage "isolate mask" control
    RT-19305     Animation performance may be very unstable on Mac
    RT-19605     The fix for RT-19532 results in 65% (317 fps) performance regression in Controls.Buttons-adhoc-mouse-nodes1008-skipAll in fx2.1-controls-scrum-b345 build
    RT-20356     PresentingPainter and UploadingPainter disregarding dirty clip rect
    RT-20405     Improve Path rendering performance
    RT-20475     Allow to select videocard (or choose the best one automatically)
    RT-20616     TreeView creates new cells every time root is changed
    RT-20978     fx2.2-graphics-scrum-h175: performance regression on Mac (initially 50% but now unknown)
    RT-21672     Implement Occlusion Culling
    RT-22076     CSS: Treat style class as a bit mask in Selector for better performance on selector matching.
    RT-22244     Pisces Renderer shows huge performance win when coded in C
    RT-22422     Cannot sign JAR files
    RT-22567     Minor tweaks to FX/Swing painting
    RT-22913     Implement and enable accelerated compositing to improve WebView rendering performance
    RT-23413     FXMLLoader should be able to cache imports and properties between to load() calls
    RT-23450     Improve performance of Prism rendering and clipping
    RT-23458     Improve ellipses performance
    RT-23459     Reduce node count in Controls by allowing a Skin to manipulate the Control's children and layout directly
    RT-23463     Implement Region image based caching
    RT-23467     Evaluate Native Text Engines
    RT-23469     Analyze Layout Performance
    RT-23562     Optimize Region by using immutable State, caching on CSS level
    RT-23574     Add support for tiled rendering of textures (both for performance and functional reasons)
    RT-23582     Update Caspian CSS to use better performing selectors
    RT-23588     Investigate using less precise but faster min, pref, max size computations for controls
    RT-23616     Avoid processing CSS for VirtualFlow cells that are CSS clean
    RT-23621     Check use of HIGHP with es shaders.
    RT-23704     Use DirectX 9Ex mechanism to avoid calling cv.save()
    RT-23725     Beagleboard: Execute fragment shader on the GPU causes significant drop in performance
    RT-23738     fx3.0-graphics-scrum-h45: Webkit synchronization for 3.0 caused -55% performance regression in WebNode.ColorfulShapes-Blur2Circle
    RT-23743     Evaluate the performance of computing and uploading individual glyphs one at a time versus in a batch
    RT-23746     Consider optimizing libjepg for performance rather than quality (using already existing build flags)
    RT-23773     Improve caspian.css to use child selectors where possible, rather than require css engine to perform needless busy-work
    RT-23839     Lists,Trees and Tables do not work with wrapped text
    RT-23873     Investigate (and improve) ListView / TreeView / TableView performance
    RT-23879     Mac: Clicking in a Popup/ContextMenu/ComboBox steals the focus from the primary stage in applet
    RT-23905     SQE: Provide JavaFX CSS3 support
    RT-23913     SQE: Optional FX Packages
    RT-24010     WebNode.GUIMark2-Vector fails with NullPointerException in multithreaded mode
    RT-24012     Text performance of the hardware pipeline must be equal or better than the software pipeline
    RT-24013     Multi-Core scalability
    RT-24017     3.0-controls-scrum-58: 100% regression in NodeMemory.TreeItem and 96% in Controls.TreeView-Expand
    RT-24018     3.0-controls-scrum-60: Controls.ListView-Keyboard and Controls.TableView-Keyboard benchmarks are broken
    RT-24143     Ant task fx:deploy expectes all JARs to have a MANIFEST.MF and fails with NPE if at least one doesn't
    RT-24148     Private controls Weak* classes should clean up in more situations
    RT-24298     3.0-graphics-scrum-h142: memory usage of ColorfulShapes.Blur2Circle-Transparent has been increased by 625% (246,890.67 kb)
    RT-24320     WebView draws entire back buffer on screen upon every repaint
    RT-24437     X11Pixels and LensPixels are ill-implemented wrt managing the native object
    RT-24480     Use FilteredList for Parent.unmodifiableManagedChildren
    RT-24557     ImagePattern is slow on embedded systems
    RT-24582     High frequency refresh and Heavy but low priority updates in the same app (multithreading render, multiinstance...)
    RT-24587     Changing a single child of FlowLayout is slower than changing all children
    RT-24624     prism-sw pipeline is up to 90% worse than j2d pipeline
    RT-24741     WebView is not using accelerated compositing for http://javaweb.sfbay.sun.com/~epavlova/Performance/JavaFX2/mexsantos opacity transitions
    RT-24965     8.0-graphics-scrum-h82: Controls.TableView-XmasTree and DirtyArea performance regressions caused by RT-23725 fix.
    RT-24966     8.0-graphics-scrum-h99: up to 30% regression in Guimark2.Bitmap
    RT-24992     8.0-controls-scrum-h51: Controls.CheckBox and Controls.RadioButton benchmarks are broken
    RT-24997     8.0-controls-scrum-h44: up to 35% regression in Controls.TableView and Controls.Buttons benchmarks
    RT-25036     8.0-h26-b56: Controls.TableView-XmasTree benchmark crashes with SIGSEGV on MacOS in sw pipeline
    RT-25078     Mac: dirChooser.showDialog() returns immediately "null" but somehow remains open and appears to work (...when being executed from a Button onAction Eventhandler in new Stage)
    RT-25118     8.0-controls-scrum-h51: -23% performance regression in Controls.TreeView-Expand.adhoc-items1000-wide benchmark
    RT-25120     8.0-graphics-scrum-h99: up to -24% performance regression in Controls.ListView and Controls.TableView
    RT-25166     Path updates in a ScrollPane where content has a Scale transform are 100 times slower
    RT-25233     Javafx applet with preloader crashes under Windows / Java7u7 / Chrome
    RT-25350     poor animation performance on PathTransition when part of the Stage sits outside of desktop screen
    RT-25382     8.0-h38-b58: up to 30% performance regression in Image rendering in sw pipeline
    RT-25403     8.0-h38-b58: 67% (-21.7 fps) performance regression in Charts.Bubble in hw pipeline on MacOS-Low end machines
    RT-25486     Debian policy requirement for 'Installed-Size' not set -- users get warning when installing: NetBeans built JavaFX .deb package for Ubuntu
    RT-25684     GridPane.layoutChildren() hangs when wrapText is true
    RT-25685     GridPane.layoutChildren() hangs when wrapText is setup in CSS style class
    RT-25801     8.0-controls-scrum-h81: 25% performance regression in Controls.RadioButton on mac-low end machine
    RT-25864     New "shared textures" do not share pixel update flags as well as they should
    RT-25919     8.0-graphics-scrum-h242: 48% (16.70 fps) performance regression in GUIMark2.Bitmap on MacOS
    RT-26024     Scene Builder hangs when adding column
    RT-26113     8.0-graphics-scrum-h278: disabled accessibility feature triggers dependency on uiautomationcore.dll
    RT-26140     Node Orientation - API issue: Should effective orientation be a property?
    RT-26221     8.0-graphics-scrum-h276: 33% regression in NodeMemory.TableColumn-rendering-on benchmark
    RT-26438     8.0-graphics-scrum-h342: up to 30% of memory usage increase in bunch of performance benchmarks
    RT-26537     8.0-graphics-scrum-349: deadloack in WebNode.GUIMark2-Bitmap benchmark
    RT-26702     Poor DisplacementMap effect performance on Mac
    RT-26716     Performance of scrolling TreeView tail is much more slowly when scrolling TreeView head
    RT-26894     String rendering is less performant than java2D one
    RT-26909     Regions are being cached even when extremely tall
    RT-26999     8.0-controls-scrum-h122: up to 20% regression in some Controls.TableView benchmarks
    RT-27073     8.0-graphics-scrum-h458: more than 50% regression in Controls.TextField benchmark
    RT-27079     8.0-graphics-scrum-h449: RT-25055 caused up to 80% regression in Charts.Bubble benchmark
    RT-27111     8.0-controls-scrum-h138: up to 30% regression in Controls.TreeViewExpand benchmarks
    RT-27143     8.0-graphics-scrum-h471: TableView-Keyboard fails with NullPointerException
    RT-27508     8.0-h96-b68: 68% regression in SpiralText in hw pipeline caused by enabling DirectX 9Ex
    RT-27667     [TreeTableView] Multiple cell selection issue.
    RT-27982     Mac: 8.0-graphics-scrum-h595: JavaFX crashes on MacOS
    RT-27985     8.0-graphics-scrum-h595: 42% performance regression in Guimark2.BitmapCanvas on Windows-Mid-Range machine
    RT-28064     A new Scene accumulates all PointLight's from previous Scene's     

  • Magic iDVD '08 crashes when I try to drag a movie...

    Into a slot to create a DVD. I only have 111MB free. I have the latest driver and I sent the report in to Apple. Any thoughts on what to do? I checked the forum before I posted, and it seemed everyone was able to at least try and make a DVD first. The files are saved as Quicktime files. They are also HD, which makes them large files. Could the files be too big for Magic iDVD to handle? Any help would be appreciated.

    When you say you only have 111 MB free, are you talking your hard drive? Or the DVD project properties?
    I'd suggest that if that's your hard drive free space (it must be, you'd know better than to try to drag a movie into a 111MB slot), you don't have enough room for your system to do much of anything, and totally explains a crash moving a movie file, which is huge.
    Try dumping some stuff or moving to another drive and see if that fixes the problem. Let us know.

  • SNMPD Crashing every 10 minutes

    Xserve3,1, running 10.6.4.
    Every 10 minutes, a floating point error causes a crash. Divide by zero?!?!? I don't know if this caused it, but this morning the server was hard locked. PWOD on the console, no response to remote access (ARD or SSH).
    Any thoughts?
    Diagnostic reports shows this:
    Process: snmpd [63766]
    Path: /usr/sbin/snmpd
    Identifier: snmpd
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-08-02 05:40:36.545 -0600
    OS Version: Mac OS X Server 10.6.4 (10F569)
    Report Version: 6
    Exception Type: EXC_ARITHMETIC (SIGFPE)
    Exception Codes: EXCI386DIV (divide by zero)
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libnetsnmpmibs.15.dylib 0x000000010006b437 var_hrproc + 169
    1 libnetsnmphelpers.15.dylib 0x000000010004805c netsnmpold_apihelper + 390
    2 libnetsnmpagent.15.dylib 0x0000000100016f95 netsnmpcallhandlers + 868
    3 libnetsnmpagent.15.dylib 0x0000000100009a83 handlevarrequests + 91
    4 libnetsnmpagent.15.dylib 0x000000010000c179 handle_pdu + 524
    5 libnetsnmpagent.15.dylib 0x000000010000d0af netsnmphandlerequest + 500
    6 libnetsnmpagent.15.dylib 0x000000010000d443 handlesnmppacket + 445
    7 libnetsnmp.15.dylib 0x000000010015462f snmp_timeout + 3928
    8 libnetsnmp.15.dylib 0x0000000100155605 sessread + 3719
    9 libnetsnmp.15.dylib 0x00000001001556e5 snmp_read + 30
    10 snmpd 0x000000010000284e 0x100000000 + 10318
    11 snmpd 0x0000000100000d40 0x100000000 + 3392
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x00007fff5fbff8b0 rcx: 0x000000010088d000 rdx: 0x0000000000000000
    rdi: 0x0000000000000000 rsi: 0x0000000100035f40 rbp: 0x00007fff5fbfec10 rsp: 0x00007fff5fbfec00
    r8: 0x00007fff5fbff8b0 r9: 0x00007fff5fbff8b8 r10: 0x000000010040fb80 r11: 0x00007fff5fbff0a0
    r12: 0x00007fff5fbfec80 r13: 0x000000010040fc60 r14: 0x000000000000000c r15: 0x0000000000000060
    rip: 0x000000010006b437 rfl: 0x0000000000010246 cr2: 0x0000000100601000
    Binary Images:
    0x100000000 - 0x100003ff7 +snmpd ??? (???) <2A60B738-EFA8-9C0F-211B-25C189536335> /usr/sbin/snmpd
    0x100008000 - 0x100034ff7 libnetsnmpagent.15.dylib 17.2.0 (compatibility 17.0.0) <10B115AE-DA44-3C6B-7C48-74D82A332D0C> /usr/lib/libnetsnmpagent.15.dylib
    0x100042000 - 0x10005cfff libnetsnmphelpers.15.dylib 17.2.0 (compatibility 17.0.0) <40E2DE41-5DD1-9A4C-8576-A27967C7780B> /usr/lib/libnetsnmphelpers.15.dylib
    0x100067000 - 0x1000f0fff libnetsnmpmibs.15.dylib 17.2.0 (compatibility 17.0.0) <0BC3832F-226A-61E1-248B-CE6ED25271C7> /usr/lib/libnetsnmpmibs.15.dylib
    0x10012f000 - 0x1001a9ff7 libnetsnmp.15.dylib 17.2.0 (compatibility 17.0.0) <42732D86-3073-4591-301C-D3C9FBEC2182> /usr/lib/libnetsnmp.15.dylib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80687000 - 0x7fff806d1ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff806d2000 - 0x7fff80762fff com.apple.SearchKit 1.3.0 (1.3.0) <A710A552-4343-3811-94DA-04F0E8A2AD93> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff80770000 - 0x7fff807eefff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff80b0e000 - 0x7fff80b34fe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff810b5000 - 0x7fff81101fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff81163000 - 0x7fff81169ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff812e1000 - 0x7fff81366fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff81487000 - 0x7fff81487ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff81488000 - 0x7fff814a6fff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff814a7000 - 0x7fff814abff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff819ed000 - 0x7fff81e31fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff81e32000 - 0x7fff82165fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff821a8000 - 0x7fff821b7fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff825c3000 - 0x7fff8260bff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff82610000 - 0x7fff8267afe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff829bb000 - 0x7fff82a55fff com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff82a9d000 - 0x7fff82b77ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff82bc4000 - 0x7fff82bc9fff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff82c12000 - 0x7fff82d87ff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff82d89000 - 0x7fff82e42fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff82e74000 - 0x7fff82eaffff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8303c000 - 0x7fff830f1fe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff831d9000 - 0x7fff83288fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff83362000 - 0x7fff83432ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <AA6EB690-6CCF-603D-AAC2-35B9E05D1593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff834ac000 - 0x7fff834fbfef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8374e000 - 0x7fff8375cff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff8375d000 - 0x7fff83874fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff83914000 - 0x7fff83b9aff7 com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83bab000 - 0x7fff83bbfff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <B932F6B1-38D0-A864-1CC5-ABC77E653F91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff83bc0000 - 0x7fff83ccffe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff84bca000 - 0x7fff84c6afff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff84df0000 - 0x7fff84e4eff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff84eb8000 - 0x7fff84ecdff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff856e0000 - 0x7fff856e2fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff856e9000 - 0x7fff85766fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85773000 - 0x7fff85794fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff85795000 - 0x7fff857e6fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff857e7000 - 0x7fff859a5fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff85a3f000 - 0x7fff85a80fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff85aa7000 - 0x7fff85acffff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff85ae4000 - 0x7fff85ae4ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff85be0000 - 0x7fff862dd067 com.apple.CoreGraphics 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86368000 - 0x7fff863a0fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff87074000 - 0x7fff870b5fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff870b6000 - 0x7fff870e1ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff87103000 - 0x7fff872b9fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff872ba000 - 0x7fff872bbff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8735e000 - 0x7fff87b68fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff87b69000 - 0x7fff87b69ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff87bb5000 - 0x7fff87c75fff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff87d3b000 - 0x7fff87df1fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff883a5000 - 0x7fff88462ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff884b0000 - 0x7fff88731fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88935000 - 0x7fff8894bfef libbsm.0.dylib ??? (???) <37BFB2A4-EBD3-ACBB-89F2-3C158B262A72> /usr/lib/libbsm.0.dylib
    0x7fff88cd9000 - 0x7fff88cd9ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff88d61000 - 0x7fff88d72ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff88d73000 - 0x7fff88f33fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib

    Hi DurocShark,
    I am experiencing the same "Divide by zero" error with snmpd. I found some previous posts with the same descriptions, but they have been archived with no response. The top of the page states there is 1 solution, but no reference to any KB articles or threads.
    Were you able to find a solution?

  • How do you recover from catastrophic change of PC and iPhone at same time?

    Long Story:
    1) Upgraded from iP3G to iP4 last year, kept both. iP4 synched regularly. 3G in storage.
    2) Synching PC died (motherboard) but have HDD.
    3) LOST iP4 in mountains.
    4) Got new PC.
    5) Reactivated 3G.
    Now I'm trying to figure out what files to put where from old HDD to new PC to get contacts/data/settings/SMS/photos, etc? I have it all on the old HDD and it is in an enclosure. I just need to know what key files I need, where they are on the old HDD and where to put them on the new. (Both old and new PC's are running Win7 Ult.)

    Thanks, Eric-
    Not a great option at this point, b/c I'm using this as an opportunity to rearrange the file structure of my stuff, using libraries differently and the like, and I've already moved some things. I found the below post on another thread helpful, except...
    Computer crashed, moved iPad to new PC...
    When I go to Edit>Preferences>Devices, it lists the backup I want to restore from, but it has the same name as the current backup. When I right click on the iPhone under Devices and go to the Restore from Backup Wizard, it only lists the current backup.
    So here's what I tried:
    0) Went to Users>Me>AppData>Roaming>Apple Computer> MobileSync
    1) I created a folder called "Temp"
    2) I copied the current backup folder to Temp
    3) In the Backup folder, I opened the folder containing the current backup and deleted the whole thing, emptying that folder.
    4) I copied the entire contents of the desired backup into the newly emptied folder.
    5) But now it doesn't give me the option to restore.
    6) So I undid the changes and got back to square 1.
    So my current question is how can I get it to restore from an alternate backup, especially since the two phones had the same name so the backups have the same name?

Maybe you are looking for

  • Can user still submit completed Acrobat form if they do not use MS Outlook or MacMail?

    Users who submit completed forms via MS Outlook or Apple MacMail are able to successfully submit forms.  When a user attempts to submit without these e-mail client softwares, they get a message "Acrobat cannot connect to the server, but will automati

  • Consumption Based MRP

    Hi, We are running consumption based MRP using MRP Type as VB. We run consumption based MRP daily. In this, when ever there is change in stock level due to consumption, the system reschedules the old schedules also. We don't want to disturb the old s

  • BAPI_MATERIAL_MAINTAINDATA_RT problem

    Hi experts. I am trying to change some material parameters. It's MARC-MINBE and MARC-MABST. For this I am using BAPI_MATERIAL_MAINTAINDATA_RT with appropriate parameters. Unfortunatelly there is an error message: 537. In SLG1 I have some messages: -

  • Best way to load metadata to 11.1.2.1 applications from 9.3 applications

    1.For plannings applications 2.For Essbase applications Edited by: 859699 on 2011-jul-20 12:47

  • Primary&foreign key rerlation ship

    hi folks, i am going to pick material in mm03 transaction after that i selected  classification tab choose batches for class type it displays values and clisifications now i want to find tables which is having the relation ship (primary key and forei