https://bugs.winehq.org/show_bug.cgi?id=30044
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |DUPLICATE
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 17273
'Safari' and 'WebKit2WebProcess' (browser sandbox in own process) communicate over named pipes in message mode.
Interestingly, this app scenario unearths bugs in the current out-of-tree patchset: although it goes farther (second process is spawned + address bar changes to site after clicking bookmark) both processes happily churn two CPU cores each and the browser still fails to display content in the end.
--- snip --- $ winedbg Wine-dbg>info process pid threads executable (all id:s are in hex) 00000014 1 'explorer.exe' 0000000e 9 'services.exe' 00000021 3 _ 'plugplay.exe' 0000001b 4 _ 'winedevice.exe' 00000012 3 _ 'mDNSResponder.exe' 00000008 24 'Safari.exe' 00000056 14 _ 'WebKit2WebProcess.exe' --- snip ---
@ comment #2
Your backtrace is bug 32342
--- snip --- Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00b39b20). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:00b39b20 ESP:0033ee00 EBP:0033ee30 EFLAGS:00210246( R- -- I Z- -P- ) EAX:00000000 EBX:7fecdbe0 ECX:7fec6c60 EDX:7fef7e00 ESI:0033ee78 EDI:661b8bc8 ... Backtrace: =>0 0x00b39b20 in webkit (+0x129b20) (0x0033ee30) 1 0x00b3a1a5 in webkit (+0x12a1a4) (0x0033eec4) 2 0x00420260 in safari (+0x2025f) (0x7feddea0) ... 0x00b39b20: movl 0x0(%eax),%edx Modules: Module Address Debug info Name (134 modules) PE 400000- 8e7000 Export safari PE 8f0000- a0e000 Deferred javascriptcore PE a10000- f37000 Export webkit ... Threads: process tid prio (all id:s are in hex) ... 00000045 (D) C:\Program Files\Safari\Safari.exe 00000018 0 00000017 0 0000000d 0 00000028 0 00000029 0 00000047 0 00000046 0 <== --- snip ---
-> 'winetricks -q corefonts'
$ sha1sum SafariSetup512.exe 1faf2a047f20adc85d234e74caa3ca23afbe5900 SafariSetup512.exe
$ du -sh SafariSetup512.exe 37M SafariSetup512.exe
$ wine --version wine-1.7.21-19-g8812193
Regards
*** This bug has been marked as a duplicate of bug 17273 ***