JDK-8126880 : Fatal errors, SB terminated
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 7u6
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-05-09
  • Updated: 2015-06-17
  • Resolved: 2012-06-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u6Resolved
Related Reports
Duplicate :  
Relates :  
Description
Both errors occur : launch SB and click Document (Inspector Panel) or drop Button to Anchor Pane. I send logs for both cases.
Comments
Duplicate of RT-21470.
14-06-2012

Apparently this is a known bug in VS2010, we do specify /arch:SSE, but it generates the above-mentioned SSE2 instruction anyway: http://connect.microsoft.com/VisualStudio/feedback/details/565959
14-06-2012

According to one reference I found, cvtdq2ps is supported in SSE2, A64, SSE3, and E64T. AMD family 6 model 10 looks to be one of the following: - Mobile AMD Athlon XP-M Model 8 - Mobile AMD Athlon XP-M (LV) Model 8 - AMD Athlon XP Model 10 - AMD Sempron Model 10 - AMD Athlon MP Model 10 - Mobile AMD Athlon XP-M Model 10 - Mobile AMD Ahtlon XP-M (LV) Model 10 It looks like AMD started supporting SSE2 with the K8-based CPUs - Athlon 64, Sempron 64, Turion 64 which are newer than that processor.
14-06-2012

The instruction it is dying on is a "cvtdq2ps" instruction. It may be that we are compiling for a really advanced version of the MMX instruction set and the processor doesn't support it.. The "Intel Mobile inside" processor may support the instructions whereas the AMD (is it an older AMD? Which instruction sets does it claim to support?) does not...
14-06-2012

B41 version has the same failure.
08-06-2012

Screenshots.
01-06-2012

I installed SB 1.0 b38, b39 , b40 versions and all work.But ... SB works very slow, for example: Button click -> 3 sec delay -> Properties window is opened (single core 2.4GHz CPU). I observed ascending memory usage during work. I made test: 2 buttons in anchorpane and sequentially clicked - button1, layout panel, code panel, button2, properties panel, layout panel, etc. ... Memory usage for javaw.exe process constantly increased. See screenshots.
01-06-2012

Looks like a crash in decora-sse filtering code.
23-05-2012

I am moving this one to the Runtime since it does not look like SB code has anything to do with this failure.
23-05-2012

In sum, I installed SB in 3 computers (Win Xp SP3): 2 AMD processors inside - SB is terminated, one Intel Mobile inside - SB works!
16-05-2012

Could you give the Build Information of the SceneBuilder you run please ? You find them either running SceneBuilder and opening Help > About Scene Builder, or on disk in a file named scenebuilder.properties. Thanks !
10-05-2012