Date: Fri, 9 Mar 2007 15:39:41 -0600 From: "Scot Hetzel" <swhetzel@gmail.com> To: "Tijl Coosemans" <tijl@ulyssis.org> Cc: Alexander Leidinger <Alexander@leidinger.net>, freebsd-emulation@freebsd.org, gerald@freebsd.org Subject: Re: emulators/linux-wine: Help in porting to FreeBSD Message-ID: <790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52@mail.gmail.com> In-Reply-To: <790a9fff0703091251w6b664efbs55a0d608b7c2f441@mail.gmail.com> References: <790a9fff0610132255k5c3b08fcrb550fa308d31752d@mail.gmail.com> <20070306150107.p9j3cmqzlkww48sk@webmail.leidinger.net> <200703092024.23577.tijl@ulyssis.org> <790a9fff0703091251w6b664efbs55a0d608b7c2f441@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/9/07, Scot Hetzel <swhetzel@gmail.com> wrote: > Changing only compat.linux32.maxdsiz to 8M, allowed wineprefixcreate > to run without giving the above error, but instead resulted in a core > dump. > > hp010# sysctl compat.linux32.maxdsiz=8388608 > compat.linux32.maxdsiz: 536870912 -> 8388608 > > hp010# /compat/linux/usr/bin/wineprefixcreate > modify_ldt: Success > Segmentation fault (core dumped) > > hp010$ /compat/linux/usr/bin/wine --version > Wine 0.9.24 > The previous message had compat.linux.osrelease set to 2.4.2, changing it to 2.6.16 resulted in: hp010# sysctl compat.linux.osrelease=2.6.16 compat.linux.osrelease: 2.4.2 -> 2.6.16 hp010# /compat/linux/usr/bin/wine --version cannot set up thread-local storage: cannot set up LDT for thread-local storage hp010# sysctl compat.linux32.maxdsiz=8388608 compat.linux32.maxdsiz: 49283072 -> 8388608 hp010# /compat/linux/usr/bin/wine --version cannot set up thread-local storage: cannot set up LDT for thread-local storage Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52>