Closed JoshCheek closed 7 years ago
Okay, the reason is that the producer is receiving the full path to the filename, even though the program is being run with just the relative path. So when it filters the backtrace, it's using a superset of the filename, which causes it to not find the file in the backtrace, which causes it to use -1
as the backtrace line number.