logoalt Hacker News

spacechild106/15/20251 replyview on HN

Why? If the bound (member) function crashes, you should get a perfectly useable crash report. AFAIU his problem was that lambdas are anonymous function objects. This is not the case here, because the actual code resides in a regular (member) function.


Replies

dustbunny06/15/2025

Does a stack trace from a crash in a bound function show the line number of where the bind() took place?

show 2 replies