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

pasting text crashes OCamlWinPlus #2932

Closed
vicuna opened this issue Jul 13, 2004 · 1 comment
Closed

pasting text crashes OCamlWinPlus #2932

vicuna opened this issue Jul 13, 2004 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 13, 2004

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

Bug description

Full_Name: Benjamin Geer
Version: 3.08
OS: Windows 2000, Service Pack 4
Submission from: 217.196.235.1 (217.196.235.1)

Steps to reproduce:

  1. Type the following line of text into Windows Notepad, followed by a carriage
    return:

let x = 1 ;;

  1. Open a new OCamlWinPlus session.

  2. Copy and paste the line of text (including the carriage return) into
    OCamlWinPlus.

  3. Press ENTER twice.

After the first ENTER, Caml accepts the expression, and prints:

val x : int = 1

After the second ENTER, an "Application Error" dialog box appears, saying:

The instruction at "0x78010703" referenced memory at "0x00000000".
The memory could not be "read".

Click on OK to terminate the program.
Click on CANCEL to debug the program.

@vicuna
Copy link
Author

vicuna commented Aug 19, 2004

Comment author: administrator

Fixed 2004-08-09 by C.A.Watford.

@vicuna vicuna closed this as completed Aug 19, 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