[Bug 46981] New: winetricks -q --verify dotnet461 crashes under win64

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 8 06:55:35 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46981

            Bug ID: 46981
           Summary: winetricks -q --verify dotnet461 crashes under win64
           Product: Wine
           Version: 4.5
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Keywords: dotnet, download, Installer, win64
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
      Distribution: Gentoo

Created attachment 64146
  --> https://bugs.winehq.org/attachment.cgi?id=64146
backtrace

To reproduce:
wineserver -k ; rm -rf ~/.wine ; WINE=/opt/oldwow64/wine-4.5/bin/wine
WINEARCH=win64 winetricks -q --verify dotnet461

--verify will invoke the .Net verifier. This works for all .Net versions on
32-bit. With 64-bit, dotnet461/dotnet462/dotnet472 are crashing for me.

It doesn't always show a backtrace, I've only gotten one 2 out of ~10 times.

Executing /opt/oldwow64/wine-4.5/bin/wine y:\ahk\AutoHotkey.exe
C:\windows\Temp\_dotnet461\tmp.ahk
Unhandled exception: 0xe0434352 in 64-bit code (0x000000007b451986).
Register dump:
 rip:000000007b451986 rsp:000000000022c060 rbp:000000000022c1d0 eflags:00000206
(   - --  I   - -P- )
 rax:000000000022c080 rbx:0000000000000001 rcx:000000000022c080
rdx:000000000022c0a0
 rsi:000000000022c2a0 rdi:000000000022c0c8  r8:0000000000000005 
r9:000000000022c278 r10:0000000000000006
 r11:000000000022c278 r12:0000000000004000 r13:0000000000000000
r14:00000000e0434352 r15:0000000000000001
Stack dump:
0x000000000022c060:  000000000022c080 000000000022c1d0
0x000000000022c070:  0000000000000014 000000001a0ff248
0x000000000022c080:  00000001e0434352 0000000000000000
0x000000000022c090:  000000007b451986 0000000000000005
0x000000000022c0a0:  ffffffff80070020 0000000000000000
0x000000000022c0b0:  0000000000000000 0000000000000000
0x000000000022c0c0:  0000000000520000 0000000000004000
0x000000000022c0d0:  00000000013f6300 0000000000000000
0x000000000022c0e0:  000000000022c5a0 0000000000541832
0x000000000022c0f0:  000000000004c310 000000000022c5a0
0x000000000022c100:  0000000000000000 000000000004c310
0x000000000022c110:  0000000000000001 95941aab1f4dee00
Backtrace:
=>0 0x000000007b451986 in kernel32 (+0x31986) (0x000000000022c1d0)
0x000000007b451986: movq        0x00000000000000b8(%rsp),%rax
Modules:
Module  Address                                 Debug info      Name (31
modules)
PE                3b0000-          3c6000       Deferred        nlssorting
PE                400000-          408000       Deferred       
netfx40testapplication
PE                520000-          e7c000       Deferred        clr
PE                e80000-          f77000       Deferred       
msvcr120_clr0400
PE              19f90000-        1a095000       Deferred        clrjit
PE              1b020000-        1b137000       Deferred        diasymreader
PE              7b420000-        7b5d1000       Export          kernel32
PE              7bc20000-        7bc24000       Deferred        ntdll
PE             180000000-       180098000       Deferred        mscoreei
PE           6427ee50000-     6427eebf000       Deferred        mscoree
PE          7f2ab7ae0000-    7f2ab7ae3000       Deferred        shcore
PE          7f2ab7b20000-    7f2ab83f3000       Deferred        shell32

I'll attach a (different, full backtrace) that I got from a crash dialog.

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



More information about the wine-bugs mailing list