crash compiling simple code on windows #71490
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
crash
Bug: A crash, i.e., an abnormal termination of software
Windows
Platform: Windows
Description
The simple code below crashes when compiled on windows, but only when run with .interoperabilityMode(.Cxx) (commenting out that swift setting fixes the problem)
Reproduction
Stack dump
Expected behavior
compilation (this is part of a larger method that reads the parent pid)
Environment
Swift version 5.9.1 (swift-5.9.1-RELEASE)
Target: x86_64-unknown-windows-msvc
Additional information
No response
The text was updated successfully, but these errors were encountered: