You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
// 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
})
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
// 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
})
The text was updated successfully, but these errors were encountered: