Re: Executing wine over make segfaults.

2006-11-07 Thread Pavel Troller
> > Please open a bug and discuss this problem via bugzilla, rather than on > wine-devel. > OK. Bug #6622 has been registered. Let's move our efforts to bugzilla. Regards, Pavel

Re: Executing wine over make segfaults.

2006-11-06 Thread Mike McCormack
Pavel Troller wrote: It is usuyally generated from wine-pthread gdb wine-pthread core.19668 Please open a bug and discuss this problem via bugzilla, rather than on wine-devel. Mike

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
Hi! > It is usuyally generated from wine-pthread > > gdb wine-pthread core.19668 > bt It showed the following: [EMAIL PROTECTED]:~$ gdb wine-pthread core.19668 GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are

Re: Executing wine over make segfaults.

2006-11-06 Thread Marcus Meissner
On Tue, Nov 07, 2006 at 06:44:31AM +0100, Pavel Troller wrote: > > > > We just have to find out _why_ it breaks. Should not be too hard > > with some backtraces or similar. > > > Hi! > Today I tried to generate a backtrace. However, I simply failed. > I've recompiled wine with full debug, and

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
> > We just have to find out _why_ it breaks. Should not be too hard > with some backtraces or similar. > Hi! Today I tried to generate a backtrace. However, I simply failed. I've recompiled wine with full debug, and reinstalled. Then I installed the newest gdb (6.5), because my older one (6.

Re: Executing wine over make segfaults.

2006-11-06 Thread L. Rahyen
> I am using a 2.6.18 based openSUSE 10.2 Beta1 kernel and Wine works fine > there. (AMD64 however). Your NoExec protection is on or off? And question to all: is there someone with new (2.6.18.x) vanilla kernel (downloaded from kernel.org), noexec=on and perfectly working Wine?

Re: Executing wine over make segfaults.

2006-11-06 Thread L. Rahyen
> I saw a few others say that this worked around the problem, so I > rebooted and added noexec=off ... I still get the segfault running > wine from make. Unfortunatelly I cannot reproduce your problem. Under 2.6.18.1 with noexec=off simple Makefile posted by Jimmy W works fine for me. So

Re: Executing wine over make segfaults.

2006-11-06 Thread Lee Harr
Then probably the only way to unbreak the broken apps is to add noexec=off to the kernel command line. I saw a few others say that this worked around the problem, so I rebooted and added noexec=off ... I still get the segfault running wine from make.

Re: Executing wine over make segfaults.

2006-11-06 Thread Marcus Meissner
On Mon, Nov 06, 2006 at 04:40:48PM +0100, Pavel Troller wrote: > > > > this is what i did - and also suggest quite some time ago him(?)/list. i > > had the same problem since .16 kernels (unstable(~) gentoo-source > > ebuild). since that change everything works fine (.18 now). > > > Hi! > Yes,

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
> > this is what i did - and also suggest quite some time ago him(?)/list. i > had the same problem since .16 kernels (unstable(~) gentoo-source > ebuild). since that change everything works fine (.18 now). > Hi! Yes, you did, and you did correctly. I just rebooted the x86_64 machine with noex

Re: Executing wine over make segfaults.

2006-11-06 Thread Christoph Frick
On Mon, Nov 06, 2006 at 10:29:22PM +0800, Dmitry Timoshkov wrote: > > 3) I'm using exec-shield patch, but I can disable it (for sure, > > tested by the pax testing suite) using a procfs entry. Even with > > exec-shield disabled the crash is still there, and in 2.6.17, even > > with exec-shield ena

Re: Executing wine over make segfaults.

2006-11-06 Thread Dmitry Timoshkov
"Pavel Troller" <[EMAIL PROTECTED]> wrote: >fixme:seh:check_no_exec No-exec fault triggered at 0x401000, enabling >work-around Are you using SeLinux or some other patches? If so, please try building your kernel from the vanilla Linux kernel.org sources. Hi Mike! I take you very seriously

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
> > >fixme:seh:check_no_exec No-exec fault triggered at 0x401000, enabling > >work-around > > Are you using SeLinux or some other patches? If so, please try building > your kernel from the vanilla Linux kernel.org sources. > Hi Mike! I take you very seriously, I know that you are a real win

Re: Executing wine over make segfaults.

