[Bug 6035] Wine-preloader segfaults when compiled with GCC 4.1 unless using -fno-stack-protector

Wine Bugs wine-bugs at winehq.org
Wed Aug 23 03:01:32 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6035





------- Additional Comments From mike at codeweavers.com  2006-23-08 03:01 -------

The point of wine-preloader is to map memory before glibc is initialized, so we
can't call anybody else's code before our own.  If your gcc now requires %gs to
be initialized, then you use -fno-stack-protector to compile wine-preloader.

I'm using "gcc version 4.1.2 20060814 (prerelease) (Debian 4.1.1-11)" and it
works fine for me, so I guess Ubuntu must have broken things somehow.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list