Summary: | wine-20040716: segfault | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Bruner <cbruner> |
Component: | Current packages | Assignee: | Wine Maintainers <wine> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | basic |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Chris Bruner
2004-07-19 20:20:50 UTC
wanna try the ebuild in bug #57515 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. 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. 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. |