Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backtrace #8389

Closed
vicuna opened this issue Nov 27, 2003 · 1 comment
Closed

backtrace #8389

vicuna opened this issue Nov 27, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 27, 2003

Original bug ID: 1948
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

(ocaml 3.07pl2, Linux RH9.0)

Je compile:
/usr/local/bin/ocamlc-3.07 -warn-error A -g -pp "/usr/local/bin/camlp4r-3.07 -I ." -I /afs/.inria.fr/common/usr/local/src/ocaml-3.07 -I /afs/.inria.fr/common/usr/local/src/ocaml-3.07/utils -I /usr/local/lib/ocaml-3.07/caml -I . -I +contrib -I /usr/local/lib/ocaml-3.07/site-lib/pcre -I /usr/local/lib/ocaml-3.07/camlp4 -c move-log.ml
time /usr/local/bin/ocamlc-3.07 -g -dllpath /usr/local/lib/ocaml-3.07/contrib -dllpath /usr/local/lib/ocaml-3.07/site-lib/pcre -I . -I +contrib -I /usr/local/lib/ocaml-3.07/site-lib/pcre -I /usr/local/lib/ocaml-3.07/camlp4 unix.cma pcre.cma camlp4.cma cstr.cma cash.cma move-log.cmo -o move-log

J'exécute:
OCAMLRUNPARAM=b sr ./move-log
Fatal error: exception Invalid_argument("String.get")
Raised by primitive operation at file "", line 1, character 4134
Called from file "", line 1, character 4286
Called from file "", line 1, character 1703
Called from file "", line 1, character 1811
Called from file "list.ml", line 57, character 27
Called from file "", line 1, character 4492
Called from unknown location
Called from file "", line 1, character 4765

Qu'ai-je fait pour ne pas avoir les noms des fichiers ? ocamldebug
fonctionne correctement, donc je ne pense pas avoir oublié de -g. Et
les fichiers "" viennent indifféremment de move-log.cmo, cstr.cma et
cash.cma (au moins).

Bruno.

@vicuna
Copy link
Author

vicuna commented May 12, 2004

Comment author: administrator

DD & MM working on it 2003-12-08
Fixed by MM on 2004-05-12

@vicuna vicuna closed this as completed May 12, 2004
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant