microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.26k stars 130 forks source link

tslib 2.8.0: STATUS_BREAKPOINT in Edge #273

Closed Eugeno closed 1 month ago

Eugeno commented 1 month ago

Hello,

I might not be able to provide enough data for debugging, but I'll describe the issue just in case someone encounters something similar.

In my working Angular 18 app, I have a document upload functionality. After updating tslib from version 2.7.0 to 2.8.0, pressing the upload button crashes the entire app (with no errors in the console).

This only happens in Edge—everything works fine in Chrome. Additionally, this issue didn’t occur locally.

Rolling back to version 2.7.0 resolved the problem.

Eugeno commented 1 month ago

Well, it seems the issue is related to the Chromium engine or something else, as the error Error code: STATUS_ACCESS_VIOLATION now appears in both Chrome and Edge, but not in Firefox. Closing the issue.