Skip to content

StackOverflowError occurs when computing Limit[RealAbs[x + 2]/(x+2), x -> -2, Direction -> -1] #1001

@tranleduy2000

Description

@tranleduy2000

Here is the input

Limit[RealAbs[x + 2]/(x+2), x -> -2, Direction -> -1]

Error:

java.lang.StackOverflowError
	at org.matheclipse.core.visit.VisitorReplaceAllWithPatternFlags.visit(VisitorReplaceAllWithPatternFlags.java:56)
	at org.matheclipse.core.expression.AbstractAST.accept(AbstractAST.java:1422)
	at org.matheclipse.core.visit.VisitorReplaceAllWithPatternFlags.visit(VisitorReplaceAllWithPatternFlags.java:56)
	at org.matheclipse.core.expression.AbstractAST.accept(AbstractAST.java:1422)
	at org.matheclipse.core.patternmatching.IPatternMap.substituteASTPatternOrSymbols(IPatternMap.java:2057)
	at org.matheclipse.core.patternmatching.PatternMatcher.remove(PatternMatcher.java:1983)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions