Closed Bug 1361230 Opened 7 years ago Closed 7 years ago

Problems with Windows Hooks when JAWS is running

Categories

(Core :: Disability Access APIs, defect)

Unspecified
Windows
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: bugzilla, Assigned: bugzilla)

References

(Blocks 1 open bug)

Details

(Whiteboard: [JAWS])

I'm filing this as a separate bug but I suspect that a bunch of other dependencies of bug 1350984 are just dupes of this one.

Under JAWS I noticed that sometimes Nightly just stops responding to input. In addition to characters typed into input fields, there are also more serious hangs where Window activation isn't working.

The thing is, these don't look like hangs to Windows. Furthermore, when I break into the debugger and look at the chrome main thread, it isn't stuck on anything.

OTOH, weird stuff happens when I run Spy++. One time a hung Nightly suddenly started working again when I started Spy++. The other time, Nightly was hung, Spy++ crashed, and then Nightly started working again.

This sounds to me like something isn't working right with JAWS's Window hooks.

This is going to be a real pain in the arse to investigate. I'm going to start by adding some WH_DEBUG hooks to enable logging of hook procedures.
Blocking jhook.dll in child processes is... interesting. Looks like JAWS sets a timer and retries its injections in a loop. Oh, and the entire GUI starts to lock up.
(In reply to Aaron Klotz [:aklotz] (a11y work receiving priority right now) from comment #1)
> Oh, and the entire GUI starts to lock up.

Actually I think this was due to the debugger. When no debugger is attached, things look like they run a lot better, even despite the constant re-hooking attempts in the child processes!
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.