Post AxCIq0qHewDN9yaMSW by [email protected] | |
More posts by [email protected] | |
Post #AxCEYOSSiaA7NEmnzs by [email protected] | |
0 likes, 1 repeats | |
Weirdly getting off-by-one issues with decode_stacktrace.sh-reported lines from… | |
Post #AxCEeY9XaO0LBAs5XU by [email protected] | |
0 likes, 1 repeats | |
...but not always?? :/ | |
Post #AxCHg8rcsdbxBkwVu4 by [email protected] | |
0 likes, 1 repeats | |
@ljs there are some complications in unwinding where saved return addresses poi… | |
Post #AxCHgSu8N1V7LKGnaa by [email protected] | |
0 likes, 1 repeats | |
@jann hm under what circumstances would that happen? Some weird thing of some a… | |
Post #AxCHpdID7GFuATu2yW by [email protected] | |
0 likes, 1 repeats | |
@jann actually sorry it's +1 actually to be clear | |
Post #AxCIWCcg9LfxuAm9lQ by [email protected] | |
0 likes, 1 repeats | |
@ljs ah, no, this is just something that always happens. call saves the address… | |
Post #AxCIiZ2MdjMitegU9A by [email protected] | |
0 likes, 1 repeats | |
@jann ah yeah there was in fact a page fault so that's interesting then! | |
Post #AxCIq0jY3ypKp5Qyxc by [email protected] | |
0 likes, 0 repeats | |
@jann @ljs If I'm pedantic, CPU faults save the current instruction pointer… | |
Post #AxCIq0qHewDN9yaMSW by [email protected] | |
0 likes, 1 repeats | |
@ptesarik @jann If? :P | |
Post #AxCJFITpDfvb6O8Z96 by [email protected] | |
0 likes, 1 repeats | |
@ptesarik @ljs and calls are none of those things and yet are also prominently … | |
Post #AxCJJTsamKdHcCiVCy by [email protected] | |
0 likes, 1 repeats | |
@ljs FWIW I think if you use ORC unwinding, that will try hard to give you an a… | |
Post #AxCJp3gZhaQfdw9YJc by [email protected] | |
0 likes, 0 repeats | |
@ljs (the big downside of ORC is that it is pretty slow because it has to const… | |
Post #AxCJp3mxJrX7xj8eGG by [email protected] | |
0 likes, 1 repeats | |
@jann which flag gets you that? | |
Post #AxCK5ENnhKNPSA5Dns by [email protected] | |
0 likes, 1 repeats | |
@ljs CONFIG_UNWINDER_ORC | |
Post #AxCK7MkjY99XzVpOsK by [email protected] | |
0 likes, 1 repeats | |
@jann BUT SIR HAS THAT SET | |
Post #AxCKQfcdcMui12FKwS by [email protected] | |
0 likes, 1 repeats | |
@ljs so where was the wrong line number? on the first line the unwinder printed… | |
Post #AxCLDbDMnHRsXFkzmC by [email protected] | |
0 likes, 1 repeats | |
@jann no prior in the stack actually | |
Post #AxCM3yF4QJ7d0oWhjE by [email protected] | |
0 likes, 1 repeats | |
@jann my brain is not functioning today btw, not well lol so do bear with me | |
Post #AxCNfxMsDnhXG8qy1o by [email protected] | |
0 likes, 1 repeats | |
@ljs uuh, weird... I guess maybe worth making sure that the compiler generated … | |
Post #AxCNjjMcEMX8z6X476 by [email protected] | |
0 likes, 1 repeats | |
@ljs objdump can show line number info if you disassemble with "-l" o… | |
Post #AxCTwOed8ebOFFNhlQ by [email protected] | |
0 likes, 1 repeats | |
@jann this is a good percentile for diagnosing problems in general :P | |
Post #AxCaGTgwidR9NuQIoC by [email protected] | |
0 likes, 1 repeats | |
@jann Here's an exampleRIP correct (though annoyingly generated generic int… |