Interop: prevent libclang from installing signal handlers
because it leads to JVM crashes
This commit is contained in:
@@ -8,7 +8,9 @@
|
|||||||
<option name="ALTERNATIVE_JRE_PATH" />
|
<option name="ALTERNATIVE_JRE_PATH" />
|
||||||
<option name="PASS_PARENT_ENVS" value="true" />
|
<option name="PASS_PARENT_ENVS" value="true" />
|
||||||
<module name="StubGenerator" />
|
<module name="StubGenerator" />
|
||||||
<envs />
|
<envs>
|
||||||
|
<env name="LIBCLANG_DISABLE_CRASH_RECOVERY" value="1" />
|
||||||
|
</envs>
|
||||||
<method />
|
<method />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -8,7 +8,9 @@
|
|||||||
<option name="ALTERNATIVE_JRE_PATH" />
|
<option name="ALTERNATIVE_JRE_PATH" />
|
||||||
<option name="PASS_PARENT_ENVS" value="true" />
|
<option name="PASS_PARENT_ENVS" value="true" />
|
||||||
<module name="StubGenerator" />
|
<module name="StubGenerator" />
|
||||||
<envs />
|
<envs>
|
||||||
|
<env name="LIBCLANG_DISABLE_CRASH_RECOVERY" value="1" />
|
||||||
|
</envs>
|
||||||
<method />
|
<method />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
Reference in New Issue
Block a user