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

OCamldebugger crashs on set print_depth/print_length #5708

Closed
vicuna opened this issue Jul 31, 2012 · 1 comment
Closed

OCamldebugger crashs on set print_depth/print_length #5708

vicuna opened this issue Jul 31, 2012 · 1 comment
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 31, 2012

Original bug ID: 5708
Reporter: schommer
Assigned to: @lefessan
Status: closed (set by @xavierleroy on 2015-12-11T18:07:31Z)
Resolution: fixed
Priority: normal
Severity: minor
Platform: x86
OS: Ubuntu
OS Version: 12.04
Version: 3.12.1
Fixed in version: 4.01.0+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

The debugger crashes on set print_depth/print_length 1000000000000000000000
with:
Uncaught exception: Failure("int_of_string")

Steps to reproduce

Start the ocamldebugger
ocamldebug

Set the print_depth
set print_depth 1000000000000000000000

Or set the print_length
set print_length 1000000000000000000000

@vicuna
Copy link
Author

vicuna commented Jul 31, 2012

Comment author: @lefessan

Fix committed in trunk, revision 12802.

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

2 participants