Bug 195829 - Investigate why a ObjectPropertyCondition's m_object can be dead when a watchpoint fires.
Summary: Investigate why a ObjectPropertyCondition's m_object can be dead when a watch...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-15 15:45 PDT by Mark Lam
Modified: 2019-03-15 15:45 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2019-03-15 15:45:46 PDT
If the m_object is dead, the watchpoint should have been removed already.  However, we're finding this to not be the case in https://bugs.webkit.org/show_bug.cgi?id=195827.  Investigate why this is and remove the isStillLive checks if they are no longer necessary.