[Issue 6321] stack overflow error while compiling with DMD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 15 06:43:20 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6321
--- Comment #8 from anteusz at freemail.hu 2011-07-15 06:38:06 PDT ---
running with -v
....
function toString
function toString
function fill
function clear
code DFA
function predict
function noViableAlt
function error
function specialStateTransition
function getDescription
function unpackEncodedString
function unpackEncodedStringToUnsignedChars
function writeln
function __dgliteral1522
function writeln
function __dgliteral1529
function writeln
function __dgliteral1534
function writeln
function __dgliteral1556
function writeln
function __dgliteral1560
function writeln
function __dgliteral1564
function writeln
function __dgliteral1568
function write
function writeln
function __dgliteral1571
code RuleReturnScope
function getStart
function getStop
function getTree
function getTemplate
code CommonTreeAdaptor
function dupNode
function create
function createToken
function createToken
function setTokenBoundaries
function getTokenStartIndex
function getTokenStopIndex
function getText
function getType
function getToken
function getChild
function getChildCount
function getParent
function setParent
function getChildIndex
function setChildIndex
function replaceChildren
code BaseTreeAdaptor
function nil
function errorNode
function isNil
function dupTree
function dupTree
function addChild
function becomeRoot
function rulePostProcessing
function becomeRoot
function create
function create
function create
function create
function getType
function setType
function getText
function setText
function getChild
function setChild
function deleteChild
function getChildCount
function getUniqueID
code ParserRuleReturnScope
function getStart
function getStop
code CommonErrorNode
function this
function isNil
function getType
function getText
function toString
code RewriteRuleTokenStream
function this
function this
function this
function nextNode
function nextToken
function toTree
function dup
code RewriteRuleSubtreeStream
function this
function this
function this
function nextNode
function dup
code RewriteRuleElementStream
function this
function this
function this
function reset
function add
function nextTree
function _next
function toTree
function hasNext
function size
function getDescription
code RewriteCardinalityException
function this
function getMessage
code RewriteEmptyStreamException
function this
Stack overflow
I guess it mean the problem is in the linker?
RewriteEmptyStreamException is the last file...
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list