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

Assertion violation with $let sorts #604

Open
mezpusz opened this issue Sep 18, 2024 · 1 comment
Open

Assertion violation with $let sorts #604

mezpusz opened this issue Sep 18, 2024 · 1 comment

Comments

@mezpusz
Copy link
Contributor

mezpusz commented Sep 18, 2024

Problem

TPTP COM/COM100_5.p

Input

--decode dis-10_1:1_si=on:fdi=16_10

Error

Condition in file Kernel/SortHelper.cpp, line 115 violated:
!subst.isEmpty() || (result.isTerm() && (result.term()->isSuper() || result.term()->ground())) || sym->letBound()

Stack

Kernel::SortHelper::getResultSort(Kernel::Term const*)
Kernel::SortHelper::getResultSortOrMasterVariable(Kernel::Term const*, Kernel::TermList&, Kernel::TermList&)
Kernel::SortHelper::tryGetResultSort(Kernel::Term const*, Kernel::TermList&)
Kernel::SortHelper::tryGetResultSort(Kernel::TermList, Kernel::TermList&)
Kernel::Literal::createEquality(bool, Kernel::TermList, Kernel::TermList, Kernel::TermList)
Inferences::DefinitionIntroduction::introduceDefinitionFor(Kernel::Term*)
Inferences::DefinitionIntroduction::process(Kernel::Term*)
Inferences::DefinitionIntroduction::process(Kernel::Clause*)
Inferences::DefinitionIntroduction::handleClause(Kernel::Clause*, bool)
Indexing::Index::onAddedToContainer(Kernel::Clause*)
Lib::SingleParamEvent<Kernel::Clause*>::MethodSpecificHandlerStruct<Indexing::Index>::fire(Kernel::Clause*)
Lib::SingleParamEvent<Kernel::Clause*>::fire(Kernel::Clause*)
Saturation::AWPassiveClauseContainer::add(Kernel::Clause*)
Saturation::SaturationAlgorithm::addToPassive(Kernel::Clause*)
Saturation::SaturationAlgorithm::doUnprocessedLoop()
Saturation::SaturationAlgorithm::doOneAlgorithmStep()
Saturation::SaturationAlgorithm::runImpl()
Kernel::MainLoop::run()
@MichaelRawson
Copy link
Contributor

MichaelRawson commented Sep 18, 2024

#555 - thanks for the test-case!

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