Displaying 2 results from an estimated 2 matches for "msvcrt__wsopen_s".
2013 May 03
1
Regression: IDA + IDAPython not opening
...;, line 62, in <module>
import os
RuntimeError: unable to get file status from 'C:\Python27\Lib\os.py'
I can run Python alone just fine though:
$ wine 'C:\Python27\python.exe'
fixme:ole:CoInitializeSecurity
(0x5307a0,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x81b6 ignored
fixme:msvcr...
2016 Oct 24
2
err:seh:setup_exception stack overflow in own application
...ler and Intels MKL.
Now I cross-compile the code using mingw 6.2.0 from openSUSE. We have
a testsuite for our code with 150 complete test runs (the whole
application runs with different input).
Out of these about 70 fail and the most common error (40) is of this type.
ERROR: RV=1 : fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
err:seh:setup_exception stack overflow 1712 bytes in thread 0026 eip
000000007bc654c9 esp 0000000000130f50 stack 0x130000-0x131000-0x330000
Any hints? Links? Apporaches to debug the stuff?
It runs on openSUSE tumbleweed with wine-1.9.20
Thanks