From: "Denis Bueno" <dbueno@gmail.com>
To: "OCaml Mailing List" <caml-list@inria.fr>
Subject: Odd OCAMLRUNPARAM behavior
Date: Sat, 16 Sep 2006 10:45:46 -0400 [thread overview]
Message-ID: <6dbd4d000609160745ta2c6dc0v5b6d9c14243e6f38@mail.gmail.com> (raw)
What could explain this behavior?
`test_cobasa' is a binary produced by ocamlc.opt.
,----
| $ echo $OCAMLRUNPARAM
| b
| $ ./test_cobasa -v -f ../test/constraint.cob
| debug1: Parsing '../test/constraint.cob'...
| Fatal error: exception ErrorMsg.Todo
| $ OCAMLRUNPARAM="b" ./test_cobasa -v -f ../test/constraint.cob
| debug1: Parsing '../test/constraint.cob'...
| Fatal error: exception ErrorMsg.Todo
| Raised at file "cobasaParser.mly", line 455, characters 38-51
| Called from file "parsing.ml", line 135, characters 39-75
| Called from file "parsing.ml", line 156, characters 4-28
| Re-raised at file "parsing.ml", line 174, characters 14-17
| Called from file "driver.ml", line 125, characters 12-81
| Called from file "driver.ml", line 165, characters 13-36
| $
`----
Shouldn't the first invocation of test_cobasa give me a stack trace?
-Denis
next reply other threads:[~2006-09-16 14:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-16 14:45 Denis Bueno [this message]
2006-09-16 14:52 ` [Caml-list] " Chris King
2006-09-16 15:38 ` Denis Bueno
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=6dbd4d000609160745ta2c6dc0v5b6d9c14243e6f38@mail.gmail.com \
--to=dbueno@gmail.com \
--cc=caml-list@inria.fr \
/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