https://bugs.winehq.org/show_bug.cgi?id=49838
Bug ID: 49838 Summary: Backtraces no longer contain symbols Product: Wine Version: 5.6 Hardware: x86-64 OS: Linux Status: NEW Keywords: download, regression, source, testcase Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: jacek@codeweavers.com Distribution: ---
Created attachment 68177 --> https://bugs.winehq.org/attachment.cgi?id=68177 test winelib app (source + binary)
Attached archive contains simple console test with pre-built binary that intentionally crashes in its main(). Starting with the following commit
cf6bbb96d0417b0a86d06c4b000592e4c870b5ee is the first bad commit commit cf6bbb96d0417b0a86d06c4b000592e4c870b5ee Author: Jacek Caban jacek@codeweavers.com Date: Mon Apr 6 19:43:35 2020 +0200
dbghelp: Build with ucrtbase.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
Wine no longer provides symbolic info in the backtrace.