revert, signal handler breaks the exception handler. Unfortunally throwing an exception causes a signal and not an exception. If I use a signal handler rather than the exception handler, all unforeseen errors will cause SM to just die with no backtrace.
This commit is contained in:
@@ -522,7 +522,6 @@
|
|||||||
AADB4F5B04D9220700D02EE9,
|
AADB4F5B04D9220700D02EE9,
|
||||||
AA0E393604DA8EE700D02EE9,
|
AA0E393604DA8EE700D02EE9,
|
||||||
AAF4310004DC98BC00D02EE9,
|
AAF4310004DC98BC00D02EE9,
|
||||||
AAF4310204DD288800D02EE9,
|
|
||||||
);
|
);
|
||||||
isa = PBXHeadersBuildPhase;
|
isa = PBXHeadersBuildPhase;
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
@@ -776,7 +775,6 @@
|
|||||||
AA0E393504DA8EE700D02EE9,
|
AA0E393504DA8EE700D02EE9,
|
||||||
AA52E9BE04DBBCF400D02EE9,
|
AA52E9BE04DBBCF400D02EE9,
|
||||||
AAF430FF04DC98BC00D02EE9,
|
AAF430FF04DC98BC00D02EE9,
|
||||||
AAF4310304DD288800D02EE9,
|
|
||||||
);
|
);
|
||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
@@ -9556,18 +9554,6 @@
|
|||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = scripts/make_dist.sh;
|
shellScript = scripts/make_dist.sh;
|
||||||
};
|
};
|
||||||
AAF4310204DD288800D02EE9 = {
|
|
||||||
fileRef = AADB4E8C04D50FB900D02EE9;
|
|
||||||
isa = PBXBuildFile;
|
|
||||||
settings = {
|
|
||||||
};
|
|
||||||
};
|
|
||||||
AAF4310304DD288800D02EE9 = {
|
|
||||||
fileRef = AADB4E8B04D50FB900D02EE9;
|
|
||||||
isa = PBXBuildFile;
|
|
||||||
settings = {
|
|
||||||
};
|
|
||||||
};
|
|
||||||
AAF580A004B26FE200D02EE9 = {
|
AAF580A004B26FE200D02EE9 = {
|
||||||
fileRef = AA8B6C7904AFD87300D02EE9;
|
fileRef = AA8B6C7904AFD87300D02EE9;
|
||||||
isa = PBXBuildFile;
|
isa = PBXBuildFile;
|
||||||
|
|||||||
Reference in New Issue
Block a user