https://bugs.winehq.org/show_bug.cgi?id=46028
Bug ID: 46028 Summary: Provide separate debug/symbol info files (.pdb) for 32-bit and 64-bit Wine-Gecko 2.47+ package (unstripped 32-bit 'xul.dll' too large to be mapped) Product: Wine-gecko Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wine-gecko-unknown Assignee: jacek@codeweavers.com Reporter: focht@gmx.net Distribution: ---
Hello folks,
while investigating some crashes in Gecko's xul.dll I came across the missing debug symbols again. Bug 36941 repeated.
https://wiki.winehq.org/Gecko#Debug_info
For the 32-bit part this is pointless as the unstripped 32-bit 'xul.dll' will be always be too large for mapping. Split out symbols via PDB is a must.
* http://dl.winehq.org/wine/wine-gecko/2.36/wine_gecko-2.36-x86-dbg-msvc-pdb.t... * http://dl.winehq.org/wine/wine-gecko/2.40/wine_gecko-2.40-x86-dbg-msvc-pdb.t... * http://dl.winehq.org/wine/wine-gecko/2.44/ -> ??? * http://dl.winehq.org/wine/wine-gecko/2.47/ -> ???
$ wine --version wine-3.18-118-g377243b411
Regards