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

Demo crashes IE11 on win10 build 9926 #82

Open
iandonov opened this issue Feb 17, 2015 · 4 comments
Open

Demo crashes IE11 on win10 build 9926 #82

iandonov opened this issue Feb 17, 2015 · 4 comments

Comments

@iandonov
Copy link

Unhandled exception at 0x6E5A3E1B (edgehtml.dll) in iexplore.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x06CC2FE0)

@kylezinter
Copy link
Contributor

@iandonov Very interesting. I'll give this a shot right now. I have that same build on my box currently. Can you give me a little more info, is this just on page load or after trying to interact with something?

@kylezinter
Copy link
Contributor

@iandonov also, which specific version of ie11 are you using? I can't repro it. Here is my current setup for IE.
image

@iandonov
Copy link
Author

It crashes on one of my PCs.
First time when I opened it in full screen it was OK.
Then I started resizing it and it crashed.
Selected to debug and then exception:
Unhandled exception at 0x614BB83E (edgehtml.dll) in iexplore.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x076F2EE0).
Version is absolutely the same. (how do you insert picture here??)

Call stack:

edgehtml.dll!CTreeNode::ComputeFormatsHelper(void) Unknown
edgehtml.dll!CTreeNode::GetFancyFormatHelper(void) Unknown
edgehtml.dll!CTreeNode::GetFancyFormat(void) Unknown
edgehtml.dll!CssCalcExpressionHelpers::GetCalcCtxFromNode(class CTreeNode *,class CCharFormat const *,class CCharFormat const *,struct SCalcEvalCtx &,struct SCalcStats const &) Unknown
edgehtml.dll!Css3Calc::EvaluateToLayoutInternal(class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float) Unknown
edgehtml.dll!Css3Calc::EvaluateToLayout(long,class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float) Unknown
edgehtml.dll!CUnitValue::GetCalcPixelValue(class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float) Unknown
edgehtml.dll!ApplyFontSize() Unknown
edgehtml.dll!CElement::ApplyInnerOuterFormats() Unknown
edgehtml.dll!CElement::ComputeFormatsVirtual() Unknown
edgehtml.dll!CElement::ComputeFormats() Unknown
edgehtml.dll!CTreeNode::ComputeFormats() Unknown
edgehtml.dll!CTreeNode::ComputeFormatsHelper(void) Unknown
edgehtml.dll!CTreeNode::GetFancyFormatHelper(void) Unknown
edgehtml.dll!CTreeNode::GetFancyFormat(void) Unknown

a lot of these repeating....

edgehtml.dll!CssCalcExpressionHelpers::GetCalcCtxFromNode(class CTreeNode *,class CCharFormat const *,class CCharFormat const *,struct SCalcEvalCtx &,struct SCalcStats const &)    Unknown
edgehtml.dll!Css3Calc::EvaluateToLayoutInternal(class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float)   Unknown
edgehtml.dll!Css3Calc::EvaluateToLayout(long,class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float)  Unknown
edgehtml.dll!CUnitValue::GetCalcPixelValue(class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float)    Unknown
edgehtml.dll!ApplyFontSize()    Unknown
edgehtml.dll!CElement::ApplyInnerOuterFormats() Unknown
edgehtml.dll!CElement::ComputeFormatsVirtual()  Unknown
edgehtml.dll!CElement::ComputeFormats() Unknown
edgehtml.dll!CTreeNode::ComputeFormats()    Unknown
edgehtml.dll!CTreeNode::ComputeFormatsHelper(void)  Unknown
edgehtml.dll!CTreeNode::GetFancyFormatHelper(void)  Unknown
edgehtml.dll!CTreeNode::GetFancyFormat(void)    Unknown
edgehtml.dll!CssCalcExpressionHelpers::GetCalcCtxFromNode(class CTreeNode *,class CCharFormat const *,class CCharFormat const *,struct SCalcEvalCtx &,struct SCalcStats const &)    Unknown
edgehtml.dll!Css3Calc::EvaluateToLayoutInternal(class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float)   Unknown
edgehtml.dll!Css3Calc::EvaluateToLayout(long,class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float)  Unknown
edgehtml.dll!CUnitValue::GetCalcPixelValue(class CTreeNode *,class CDocScaleInfo const *,long,class CCharFormat const *,class CCharFormat const *,float)    Unknown
edgehtml.dll!ApplyFontSize()    Unknown

The maximum number of stack frames supported by Visual Studio has been exceeded.    

@kylezinter
Copy link
Contributor

Thanks for the info @iandonov, we will look into 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

2 participants