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

Stack-checkpoint error: two values in single value context on v7.5.0.8 [cs] #2951

Closed
joergen7 opened this issue Dec 4, 2019 · 1 comment
Closed

Comments

@joergen7
Copy link
Contributor

joergen7 commented Dec 4, 2019

Racket: version 7.5.0.8--2019-12-04(-/f) [cs]
git sha1 id: 22387af
OS: Xubuntu 19.10
gcc: version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2) Target: x86_64-linux-gnu
platform: Intel Core i7-2600

Error description

Compiling one of my projects in DrRacket I get the following error:

../../racket/racket/share/pkgs/drracket/drracket/private/stack-checkpoint.rkt:40:30: returned two values to single value return context

Reproducing the error

Run with [F5] produces the following error message (as before):

../../racket/racket/share/pkgs/drracket/drracket/private/stack-checkpoint.rkt:40:30: returned two values to single value return context

This is also the only entry in the backtrace.

Observation

On the Command Line it works

Surprisingly, compiling the tool on the command line and running it with an example input works fine.

racocs make -j 8 *.rkt
racocs exe cfplot.rkt
./cfplot examples/2019-01-17-variant-call-varscan-gruenau-4x120-2x32-2x16-gluster4.json

Thus, I suspect that the problem is related to DrRacket.

Disabling Debugging makes it Work

Disabling debugging in DrRacket's language menu makes the error go away.

@joergen7 joergen7 changed the title Stack-checkpoint error: two values in single value context on v7.5.0.7 [cs] Stack-checkpoint error: two values in single value context on v7.5.0.8 [cs] Dec 4, 2019
@mflatt mflatt closed this as completed in 4a36512 Dec 4, 2019
@mflatt
Copy link
Member

mflatt commented Dec 4, 2019

Thanks for the report!

MarcKaufmann pushed a commit to MarcKaufmann/racket that referenced this issue Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants