Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23879 - wine segfaults
Summary: wine segfaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 10:45 UTC by André Lemos
Modified: 2003-07-06 22:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Lemos 2003-07-02 10:45:08 UTC
(gdb) run
Starting program: /usr/lib/wine/bin/wine wine
 
Program received signal SIGSEGV, Segmentation fault.
__pthread_getspecific (key=0) at ../../include/winnt.h:1622
1622    ../../include/winnt.h: No such file or directory.
        in ../../include/winnt.h
(gdb)


Line 1622 of winnt.h shows:     __asm__(".byte 0x64\n\tmovl (0x18),%0" : "=r"
(teb));


which smells like assembly, something I won't be doing this year ;-(

anyway.... any tips? :)
Comment 1 Alex Veber (RETIRED) gentoo-dev 2003-07-02 14:30:56 UTC
what version of wine? 
Comment 2 André Lemos 2003-07-02 18:38:38 UTC
*  app-emulation/wine
      Latest version available: 20030618
      Latest version installed: 20030618
      Size of downloaded files: 6,824 kB
      Homepage:    http://www.winehq.com/
      Description: free implementation of Windows(tm) on Unix - CVS snapshot
Comment 3 Alex Veber (RETIRED) gentoo-dev 2003-07-02 23:52:29 UTC
output of emerge info please 
Comment 4 André Lemos 2003-07-03 05:21:31 UTC
Portage 2.0.48-r1 (default-x86-1.4, gcc-3.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.5.74-mm1 i686 Intel(R) Celeron(R) CPU 1.70GHz
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 3dnow avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg ncurses png quicktime spell truetype xml2 xmms xv zlib directfb gtkhtml alsa gdbm slang readline arts tetex aalib bonobo svga ggi tcltk java guile mysql X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome qt kde motif opengl mozilla cdr apache2 dvd fbcon gtk2 ipv6 maildir sasl sse tiff usb wmf xml -oss -apm -nls -pdflib -berkdb gtk -ldap"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -mcpu=i686 -mfpmath=sse -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 5 André Lemos 2003-07-06 05:37:11 UTC
20030618-r1 solved things for me. All's fine and dandy now
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-07-06 22:56:34 UTC
closing