http://bugs.winehq.org/show_bug.cgi?id=34588
--- Comment #3 from André H. nerv@dawncrow.de 2013-11-11 15:35:42 CST --- (In reply to comment #2)
(In reply to comment #1)
have you used some special compiler/linker/configure flags?
options for configure were CFLAGS="-g -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp" --prefix=/mnt/utmp/wine
does it help to rebuild secur32, rpcrt4 and the test?
The build tree gets removed before starting a new build, what can i do more?
I was only able to compile Wine with configure options CFLAGS="-g -mcpu=cortex-a8 -mfpu=neon" and still can't reproduce this bug :(
A wild guess... Could you please add some ERRs or TRACEs in SECUR32_initializeProviders to see which fails? (in case it is there) and then iterate that way through the subfunction that might crashed until you find the point where that happens. Of course you could also run Wine in GDB...