[Webkit-unassigned] [Bug 125567] WebCore::setSharedTimerFireInterval(double) crashes with EXC_BAD_ACCESS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 21:18:19 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=125567

liangbo <kooqily at 163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kooqily at 163.com

--- Comment #2 from liangbo <kooqily at 163.com> ---
I found same crash with you, like this:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x801cefcc
Triggered by Thread:  3

Thread 3 name:  WebThread
Thread 3 Crashed:
0   WebCore                           0x3867b53e WebCore::TimerBase::setNextFireTime(double) + 54
1   WebCore                           0x386aaaca WebCore::ThreadTimers::sharedTimerFiredInternal() + 122
2   WebCore                           0x386aaa26 WebCore::timerFired(__CFRunLoopTimer*, void*) + 22
3   CoreFoundation                    0x3049df44 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 12
4   CoreFoundation                    0x3049db5e __CFRunLoopDoTimer + 790
5   CoreFoundation                    0x3049bee6 __CFRunLoopRun + 1214
6   CoreFoundation                    0x304067a4 CFRunLoopRunSpecific + 520
7   CoreFoundation                    0x30406586 CFRunLoopRunInMode + 102
8   WebCore                           0x38737ee0 RunWebThread(void*) + 416
9   libsystem_pthread.dylib           0x3b283956 _pthread_body + 138
10  libsystem_pthread.dylib           0x3b2838c6 _pthread_start + 98
11  libsystem_pthread.dylib           0x3b281ae4 thread_start + 4

I work on iOS plateform and user JS(webview). when iphone lock screen and open up screen. it easy to crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150120/07e6255e/attachment-0002.html>


More information about the webkit-unassigned mailing list