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

Comportement etrange de Ctrl-C dans ocamldebug #4095

Closed
vicuna opened this issue Aug 31, 2006 · 1 comment
Closed

Comportement etrange de Ctrl-C dans ocamldebug #4095

vicuna opened this issue Aug 31, 2006 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 31, 2006

Original bug ID: 4095
Reporter: @alainfrisch
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2011-05-29T10:14:12Z)
Resolution: fixed
Priority: normal
Severity: minor
Fixed in version: 3.11.0+beta
Category: ~DO NOT USE (was: OCaml general)

Bug description

Lancer un ocamldebug, faire Ctrl-C plusieurs fois. On obtient:

(ocd) Interrupted.
(ocd) Interrupted.
Interrupted.
(ocd) Interrupted.
Interrupted.
Interrupted.
(ocd) Interrupted.
Interrupted.
Interrupted.
Interrupted.
(ocd) Interrupted.
Interrupted.
Interrupted.
Interrupted.
Interrupted.

Additional information

La fonction Main.protect du debugger est bugguée: à chaque fois
que la boucle est relancée après une exception (dont Sys.break, mais pas seulement), on accumule dans l'argument loop toutes les actions qui ont été faites pour signaler l'exception.

@vicuna
Copy link
Author

vicuna commented May 19, 2009

Comment author: @xclerc

fixed in branch 'release311'.

@vicuna vicuna closed this as completed May 29, 2011
@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