You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests with ASAN, it died like this once:
/Users/kling/src/ladybird/Libraries/LibIPC/Connection.cpp:46:56: runtime error: member access within address 0x613000002500 which does not point to an object of type 'IPC::ConnectionBase'
0x613000002500: note: object has invalid vptr
00 00 00 00 a5 18 00 00 00 00 00 00 00 00 00 00 be be be be 00 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
invalid vptr
The text was updated successfully, but these errors were encountered:
When running tests with ASAN, it died like this once:
The text was updated successfully, but these errors were encountered: