RESOLVED DUPLICATE of bug 26276 17422
get the NULL stack base in MIPS
https://bugs.webkit.org/show_bug.cgi?id=17422
Summary get the NULL stack base in MIPS
Bin Chen
Reported 2008-02-18 06:43:48 PST
in JavaScriptCore/kjs/collector.cpp: int rc = pthread_attr_getstack(&sattr, &stackBase, &stackSize); In my MIPS , the stackBase is NULL, so cause the Webkit to be segmentation fault. Someone in internet said that getstack must be called *after* setstack is called otherwise no sense. Need to investigate more to see the root cause, any comments? Bin
Attachments
Gavin Barraclough
Comment 1 2012-03-13 13:41:15 PDT
bug #26276 is tracking getting correct stack bounds. *** This bug has been marked as a duplicate of bug 26276 ***
Note You need to log in before you can comment on or make changes to this bug.