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

Error, if a function does not have a linearization #5

Open
normundsg opened this issue Apr 16, 2013 · 0 comments
Open

Error, if a function does not have a linearization #5

normundsg opened this issue Apr 16, 2013 · 0 comments

Comments

@normundsg
Copy link

If a function does not have a linearization, a ton of "Function _V does not have a linearization !" messages are printed out, and an (uncatchable) error is thrown:

Exception in thread "main" java.lang.StackOverflowError
at sun.nio.cs.UTF_8$Encoder.encodeLoop(UTF_8.java:446)
at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544)
at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:252)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:106)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:190)
at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:111)
at java.io.PrintStream.write(PrintStream.java:476)
at java.io.PrintStream.print(PrintStream.java:619)
at java.io.PrintStream.println(PrintStream.java:756)
at org.grammaticalframework.Linearizer.apply(Linearizer.java:413)
at org.grammaticalframework.Linearizer.apply(Linearizer.java:414)
at org.grammaticalframework.Linearizer.apply(Linearizer.java:414)
at org.grammaticalframework.Linearizer.apply(Linearizer.java:414)
...

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

1 participant