linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert Plantz <plantz@sonoma.edu>
To: Scott Sibley <sisibley@gmail.com>
Cc: linux-assembly@vger.kernel.org
Subject: Re: Troubles with JIT compiler
Date: Fri, 22 Jan 2010 08:50:32 -0800	[thread overview]
Message-ID: <1264179032.1974.5.camel@bob-desktop> (raw)
In-Reply-To: <cb4d391b1001220245n61ff839elc19851404017f4a3@mail.gmail.com>

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



  reply	other threads:[~2010-01-22 16:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22  4:12 Troubles with JIT compiler Scott Sibley
2010-01-22  5:26 ` Robert Plantz
2010-01-22  6:04   ` Scott Sibley
2010-01-22  7:01     ` Robert Plantz
2010-01-22  7:16       ` Scott Sibley
2010-01-22 10:45         ` Scott Sibley
2010-01-22 16:50           ` Robert Plantz [this message]
2010-01-22 17:19           ` Brian Raiter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1264179032.1974.5.camel@bob-desktop \
    --to=plantz@sonoma.edu \
    --cc=linux-assembly@vger.kernel.org \
    --cc=sisibley@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).