Ignore:
Timestamp:
May 13, 2017, 1:32:59 PM (8 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r216808.
https://bugs.webkit.org/show_bug.cgi?id=172075

caused lldb to hang when debugging (Requested by smfr on
#webkit).

Reverted changeset:

"Use Mach exceptions instead of signals where possible"
https://bugs.webkit.org/show_bug.cgi?id=171865
http://trac.webkit.org/changeset/216808

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSLock.cpp

    r216808 r216827  
    3131#include "WasmMachineThreads.h"
    3232#include <thread>
    33 #include <wtf/Threading.h>
    34 #include <wtf/threads/Signals.h>
    3533
    3634namespace JSC {
     
    151149#endif
    152150
    153 #if HAVE(MACH_EXCEPTIONS)
    154     registerThreadForMachExceptionHandling(&Thread::current());
    155 #endif
    156 
    157151    m_vm->traps().notifyGrabAllLocks();
    158152
Note: See TracChangeset for help on using the changeset viewer.