From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Plantz Subject: Re: Troubles with JIT compiler Date: Fri, 22 Jan 2010 08:50:32 -0800 Message-ID: <1264179032.1974.5.camel@bob-desktop> References: <1264137975.1983.30.camel@bob-desktop> <1264143669.1983.38.camel@bob-desktop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-assembly-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Scott Sibley Cc: linux-assembly@vger.kernel.org On Fri, 2010-01-22 at 04:45 -0600, Scott Sibley wrote: > After someone's tip, I found a solution to this. Passing the linker > '-z execstack' made it run, no problem. It's funny that Linux didn't > complain about it, but rather just seg-faulted. > -- Thank you, Scott, for sharing the solution with us. According to the man page for ld, that option "Marks the object as requiring executable stack." I don't know much about jit compilers, so I can't comment on the GNU development environment not complaining about it. I do know that if there is something we don't like about it, we can get double our money back. :-) --Bob