Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57674 - wine-20040716: segfault
Summary: wine-20040716: segfault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-19 20:20 UTC by Chris Bruner
Modified: 2004-09-27 22:09 UTC (History)
1 user (show)

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 Chris Bruner 2004-07-19 20:20:50 UTC
Similar to bug 56666 which was marked as invalid (I don't know why since I get the bug too) Wine segfaults when run. 
Prior to wine-20040615 wine was running fine. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-07-20 01:38:19 UTC
wanna try the ebuild in bug #57515
Comment 2 basic 2004-09-23 08:09:25 UTC
any messages appear in the console?

and the MAKE_OPTS in your /etc/make.conf is something other than '-j1' or '' ?

do you use -fpie -fstack-protector ? (if you use "Hardened" they are default)

if it is, your wine built might not have completed correctly. I've a patch at http://bugs.winehq.org/show_bug.cgi?id=2490 for the current wine cvs for this problem.
Comment 3 Chris Bruner 2004-09-23 08:46:47 UTC
My make uses -j2

I've since completely rebuild my system since I submitted this bug, so maybe it's gone. (Funny enough, I'm not using windows much anymore so don't need wine). 

I'll re-emerge it with your settings in mind and see the results tonight.
Comment 4 Chris Bruner 2004-09-27 22:09:03 UTC
No exactly the same problem.
wine
/usr/bin/wine: line 55: 28103 Segmentation fault      WINEDEBUG=-all "$RUNWINE" "$@"

... But then I got smart, and renamed my .wine to .wine.old and tried again. (smacks head). It works now. Something in wine has changed over the last 2 years that caused my old config to segfault. 

This bug is gone. And thanks for spending the time.