[Bug 52252] New: IDA Pro 7.2 debugger fails to attach to a process.
https://bugs.winehq.org/show_bug.cgi?id=52252 Bug ID: 52252 Summary: IDA Pro 7.2 debugger fails to attach to a process. Product: Wine Version: 6.23 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: lorenzofer(a)live.it Regression SHA1: a041075cd2c26874757e0b6e1449c23c1326241c Distribution: ArchLinux Commit commit a041075cd2c26874757e0b6e1449c23c1326241c Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 2 09:59:49 2021 +0100 makefiles: Support per-platform values for EXTRADLLFLAGS. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> Is causing IDA Pro Debugger to not being able to attach to a process under a Wow64 envorionment (I'm trying to debug a 32bit process using 32bit ida in a WoW64 prefix). Reverting this commit and forcing a make clean, configure, make for 32 an 64 builds solve the issue. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 --- Comment #1 from Lorenzo Ferrillo <lorenzofer(a)live.it> --- 0120:Call KERNEL32.OpenProcess(00000400,00000000,00000020) ret=15cc4b36 0120:Call ntdll.RtlRunOnceExecuteOnce(7b0b7aa0,7b0756a0,00000000,00000000) ret=7b072732 0120:Ret ntdll.RtlRunOnceExecuteOnce() retval=00000000 ret=7b072732 0120:Call ntdll.wcscpy(004173a4,7b0b7ad4 L"") ret=7b078932 0120:Ret ntdll.wcscpy() retval=004173a4 ret=7b078932 0120:Call ntdll.NtOpenProcess(004174e8,00000400,00417500,004174f0) ret=7b0530b3 0120: open_process( pid=0020, access=00000400, attributes=00000000 ) 0120: open_process() = 0 { handle=02e0 } 0120:Ret ntdll.NtOpenProcess() retval=00000000 ret=7b0530b3 0120:Ret KERNEL32.OpenProcess() retval=000002e0 ret=15cc4b36 0120:Call KERNEL32.IsWow64Process(000002e0,004175f8) ret=15cc4b8d 0120:Call ntdll.NtQueryInformationProcess(000002e0,0000001a,00417528,00000008,00000000) ret=7b052fd0 0120: get_process_info( handle=02e0 ) 0120: get_process_info() = 0 { pid=0020, ppid=0000, affinity=00000fff, peb=7fdde000, start_time=1d7f6c3ed8ddc32 (-75.0953790), end_time=0, session_id=00000001, exit_code=259, priority=2, machine=014c, image={} } 0120:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=7b052fd0 0120:Ret KERNEL32.IsWow64Process() retval=00000001 ret=15cc4b8d 0120:Call KERNEL32.CloseHandle(000002e0) ret=15cc4ba5 0120:Call ntdll.NtClose(000002e0) ret=7b0523d5 0120: close_handle( handle=02e0 ) 0120: close_handle() = 0 0120:Ret ntdll.NtClose() retval=00000000 ret=7b0523d5 0120:Ret KERNEL32.CloseHandle() retval=00000001 ret=15cc4ba5 0120:Call KERNEL32.CreateToolhelp32Snapshot(00000018,00000020) ret=15cc5f57 0120:Call ntdll.RtlRunOnceExecuteOnce(7b0b7aa0,7b0756a0,00000000,00000000) ret=7b072732 0120:Ret ntdll.RtlRunOnceExecuteOnce() retval=00000000 ret=7b072732 0120:Call ntdll.wcscpy(00417304,7b0b7ad4 L"") ret=7b078932 0120:Ret ntdll.wcscpy() retval=00417304 ret=7b078932 0120:Call ntdll.NtOpenProcess(00417448,00000410,00417460,00417450) ret=7b0530b3 0120: open_process( pid=0020, access=00000410, attributes=00000000 ) 0120: open_process() = 0 { handle=02e0 } 0120:Ret ntdll.NtOpenProcess() retval=00000000 ret=7b0530b3 0120: get_process_info( handle=02e0 ) 0120: get_process_info() = 0 { pid=0020, ppid=0000, affinity=00000fff, peb=7fdde000, start_time=1d7f6c3ed8ddc32 (-75.0956050), end_time=0, session_id=00000001, exit_code=259, priority=2, machine=014c, image={} } 0120:Call ntdll.NtReadVirtualMemory(000002e0,7fdde018,004174f0,00000008,00000000) ret=7b03ddbd 0120: read_process_memory( handle=02e0, addr=00000000 ) 0120: read_process_memory() = 0 { unix_pid=1461805, data={} } 0120:Ret ntdll.NtReadVirtualMemory() retval=c0000022 ret=7b03ddbd 0120:Call ntdll.RtlNtStatusToDosError(c0000022) ret=7b03ddd8 0120:Ret ntdll.RtlNtStatusToDosError() retval=00000005 ret=7b03ddd8 0120:Call ntdll.NtClose(000002e0) ret=7b0523d5 0120: close_handle( handle=02e0 ) 0120: close_handle() = 0 0120:Ret ntdll.NtClose() retval=00000000 ret=7b0523d5 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Please attach the full +relay trace. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 --- Comment #3 from Lorenzo Ferrillo <lorenzofer(a)live.it> --- Created attachment 71384 --> https://bugs.winehq.org/attachment.cgi?id=71384 WINEDEBUG=-all,+relay -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- It's actually running the 64-bit ida.exe, so this is the same issue as bug 52157. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Hopefully fixed by e16ccaf05d845ea490d845d896cb284b5b00aa87, please retest. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |e16ccaf05d845ea490d845d896c | |b284b5b00aa87 Resolution|--- |FIXED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Assuming fixed, please reopen if it still happens. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52252 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.0-rc6. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla