question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

infinite recursion in TestAwtPanels

See original GitHub issue

Testing 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:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
MeFisto94commented, Apr 21, 2020

I can’t imagine how this could ever happen… But I will look into it.

0reactions
stephengoldcommented, May 8, 2020

Fixed in master branch at c0692df207ee1d61215618c652b3f0c99450f968

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found