Re: Troubles with JIT compiler
Robert Plantz <[email protected]> Fri, 22 Jan 2010 08:50:32 -0800
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <1264179032.1974.5.camel@bob-desktop> |
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