http://bugs.winehq.org/show_bug.cgi?id=20061
Summary: wine: Segmentation Fault - all programs under wine including winecfg Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: brad.k.martin@gmail.com
Created an attachment (id=23615) --> (http://bugs.winehq.org/attachment.cgi?id=23615) Core file created by running 'winecfg' with no .wine folder
Unable to launch any programs using wine, including the builtin notepad.exe or winecfg. When run from the terminal, the program causes a segmentation fault immediately.
I have removed the .wine folder and the problem is still happening. Winecfg seg faults before re-creating the .wine folder.
Distribution: Ubuntu 8.10 with all patches applied. uname -a: Linux wine_test 2.6.27-14-generic #1 SMP Mon Aug 31 13:01:41 UTC 2009 i686 GNU/Linux Wine version: 1.0.1
Core dump attached.
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-09-16 01:19:56 --- Where have you got Wine package from? Start with attaching console output, and test with Wine 1.1.29.
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #2 from brad.k.martin@gmail.com 2009-09-16 10:35:17 --- Created an attachment (id=23621) --> (http://bugs.winehq.org/attachment.cgi?id=23621) Core file created by running 'winecfg' with no .wine folder (Version 1.1.29)
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #3 from brad.k.martin@gmail.com 2009-09-16 10:36:05 --- Wine 1.0.1 was installed from the regular ubuntu 8.10 repository.
Console output: user@wine-test:~$ winecfg Segmentation fault user@wine-test:~$
After downloading and installing Wine version 1.1.29 the problem remains. Wine 1.1.29 was installed from the "deb http://wine.budgetdedicated.com/apt intrepid main" repository.
Console output: user@wine-test:~$ wine --version wine-1.1.29 user@wine-test:~$ winecfg Segmentation fault (core dumped)
New core file has been attached.
http://bugs.winehq.org/show_bug.cgi?id=20061
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-09-16 10:49:53 --- This looks like a problem with the package.
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #5 from Scott Ritchie scott@open-vote.org 2009-09-16 13:15:04 --- Please dpkg -s wine
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #6 from brad.k.martin@gmail.com 2009-09-16 13:35:06 --- user@wine-test:~$ dpkg -s wine Package: wine Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 73920 Maintainer: Ubuntu MOTU Developers ubuntu-motu@lists.ubuntu.com Architecture: i386 Version: 1.1.29~winehq0~ubuntu~8.10-0ubuntu1 Replaces: libwine-alsa, libwine-arts, libwine-capi, libwine-cms, libwine-esd, libwine-gl, libwine-gphoto2, libwine-jack, libwine-ldap, libwine-nas, libwine-print, libwine-sane, libwine-twain, wine-doc, wine-utils, winesetuptk, xwine Depends: procps, binfmt-support (>= 1.1.2), libasound2 (>> 1.0.17), libaudio2, libaudiofile0 (>= 0.2.3-4), libc6 (>= 2.7), libesd-alsa0 (>= 0.2.35) | libesd0 (>= 0.2.35), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgphoto2-2 (>= 2.4.0), libgphoto2-port0 (>= 2.4.0), libice6 (>= 1:1.0.0), liblcms1 (>= 1.15-1), libldap-2.4-2 (>= 2.4.7), libsm6, libx11-6, libxau6, libxext6, libxml2 (>= 2.6.27), libxt6, zlib1g (>= 1:1.1.4) Pre-Depends: dpkg (>= 1.14.12ubuntu3) Recommends: ttf-liberation, winbind, wine-gecko Suggests: msttcorefonts, xdg-utils Conflicts: binfmt-support (<< 1.1.2), libwine, libwine-alsa, libwine-arts, libwine-capi, libwine-cms, libwine-esd, libwine-gl, libwine-gphoto2, libwine-jack, libwine-ldap, libwine-nas, libwine-print, libwine-sane, libwine-twain, wine-doc, wine-utils, winesetuptk, xwine Conffiles: /etc/xdg/menus/applications-merged/wine.menu d15dadc3527b2c6dca96023a5351aedc /etc/sysctl.d/wine.sysctl.conf 6eb1c09e24335b0058c3fc60013f1837 Description: Microsoft Windows Compatibility Layer (Binary Emulator and Library) Wine is a compatibility layer for running Windows applications on Linux. Applications are run at full speed without the need of cpu emulation. Wine does not require Microsoft Windows, however it can use native system dll files in place of its own if they are available. . This package includes a program loader for running unmodified Windows executables as well as the Wine project's free version of the Windows API for running programs ported from Windows. . Homepage: http://www.winehq.org/ Original-Maintainer: Scott Ritchie scottritchie@ubuntu.com
http://bugs.winehq.org/show_bug.cgi?id=20061
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.0.1 |1.1.29
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-16 20:34:51 --- Make sure you have wine debug symbols installed. If you can't get them you will have to compile Wine yourself. Don't continue if you do not have debug symbols or self-compiled Wine.
Run: gdb /usr/bin/wine-preloader /path/to/core (gdb) bt ... (gdb) info registers ... (gdb) info source ... (gdb) info line ...
Attach complete output here.
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2009-09-16 22:25:41 ---
user@wine-test:~$ winecfg Segmentation fault (core dumped)
Does 'wine winecfg' or 'wine notepad' work instead?
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #9 from brad.k.martin@gmail.com 2009-09-17 10:12:04 --- user@wine-test:~$ wine winecfg Segmentation fault user@wine-test:~$ wine notepad Segmentation fault
http://bugs.winehq.org/show_bug.cgi?id=20061
brad.k.martin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23621|0 |1 is obsolete| |
--- Comment #10 from brad.k.martin@gmail.com 2009-09-17 12:52:34 --- Created an attachment (id=23633) --> (http://bugs.winehq.org/attachment.cgi?id=23633) Core file created by running 'winecfg' with no .wine folder (Version 1.1.29)
wine version 1.1.29 was compiled from source by running: ./tools/wineinstall
Core file created by running 'winecfg'
http://bugs.winehq.org/show_bug.cgi?id=20061
--- Comment #11 from brad.k.martin@gmail.com 2009-09-17 12:56:51 --- Created an attachment (id=23634) --> (http://bugs.winehq.org/attachment.cgi?id=23634) Backtrace for core file (Version 1.1.29)
http://bugs.winehq.org/show_bug.cgi?id=20061
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #12 from Xavier Vachon xvachon@gmail.com 2010-10-22 15:31:50 CDT --- I don't think I have ever experienced this issue. I use the source version of wine with git.
Is this still an issue for you in current wine (1.3.5)?
http://bugs.winehq.org/show_bug.cgi?id=20061
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #13 from Ken Sharp kennybobs@o2.co.uk 2011-10-06 08:01:56 CDT --- No answer in one year
http://bugs.winehq.org/show_bug.cgi?id=20061
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Ken Sharp kennybobs@o2.co.uk 2011-10-06 08:02:10 CDT --- Closing. Reopen if still an issue.