[Bug 28106] New: Skype 5.5: Page fault on read access after installing from .msi
http://bugs.winehq.org/show_bug.cgi?id=28106 Summary: Skype 5.5: Page fault on read access after installing from .msi Product: Wine Version: 1.3.26 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: karlmk(a)hotmail.com Created an attachment (id=36007) --> (http://bugs.winehq.org/attachment.cgi?id=36007) Console output from installing and starting Skype After applying the patch in bug 28069 the .msi installer successfully launches the application and Skype starts. But it is short lived, within seconds (30-60) Skype gets an access violation. Attaching console output. All the fixme:mshtml and fixme:ieframe stuff _after_ the access violation are from me trying to type in my username and password and klicking on Log In. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 --- Comment #1 from Karl M <karlmk(a)hotmail.com> 2011-08-17 05:27:41 CDT --- When trying to launch Skype directly from ./wine/drive_c/Program\ Files/Skype/Phone/Skype.exe it crashes with a lot less mess in the console. Attaching that log to. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 --- Comment #2 from Karl M <karlmk(a)hotmail.com> 2011-08-17 05:31:35 CDT --- Created an attachment (id=36008) --> (http://bugs.winehq.org/attachment.cgi?id=36008) Console output from starting Skype and and Ctrl-C after it crashes. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.oldapps.com/skyp | |e.php?old_skype=6161 CC| |kennybobs(a)o2.co.uk --- Comment #3 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-08-17 08:56:49 CDT --- fixme:dbghelp:elf_search_auxv can't find symbol in module You need to install debug symbols, the attachments are not very helpful. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2011-08-17 13:17:08 CDT --- (In reply to comment #3)
fixme:dbghelp:elf_search_auxv can't find symbol in module
You need to install debug symbols, the attachments are not very helpful.
He has debugging symbols:
6 0x7b85a95f start_process+0x5e(peb=0x7ffdf000) [/root/wine-git/dlls/kernel32/process.c:1087] in kernel32 (0x0032fee8)
(though he's compiling and potentially running wine as root, which is bad). Also:
karl(a)wine-test-ubuntu-11:~/wine-git$ ./wine ../.wine/drive_c/Program\ Files/Skype/Phone/Skype.exe
cd to the directory first. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 --- Comment #5 from Karl M <karlmk(a)hotmail.com> 2011-08-23 17:52:50 CDT --- (In reply to comment #4)
(In reply to comment #3)
fixme:dbghelp:elf_search_auxv can't find symbol in module
You need to install debug symbols, the attachments are not very helpful.
He has debugging symbols:
6 0x7b85a95f start_process+0x5e(peb=0x7ffdf000) [/root/wine-git/dlls/kernel32/process.c:1087] in kernel32 (0x0032fee8)
(though he's compiling and potentially running wine as root, which is bad).
Also:
karl(a)wine-test-ubuntu-11:~/wine-git$ ./wine ../.wine/drive_c/Program\ Files/Skype/Phone/Skype.exe
cd to the directory first.
I seem to have problems reproducing this, but I'll keep on trying, and if I fail, I'll delete the bug report. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 --- Comment #6 from Karl M <karlmk(a)hotmail.com> 2011-08-23 18:25:49 CDT ---
(though he's compiling and potentially running wine as root, which is bad). The reason for this was that the first compile I did compile it as root and in /root/ but then I moved it and ran it. Bad idea, fixed that now. Also:
karl(a)wine-test-ubuntu-11:~/wine-git$ ./wine ../.wine/drive_c/Program\ Files/Skype/Phone/Skype.exe
cd to the directory first. When I don't cd to the directory first, I get the crash, but when I do cd to the directory first, I dont.
I seem to have problems reproducing this, but I'll keep on trying, and if I fail, I'll delete the bug report. Well, this is partially true.
I can reproduce the crash from when I install the program and it tries to launch itself. Then it crashes. But if I cd to .wine/drive_c/Program\ Files/Skype/Phone/ and run sh /home/karl/wine-git/wine Skype.exe after the installer is done, it does NOT crash. I'll attach new logs now that my wine is not compiled from /root. The error messages are (from what I can see) the same. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 Karl M <karlmk(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36007|0 |1 is obsolete| | --- Comment #7 from Karl M <karlmk(a)hotmail.com> 2011-08-23 18:35:09 CDT --- Created an attachment (id=36088) --> (http://bugs.winehq.org/attachment.cgi?id=36088) Console output from the install and the automatic start of Skype karl(a)wine-test-ubuntu-11:~/Downloads$ sh /home/karl/wine-git/wine msiexec /i SkypeSetup.msi -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Ken Sharp <kennybobs(a)o2.co.uk> 2012-09-10 18:20:38 CDT --- No crash here in wine-1.5.12-194-g688aa1f. Looks fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=28106 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-09-14 13:34:53 CDT --- Closing bugs fixed in 1.5.13. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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)
-
wine-bugs@winehq.org