infinite recursion in TestAwtPanels
See original GitHub issueTesting 3.3.1 release candidate (Hash: a150deb) on Linux Mint, running the TestAwtPanels
app:
Exception in thread "main" Exception in thread "main" java.lang.StackOverflowError
at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at com.jme3.system.JmeDesktopSystem.newContextCustom(JmeDesktopSystem.java:257)
at com.jme3.system.JmeDesktopSystem.newContext(JmeDesktopSystem.java:285)
at com.jme3.system.JmeSystem.newContext(JmeSystem.java:159)
at com.jme3.system.awt.AwtPanelsContext.create(AwtPanelsContext.java:223)
at com.jme3.system.awt.AwtPanelsContext.create(AwtPanelsContext.java:225)
at com.jme3.system.awt.AwtPanelsContext.create(AwtPanelsContext.java:225)
at com.jme3.system.awt.AwtPanelsContext.create(AwtPanelsContext.java:225)
…and so on for many screenfuls
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Finite and Infinite Recursion with examples - GeeksforGeeks
Infinite Recursion occurs when the recursion does not terminate after a finite number of recursive calls. As the base condition is never met ......
Read more >Infinite Recursion with Jackson JSON and Hibernate JPA issue
Since Jackson 1.6 there's a better solution: you can use two new annotations to solve infinite recursion problem without ignoring the getters/setters during ......
Read more >4.8. Infinite Recursion — How to Think Like a Computer Scientist
If a recursion never reaches a base case, it will go on making recursive calls forever and the program will never terminate. This...
Read more >[#LOG4J2-3230] Certain strings can cause infinite recursion
Certain strings can cause infinite recursion. Status: Assignee: Priority: Resolution: Resolved.
Read more >My loop has an infinite recursion, and I'm not sure how to fix it?
When I call my function in another script file, it says I have an infinite recursion. I think it has something to do...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can’t imagine how this could ever happen… But I will look into it.
Fixed in master branch at c0692df207ee1d61215618c652b3f0c99450f968