New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
miniparrot SEGV on Windows 7 with MSVC #1190
Comments
|
64bit only. to override most of the wrong strawberry perl mingw64 settings. |
|
Got msvc 17 now working... |
|
The exception happens in With mingw gdb I get the segv at |
|
It failed in 6.11.0 already, kinda bisecting now. I needed to patch env for the removed access to the _environ global. |
|
891dd90 broke win64 msvc on all nci calls, i.e. 6.11.0. of course, on win64 msvc long is only 4 bytes!! |
On win64 with msvc the size of long is 4. Broken with 6.11.0 Closes GH #1190
|
Pushed to master. Not sure yet if we should do a 7.0.2 hotfix for this. On my win64 msvc system environ access is also broken, which would require |
Trying to build the tagged RELEASE_7_0_1 gives:
Did the usual make realclean, git clean -fdx, and so forth. Nothing unusual otherwise, except perhaps that I configured with
--debuggingto get debug symbols.The text was updated successfully, but these errors were encountered: