<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Modern IDB: After a JS breakpoint is hit during an active transaction, the transaction is erroneously flagged as inactive"
href="https://bugs.webkit.org/show_bug.cgi?id=158532#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Modern IDB: After a JS breakpoint is hit during an active transaction, the transaction is erroneously flagged as inactive"
href="https://bugs.webkit.org/show_bug.cgi?id=158532">bug 158532</a>
from <span class="vcard"><a class="email" href="mailto:beidson@apple.com" title="Brady Eidson <beidson@apple.com>"> <span class="fn">Brady Eidson</span></a>
</span></b>
<pre>This is because transactions try to monitor VM scope to deactivate when the VM returns (e.g. event handling, etc etc)
In IDBTransaction::IDBTransaction:
vm.whenIdle([self, this]() {
deactivate();
});
That assumption breaks down during JS debugging.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>