http://bugs.winehq.org/show_bug.cgi?id=30044
Bug #: 30044 Summary: Safari crashes, turns zombie Product: Wine Version: 1.4-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ssjgokux3@gmail.com Classification: Unclassified
I launched 5.1.2 of Safari and it just hangs and when I close it, Wine stayed up. So I looked at the task manager and it said that Safari.exe was zombie. It does it every time. I got a backtrace of it.
Wine: 1.4-rc2 OS: Trisquel GNU/Linux-libre 5.0 x86
http://bugs.winehq.org/show_bug.cgi?id=30044
--- Comment #1 from ssjgokux3@gmail.com 2012-02-29 10:25:26 CST --- Created attachment 39137 --> http://bugs.winehq.org/attachment.cgi?id=39137 Backtrace of Safari.exe
https://bugs.winehq.org/show_bug.cgi?id=30044
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.oldapps.com/appl | |e_safari.php?old_safari=692 | |1#download-section Summary|Safari crashes, turns |Safari 5.1.2 hangs, doesn't |zombie |load any page Ever confirmed|0 |1
--- Comment #2 from Austin English austinenglish@gmail.com --- austin@aw25 ~ $ sha1sum SafariSetup512.exe 1faf2a047f20adc85d234e74caa3ca23afbe5900 SafariSetup512.exe austin@aw25 ~ $ du -h SafariSetup512.exe 37M SafariSetup512.exe austin@aw25 ~ $ wine --version wine-1.7.16-135-g7f311fb
Confirming the hang (though it exits fine for me).
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 ***
https://bugs.winehq.org/show_bug.cgi?id=30044
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.