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

Camllight contrib problems #8260

Closed
vicuna opened this issue Aug 29, 2003 · 0 comments
Closed

Camllight contrib problems #8260

vicuna opened this issue Aug 29, 2003 · 0 comments

Comments

@vicuna
Copy link

vicuna commented Aug 29, 2003

Original bug ID: 1809
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for Caml light use https://github.com/camllight/camllight/issues

Bug description

Full_Name: Christopher Dutchyn
Version: CamlLight 0,76
OS: Sparc Solaris 2.9
Submission from: cypress.cs.ubc.ca (142.103.11.23)

When compiling camllight/contrib from the anonymous cvs respository, I encounter
two problems:

  1. some of the fles in the profiler directory are inaccessible - I used the ones
    from the cl75unix.tgz without incident.

  2. I receive a bus error compiling debugger: the error appears to be with the
    "-1." expression on line 60 of input_handling.ml. I changed the line from
    select (map fst !active_files) [] [] (-1.)
    to
    select (map fst !active_files) [] [] (0. -. 1.)
    and all is well. This error does not occur under FreeBSD.

Chris D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant