[Bug 15489] Build should optionally produce .pdb file suitable for use with symbol server

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 9 03:54:58 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=15489

--- Comment #3 from Austin English <austinenglish at gmail.com> ---
This would also potentially be useful for valgrind + wine's test. The loader
tests show:
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so loader && touch loader.ok
==30892== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30892_8de13308
is empty
==30892== Warning: Missing or un-stat-able
/home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2ab4.pdb
loader.c:459: Test failed: 2: 0x10002000 != 0
loader.c:460: Test failed: 2: 1 != 0
loader.c:462: Test failed: 2: 2000 != MEM_FREE
loader.c:463: Test failed: 2: 20000 != 0
==30892== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30892_8de13308
is empty
==30892== Warning: Missing or un-stat-able
/home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2b8c.pdb
loader.c:459: Test failed: 3: 0x10002000 != 0
loader.c:460: Test failed: 3: 1 != 0
loader.c:462: Test failed: 3: 2000 != MEM_FREE
loader.c:463: Test failed: 3: 20000 != 0
==30892== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30892_8de13308
is empty
==30892== Warning: Missing or un-stat-able
/home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2bb0.pdb
loader.c:459: Test failed: 4: 0x10001000 != 0
loader.c:460: Test failed: 4: 1 != 0
loader.c:462: Test failed: 4: 2000 != MEM_FREE
loader.c:463: Test failed: 4: 20000 != 0
==30892== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30892_8de13308
is empty
==30892== Warning: Missing or un-stat-able
/home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2bee.pdb
loader.c:459: Test failed: 6: 0x10002000 != 0
loader.c:460: Test failed: 6: 1 != 0
loader.c:462: Test failed: 6: 2000 != MEM_FREE
loader.c:463: Test failed: 6: 20000 != 0
==30892== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30892_8de13308
is empty
==30892== Warning: Missing or un-stat-able
/home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c13.pdb
loader.c:459: Test failed: 7: 0x10002000 != 0
loader.c:460: Test failed: 7: 1 != 0
loader.c:462: Test failed: 7: 2000 != MEM_FREE
loader.c:463: Test failed: 7: 20000 != 0
==30892== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30892_8de13308
is empty

though it's a lot of work for a niche gain.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list