caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: Oliver Bandel <oliver@first.in-berlin.de>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] "No bytecode specified"
Date: Tue, 3 Sep 2002 15:16:52 +0200	[thread overview]
Message-ID: <20020903151652.B21723@pauillac.inria.fr> (raw)
In-Reply-To: <Pine.LNX.3.95.1020903142359.9857A-100000@first.in-berlin.de>; from oliver@first.in-berlin.de on Tue, Sep 03, 2002 at 02:32:44PM +0200

> OK, no answers, that has helped,
> so I now come with more details:

At last, some technical data in a message of yours.  You're (slowly)
improving.  If you could just have posted this to caml-bugs@inria.fr
rather than caml-list, this would have been perfect :-)

The cause of the problem is here:

> readlink("/proc/self/exe", "[0303]:2916", 1024) = 11

I.e. /proc/self/exe does not point to the executable name, but to an
inode number.  That must be a truly ancient Linux kernel that you're
running.  (Pre 2.0 ?)  

I'll harden the determination of the program name against this
problem.  In the meantime, do yourself a favor and upgrade to a more
recent Linux kernel (and distribution?).

- Xavier Leroy

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-09-03 13:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-25 20:50 Oliver Bandel
2002-08-25 23:39 ` Stefano Zacchiroli
2002-08-26  7:32 ` malc
2002-08-26  8:38   ` Sven LUTHER
2002-08-26 10:00     ` Xavier Leroy
2002-08-26 12:53       ` Sven LUTHER
2002-08-26 11:03     ` malc
2002-08-26 12:32   ` Oliver Bandel
2002-08-26 12:36   ` Oliver Bandel
     [not found]   ` <Pine.LNX.3.95.1020826143546.418B-100000@first.in-berlin.de >
2002-08-27  1:52     ` Chris Hecker
2002-09-03 12:32 ` Oliver Bandel
2002-09-03 13:16   ` Xavier Leroy [this message]
2002-09-03 13:34     ` Oliver Bandel

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=20020903151652.B21723@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=oliver@first.in-berlin.de \
    /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).