Closed
Bug 870218
Opened 13 years ago
Closed 13 years ago
TEST-UNEXPECTED-FAIL | WindowsDllInterceptor | Failed to hook NtWriteFile from ntdll.dll
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
2.53 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
On Win8 x64,
0:000> u ntdll!NtWriteFile
ntdll!NtWriteFile:
000007f8`a7da2c60 4c8bd1 mov r10,rcx
000007f8`a7da2c63 b806000000 mov eax,6
000007f8`a7da2c68 0f05 syscall
000007f8`a7da2c6a c3 ret
000007f8`a7da2c6b 0f1f440000 nop dword ptr [rax+rax]
I have to analyze mov eax,6 and syscall...
| Assignee | ||
Comment 1•13 years ago
|
||
Also, on win8, injecting TrackPopupMenu is also failed. (win7 works fine)
0:000> u USER32!TrackPopupMenu
USER32!TrackPopupMenu:
000007f8`a558a0c0 4883ec38 sub rsp,38h
000007f8`a558a0c4 488b442468 mov rax,qword ptr [rsp+68h]
000007f8`a558a0c9 48c744242800000000 mov qword ptr [rsp+28h],0
000007f8`a558a0d2 4889442420 mov qword ptr [rsp+20h],rax
000007f8`a558a0d7 e8242c0000 call USER32!NtUserTrackPopupMenuEx (000007f
8`a558cd00)
000007f8`a558a0dc 4883c438 add rsp,38h
000007f8`a558a0e0 c3 ret
Comment 2•13 years ago
|
||
As mentioned in bug 853128 comment 22:
By the way, if we could at the same time the test is failing dump the first x
bytes of the function, that would avoid having to look them up manually each
time there's a new failure. x=16 should be enough for both x86 and x86-64.
| Assignee | ||
Updated•13 years ago
|
Keywords: intermittent-failure
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 17•13 years ago
|
||
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Updated•13 years ago
|
Attachment #759003 -
Flags: review?(ehsan)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•13 years ago
|
Attachment #759003 -
Flags: review?(ehsan) → review+
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 49•13 years ago
|
||
I took the liberty of pushing this patch, hope that's OK Makoto :-)
https://hg.mozilla.org/integration/mozilla-inbound/rev/d724f48ff76c
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 51•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
| Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•