http://bugs.winehq.org/show_bug.cgi?id=20201
Summary: winetest64 no longer runs on 64-bit wine Product: Wine Version: 1.1.30 Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: download, regression, testcase, win64 Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: dylan.ah.smith@gmail.com
Not sure if it should be a blocker or not, since it's 64-bit wine...
In today's git, running ./wine winetest64-latest.exe fails after extracting qmgr with: Extracting: qmgr (66 of 100) fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:msvcrt:__lconv_init stub fixme:seh:execute_cfa_instructions 7ffba6038bc3: DW_CFA_remember_state not implemented fixme:seh:execute_cfa_instructions 7ffba6038bd0: DW_CFA_restore_state not implemented err:seh:call_stack_handlers no exception data found in system library for function 0 err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ffba603642c
Regression testing shows: austin@midna:~/64-wine-git$ git bisect good fd3c8335fd91e9a1952eabf4abd1cf8b5631dfd5 is first bad commit commit fd3c8335fd91e9a1952eabf4abd1cf8b5631dfd5 Author: Dylan Smith dylan.ah.smith@gmail.com Date: Mon Sep 28 03:48:38 2009 -0400
secur32: Free schannel handle table.
The table is initialized on process attach, and should be freed on process detach (which is where SECUR32_deinitSchannelSP gets called).
which doesn't really make sense to me...but reverting that patch does indeed let winetest64 run to completion....