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

Problem in SLLambda with initial branching #79

Open
fhowar opened this issue Mar 22, 2024 · 1 comment
Open

Problem in SLLambda with initial branching #79

fhowar opened this issue Mar 22, 2024 · 1 comment

Comments

@fhowar
Copy link
Member

fhowar commented Mar 22, 2024

The following config leads to an NPE

learner=sllambda
target=benchmarks/models/SIP2_1param/model.register.xml
use.eqtest=true
use.ceopt=false
use.suffixopt=true
use.fresh=false
use.rwalk=true
export.model=true
rwalk.prob.fresh=0.1
rwalk.prob.reset=0.05
rwalk.seed.transitions=true
rwalk.max.depth=10
rwalk.max.runs=10000
rwalk.reset.count=false
rwalk.draw.uniform=true
teachers=int:de.learnlib.ralib.tools.theories.IntegerEqualityTheory
random.seed=-5080878705226998718

Stacktrace:

Execution terminated abnormally: Cannot invoke "de.learnlib.ralib.learning.LocationComponent.getBranching(de.learnlib.ralib.words.ParameterizedSymbol)" because "src_c" is null
java.lang.NullPointerException: Cannot invoke "de.learnlib.ralib.learning.LocationComponent.getBranching(de.learnlib.ralib.words.ParameterizedSymbol)" because "src_c" is null
	at de.learnlib.ralib.learning.AutomatonBuilder.computeTransition(AutomatonBuilder.java:132)
	at de.learnlib.ralib.learning.AutomatonBuilder.computeTransitions(AutomatonBuilder.java:102)
	at de.learnlib.ralib.learning.AutomatonBuilder.toRegisterAutomaton(AutomatonBuilder.java:79)
	at de.learnlib.ralib.learning.ralambda.RaLambda.getHypothesis(RaLambda.java:515)
	at de.learnlib.ralib.tools.IOSimulator.run(IOSimulator.java:303)
	at de.learnlib.ralib.tools.ConsoleClient.run(ConsoleClient.java:80)
	at de.learnlib.ralib.Main.main(Main.java:30)
@fhowar
Copy link
Member Author

fhowar commented Mar 22, 2024

@FredrikTaquist can you look at this?

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