aleclearmind

Results 124 comments of aleclearmind
trafficstars

We need to integrate the precious suggestions by [mstorsjo](https://github.com/ClangBuiltLinux/llvm-distributors-conf-2021/issues/6#issuecomment-921581770).

Thanks for reporting this. We'll look into it. Unfortunately the person familiar with that part of the code (me `:)`) is going to be off until Sep 28th. I'll give...

This is a rather large program 376 KiB of `.text`, but not gigantic. Debugging the crash is not straightforward since the IR gets very big. We've been having overly large...

OK, we're trying to translate data as Thumb code, specifically within the `(anonymous namespace)::grayColors` variable (starting at `0x50b66`). Solutions: 1. Exploit symbols distinguishing data in `.text` from actual code. I...

OK, despite having merged `feature/drop-sections` we still have lifting problems. The main problem seems to be the fact that this binary maps code a `NULL`: ```$ readelf -S pinetime-app-1.13.0.out There...

> I failed to translate Can you report the precise error? > Do you have a plan to deal with these problems? We plan to handle crashes during translation, but...

Can you please attach an example binary? Thanks.

A bug report requires you to attach a reproducer. "Guesses" about what is the reasons for something failing are not useful and are counterproductive. @pvasilek: please refrain from doing that....

I'm afraid we can't provide access to those. They are not not public symbols in the shared libraries provided by LLVM libraries. You can check out the available `LLVMInitialize*` symbols...

> can you grep for "JNI FatalError called: (system_server) Not allowlisted" at the logs? Can't find anything similar. ``` $ grep -i 'allow.*system_server' log.log | wc -l 0 $ grep...