François-Xavier Bourlet

Results 107 comments of François-Xavier Bourlet

It most likely fails to open the source files with relative path. You must run your binary with a "current working directory" that matches the relative paths. Another option is...

There is no such mechanism. But feel free to fork and adapt it to your needs. The `Printer` uses the filename from the debug info verbatim. You could add some...

I will gladly merge a pull request. I don't know enough of CMake to quickly fix it, and this is not something I want to spend time on.

I think map files are external debug information outside of the executable on Microsoft Windows? I don't think backward-cpp supports that (I don't know much about Windows). But you might...

What do you mean by cannot output? Please expand. What was the output you expected and what did you end up seeing instead. Could it be that oneapi is setting...

https://www.man7.org/linux/man-pages/man7/signal.7.html > Signal mask and pending signals Each thread in a process has an independent signal mask, which indicates the set of signals that the thread is currently blocking. A...

Thanks for the code. If I understand correctly, it serializes the execution of the signal handler. In other words, the signal handler can never be executed concurrently on multiple threads,...

Got it, thank you for investigating. I will have to spend some time on this.

without the necessary libraries it won't be able to read the debug symbols. this might be the reason On Thu, Jun 22, 2023, 00:56 jbongseo ***@***.***> wrote: > Following is...

Sadly I don't know anything about conan (and not much about CMake)! I accepted pull requests from kind people :D On Thu, Jun 22, 2023, 17:21 jbongseo ***@***.***> wrote: >...