Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Big 1D field causes SIGSEGV upon app launch when saved gui state has field viewer open #9

Open
DickJC123 opened this issue Sep 16, 2016 · 0 comments

Comments

@DickJC123
Copy link
Member

// To recreate the problem:
// Run the app below.
// Click on the counter field to display it.
// Exit the app.
// Re-launch the app (window will now have field displayed, but JVM SIGSEGV occurs).
object GuiStateBug extends CogDebuggerApp (new ComputeGraph{
val counter = ScalarField(10000000) // 10 million elements (1 million is OK)
counter <== counter + 1f
})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant