http://bugs.winehq.org/show_bug.cgi?id=26994
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-05-01 08:21:13 CDT --- Hello folks,
revisiting, still present - although the app seems to crash earlier now (likely hitting a different bug):
--- snip --- ... 0009:fixme:msvcirt:MSVCIRT_ostrstream_sl_void (0x32ef88) stub 0009:fixme:msvcirt:MSVCIRT_operator_sl_pchar (0x32ef88)->(" in regsubget") stub 0009:fixme:msvcirt:MSVCIRT_ends (0x32ef88)->() stub 0009:fixme:msvcirt:MSVCIRT_ostrstream_sl_void (0x32efe0) stub 0009:fixme:msvcirt:MSVCIRT_operator_sl_pchar (0x32efe0)->("SOFTWARE\Microsoft\Windows\CurrentVersion") stub 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x5fb5a42a ip=5fb5a42a tid=0009 0009:trace:seh:raise_exception info[0]=00000000 0009:trace:seh:raise_exception info[1]=00000001 0009:trace:seh:raise_exception eax=00000000 ebx=00000000 ecx=ffffffff edx=7bce4128 esi=7d7de870 edi=00000001 0009:trace:seh:raise_exception ebp=0032f058 esp=0032ef74 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 ... wine: Unhandled page fault on read access to 0x00000001 at address 0x5fb5a42a (thread 0009), starting debugger... 0009:trace:seh:start_debugger Starting debugger "winedbg --auto 8 252" 0009:trace:seh:call_stack_handlers handler at 0x7bc98301 returned 1 Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0x5fb5a42a). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:5fb5a42a ESP:0032ef74 EBP:0032f058 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00000000 EBX:00000000 ECX:ffffffff EDX:7bce4128 ESI:7d7de870 EDI:00000001 Stack dump: 0x0032ef74: 00000001 00000001 5fb521b0 00000001 0x0032ef84: 03000000 0005f740 0032f040 7bce4128 0x0032ef94: 0000000b 0032efc0 0032efc0 7bcc89d0 0x0032efa4: 0032f030 0032f018 7bc4b3ee 7e886891 0x0032efb4: 7bcc89d0 0032f018 7bc4b3ee 00110060 0x0032efc4: 001c08c0 001c08c0 f766ec32 7ffd8000 000c: sel=0067 base=00000000 limit=00000000 32-bit r-x Backtrace: =>0 0x5fb5a42a in player_dll (+0xa42a) (0x0032f058) 1 0x5fb5a378 in player_dll (+0xa377) (0x0032f080) 2 0x5fb5ab85 in player_dll (+0xab84) (0x0032f138) --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c921...
--- snip --- 626 @ stub -arch=win32 ?rdbuf@ostrstream@@QBEPAVstrstreambuf@@XZ # class strstreambuf * __thiscall ostrstream::rdbuf(void)const --- snip ---
$ du -sh MSReaderSetupUSA.exe 3.6M MSReaderSetupUSA.exe
$ sha1sum MSReaderSetupUSA.exe 055af1f589e2ae9896f17dbf33d8a3f156d10282 MSReaderSetupUSA.exe
$ wine --version wine-1.5.29-38-g8e4317c
Regards