rts: assert pointer is indeed heap allocated in Bdescr()
This commit adds an assertion to Bdescr() to assert the pointer is indeed heap allocated. This is useful to rule out RTS bugs that attempt to access non-existent block descriptor of a static closure, #24492 being one such example.
Loading
-
mentioned in commit 51684879
-
mentioned in commit 4eab78d1
-
mentioned in commit 18bbd355
-
mentioned in commit 1738e7b3
-
mentioned in commit 8af2c3fd
-
mentioned in commit 5e1db503
-
mentioned in commit 2ae7ef3f
-
mentioned in commit 5ab13929
-
mentioned in commit ffab28a3
-
mentioned in commit 4f0ae8f2
-
mentioned in commit f350c741
-
mentioned in commit 23d06bd6
-
mentioned in commit 168036df
-
mentioned in commit 12993f1e
-
mentioned in commit d60121e9
-
mentioned in commit 57661d96
Please register or sign in to comment