[chromium-bugs] Re: Issue 18830 in chromium: Tab crash because of specially crafted SVG-file when visiting webpage

2009-11-24 Thread chromium
Comment #24 on issue 18830 by tk...@chromium.org: Tab crash because of specially crafted SVG-file when visiting webpage http://code.google.com/p/chromium/issues/detail?id=18830 The upstream bug is now https://bugs.webkit.org/show_bug.cgi?id=18282 -- You received this message because you are

[chromium-bugs] Re: Issue 18830 in chromium: Tab crash because of specially crafted SVG-file when visiting webpage

2009-11-08 Thread chromium
Updates: Status: Upstream Comment #22 on issue 18830 by tk...@chromium.org: Tab crash because of specially crafted SVG-file when visiting webpage http://code.google.com/p/chromium/issues/detail?id=18830 Ok, I won't add a workaround that increases the stack size. -- You received this

[chromium-bugs] Re: Issue 18830 in chromium: Tab crash because of specially crafted SVG-file when visiting webpage

2009-11-07 Thread chromium
Comment #21 on issue 18830 by verdyp: Tab crash because of specially crafted SVG-file when visiting webpage http://code.google.com/p/chromium/issues/detail?id=18830 Why not using optimization of tail recursions in a loop or direct jump, instead of a subfunction call? At least this would

[chromium-bugs] Re: Issue 18830 in chromium: Tab crash because of specially crafted SVG-file when visiting webpage

2009-11-04 Thread chromium
Comment #17 on issue 18830 by tk...@chromium.org: Tab crash because of specially crafted SVG-file when visiting webpage http://code.google.com/p/chromium/issues/detail?id=18830 On Windows, the default stack size limit is 1MB. I checked behaviors with some stack sizes: 2MB: Crash 3MB: