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

Segfault (err 139) compiling pa_r.ml from 3.05 on MacOS X #3481

Closed
vicuna opened this issue Jul 30, 2002 · 1 comment
Closed

Segfault (err 139) compiling pa_r.ml from 3.05 on MacOS X #3481

vicuna opened this issue Jul 30, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 30, 2002

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

Bug description

Full_Name: Hugo Herbelin
Version: 3.05
OS: MacOS 10.1 on G3
Submission from: herbelin.net1.nerim.net (62.212.105.93)

Bonjour,

I got the same error as mentionned in post 1188, compiling pa_r.ppo on Mac OS
10.1 for target opt.opt from 3.05 distribution.

make opt.opt
(...)
cd camlp4; make opt.opt
set -e; for i in lib odyl camlp4 meta compile; do cd $i; make opt; cd ..; done
(...)
../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo
-o pa_r.ppo pa_r.ml
../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c
-impl pa_r.ppo
make[2]: *** [pa_r.cmx] Error 139
make[1]: *** [opt.opt] Error 2
make: *** [camlp4optopt] Error 2

With ocamlopt (no .opt), it works and the compilation goes on nicely.

Hugo

Je peux vous amener la machine à l'INRIA si cela vous est utile...

@vicuna
Copy link
Author

vicuna commented Jul 31, 2002

Comment author: administrator

Stack overflow. User needs to increase stack limit as explained in INSTALL.

@vicuna vicuna closed this as completed Jul 31, 2002
@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