2006-11-06 Thread Mike McCormack
L. Rahyen wrote: fixme:seh:check_no_exec No-exec fault triggered at 0x401000, enabling work-around Are you using SeLinux or some other patches? If so, please try building your kernel from the vanilla Linux kernel.org sources. Mike

Re: Executing wine over make segfaults.

2006-11-06 Thread Marcus Meissner
On Mon, Nov 06, 2006 at 08:46:40AM +0100, Pavel Troller wrote: > > This seems to be Wine-related problem (but not neccessary Wine bug) > > because > > everything else works fine with 2.6.18.1 kernel; I'm not alone who have > > strange problems with Wine under 2.6.18 kernel. > > No, you ar

Re: Executing wine over make segfaults.

2006-11-05 Thread Pavel Troller
> This seems to be Wine-related problem (but not neccessary Wine bug) > because > everything else works fine with 2.6.18.1 kernel; I'm not alone who have > strange problems with Wine under 2.6.18 kernel. No, you are not. I've posted a very similar problem with wine & 2.6.18 a couple of

Re: Executing wine over make segfaults.

2006-11-05 Thread L. Rahyen
> ...with same configuration under 2.6.18.1 kernel Wine doesn't work. > ... > I have errors like these ones when I try to launch something with Wine: > > fixme:seh:check_no_exec No-exec fault triggered at 0x401000, enabling > work-around fixme:seh:check_no_exec No-exec fault triggered at 0x4

Re: Executing wine over make segfaults.

2006-11-04 Thread L. Rahyen
> > I recently tried 2.6.18.1 kernel and wine stoped working. Then I > > downgraded to 2.6.16.18 and wine working fine now. > > I'm using a custom built 2.6.18.1 on Debian Unstable/AMD64 now, and Wine > works fine for me, so this is unlikely to be a Wine problem. I compiled 2.6.18.1 wi

Re: Executing wine over make segfaults.

2006-11-04 Thread Mike McCormack
L. Rahyen wrote: The system is gentoo linux (2.6.18-gentoo-r1) I recently tried 2.6.18.1 kernel and wine stoped working. Then I downgraded to 2.6.16.18 and wine working fine now. I'm using a custom built 2.6.18.1 on Debian Unstable/AMD64 now, and Wine works fine for me, so this is unlikel

Re: Executing wine over make segfaults.

2006-11-04 Thread L. Rahyen
> The system is gentoo linux (2.6.18-gentoo-r1) I recently tried 2.6.18.1 kernel and wine stoped working. Then I downgraded to 2.6.16.18 and wine working fine now. After doing some important work, I will recompile 2.6.18.1 again with same .config and will see what happens. But b

Re: Executing wine over make segfaults.

2006-11-04 Thread Lee Harr
# wine --version Works! But: Makefile - test: wine --version - Then run: #make test Wine will segfault! I am having the same problem. I use wine to run a compiler from a Makefile. A few months ago, it worked fine, but recently it stopped working. I even downgraded to

Re: Executing wine over make segfaults.

2006-11-01 Thread Marcus Meissner
On Mon, Oct 30, 2006 at 08:36:48AM +0100, Jimmy W wrote: > It says that wine is compiled with the: > > ./configure CFLAGS=-fno-stack-protector > > So the bug shud not apply, also i have been installing binaries for > other distribution (debian binaries) also from winehq own ubuntu rep. > > I th

Re: Executing wine over make segfaults.

2006-10-31 Thread Jimmy W
It says that wine is compiled with the: ./configure CFLAGS=-fno-stack-protector So the bug shud not apply, also i have been installing binaries for other distribution (debian binaries) also from winehq own ubuntu rep. I think the problem is deeper in wine. /Jimmy sön 2006-10-29 klockan 13:09

Re: Executing wine over make segfaults.

2006-10-29 Thread Thomas Kho
On 10/29/06, Jimmy W <[EMAIL PROTECTED]> wrote: I got a simple problem, that got really hard to fix. I am trying to cross-compile stuff over a Makefile with ms compiler. Problem is that when make are executing wine as a command, wine segfaults. An example: # wine --version Works! But: Mak

Executing wine over make segfaults.

2006-10-29 Thread Jimmy W
I got a simple problem, that got really hard to fix. I am trying to cross-compile stuff over a Makefile with ms compiler. Problem is that when make are executing wine as a command, wine segfaults. An example: # wine --version Works! But: Makefile - test: wine --version --