Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvda and java 8 memory problem #6442

Closed
limaoscar opened this issue Oct 9, 2016 · 11 comments
Closed

nvda and java 8 memory problem #6442

limaoscar opened this issue Oct 9, 2016 · 11 comments
Labels
Abandoned requested reports or updates are missing since more than 1 year, author or users are not available. blocked

Comments

@limaoscar
Copy link

I am using NVDA with mouse tracking enabled and espeak as tts
I have to open some java GUI that take alot of memory , so, after opened the java gui,
nvda stops to talk and the gui was unresponsive for several seconds.
But the bad things is that when I try to open a subwingow in the java gui (an editor containig thousand lines of code, the LAPTON hands until I have to press the power button to restart.
There are some relationship with mouse tracking too.

@jcsteh jcsteh added the blocked label Oct 13, 2016
@jcsteh
Copy link
Contributor

jcsteh commented Oct 13, 2016

Can you please provide an application which we can use to reproduce this problem?

@limaoscar
Copy link
Author

sorry for delay, but the java application is a JNLP so you need to connect to local network to download the java classes and the Java Gui is a client server that should connect to a server to login and open the code editor that crashes.
Anyway is there a way to enable logging in NVDA to trace what happen until the computer hangs?
Kind regards.

@limaoscar
Copy link
Author

Hello, the problem still persit in NVDA 2017.2 and java 8
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b15)
Java HotSpot(TM) Client VM (build 25.45-b02, mixed mode)
I tried to enable the mini dump for jnlp application, but it does not write any dump.
I only have retreived the log debug and a nvda_crash.dmp file.
Hope could be useful.
If you need more details please tell me how to debug better the issue.
NVDA_CRASH.zip

@LeonarddeR
Copy link
Collaborator

Looks like an unintentional close.

@LeonarddeR LeonarddeR reopened this Jul 27, 2017
@LeonarddeR
Copy link
Collaborator

@limaoscar: Could you test this with the most recent master build from this page?

@limaoscar
Copy link
Author

Hello, thanks for reopen it!
I tried your suggestion but unfortunately it still crashes, also it did not produce any crash dump
so I am attaching only the new log.
I followed the procedure to open python console over the java gui, it showed me the correct file path but after the PC has crashed and I have resytarted it , I could not find nay new crash under that path.
NVDA_CRASH_nvda_snapshot_next-14244,8eb8d744_.zip

Kind regards.

@limaoscar
Copy link
Author

hello the problem is still present on last build of NVDA , here in attach the crash dump and logs
crash2.zip

@feerrenrut
Copy link
Contributor

I'm not sure what is causing the crash, but there are many errors in the log file triggered by mouse movement:

ERROR - eventHandler.executeEvent (11:45:21.684):
error executing event: mouseMove on <NVDAObjects.IAccessible.mozilla.Mozilla object at 0x05C97550> with extra args of {'y': 416, 'x': 907}
Traceback (most recent call last):
  File "eventHandler.pyc", line 152, in executeEvent
  File "eventHandler.pyc", line 92, in __init__
  File "eventHandler.pyc", line 100, in next
  File "NVDAObjects\__init__.pyc", line 920, in event_mouseMove
  File "NVDAObjects\IAccessible\__init__.pyc", line 141, in expand
AttributeError: 'NoneType' object has no attribute 'rindex'

@limaoscar
Copy link
Author

hello, with last version of nvda 2018.4 I am still having same problem on java 8 applications, but in this case a dump of nvda is generated, and some other memory error is showned on log , in attach you can find them.
Kind regards.
NVDA_java_CRASH.zip
NVDA_java_CRASH.zip
NVDA_java_CRASH.zip

@Adriani90
Copy link
Collaborator

This should be improved meanwhile but I guess this is still reproducible in nvda 2019.3 Beta 2. @limaoscar could you please upload crash dumps and log file of NVDA 2019.3 Beta 2? You can download the beta or alpha versions of NVDA here:
https://www.nvaccess.org/files/nvda/snapshots/
Thanks very much for your patience.

@Adriani90 Adriani90 added the Abandoned requested reports or updates are missing since more than 1 year, author or users are not available. label Oct 5, 2024
@Adriani90
Copy link
Collaborator

Updates and Infos are missing upon request since many years, I am closing as abandoned. If you are still having this issue, please provide the info requested and we can reopen.

@Adriani90 Adriani90 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Abandoned requested reports or updates are missing since more than 1 year, author or users are not available. blocked
Projects
None yet
Development

No branches or pull requests

5 participants