Jump to content

Sierra RunShellScripts Error


This topic is 2740 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi There

 

After Update to MacOS Sierra the RunShellScripts throws an error and opens a Apple Crash Error.

Do you have any solution to this?

We have installed Java 8 Update 101


Here the binning of the error dup:
--------------------------------------

Process:               FileMaker Pro [3368]
Path:                  /Applications/FileMaker Pro 15 Advanced/FileMaker 15 Pro Advanced.app/Contents/MacOS/FileMaker Pro
Identifier:            FileMaker Pro
Version:               15.0.1 (15.0.1)
Code Type:             X86-64 (Native)
Parent Process:        FileMaker Pro [3065]
Responsible:           FileMaker Pro [3368]
User ID:               502

Date/Time:             2016-09-25 09:59:50.345 +0200
OS Version:            Mac OS X 10.12 (16A323)
Report Version:        12
Anonymous UUID:        FBACCE35-E01B-F253-63F1-3A47574A1E5E

Sleep/Wake UUID:       61F0854C-CDDF-4672-B438-C54763B59DCA

Time Awake Since Boot: 10000 seconds
Time Since Wake:       3900 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]

Application Specific Information:
BUG IN CLIENT OF LIBPLATFORM: Trying to recursively lock an os_unfair_lock

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_platform.dylib          0x00007fffcb438b44 _os_unfair_lock_recursive_abort + 23
1   libsystem_platform.dylib          0x00007fffcb438465 _os_unfair_lock_lock_slow + 181
2   libsystem_malloc.dylib            0x00007fffcb3c2fab free_tiny + 343
3   libclient64.dylib                 0x000000010d9fd290 0x10d821000 + 1950352
4   libjava.jnilib                    0x000000010df89daa Java_java_lang_UNIXProcess_forkAndExec + 2156
5   ???                               0x000000010dffeeee 0 + 4529843950
6   ???                               0x000000010dff396e 0 + 4529797486
7   ???                               0x000000010dff385a 0 + 4529797210
8   ???                               0x000000010dff39b3 0 + 4529797555
9   ???                               0x000000010dff39b3 0 + 4529797555
10 ???                               0x000000010dff3e8d 0 + 4529798797
11 ???                               0x000000010dff39b3 0 + 4529797555
12 ???                               0x000000010dff3e8d 0 + 4529798797
13 ???                               0x000000010dff3e8d 0 + 4529798797
14 ???                               0x000000010dff39b3 0 + 4529797555
15 ???                               0x000000010dff39b3 0 + 4529797555
16 ???                               0x000000010dff385a 0 + 4529797210
17 ???                               0x000000010dff3d34 0 + 4529798452
18 ???                               0x000000010dff385a 0 + 4529797210
19 ???                               0x000000010dfee438 0 + 4529775672
20  libclient64.dylib                 0x000000010d8b7994 0x10d821000 + 616852
21  libclient64.dylib                 0x000000010d8b7758 0x10d821000 + 616280
22  libclient64.dylib                 0x000000010d8c65bc 0x10d821000 + 677308
23  libclient64.dylib                 0x000000010db90623 0x10d821000 + 3601955
24  com.prosc.jack3                   0x00000001151e6bda 0x1151e4000 + 11226
25  com.prosc.jack3                   0x00000001151e7006 doGenericFunction + 374
26  com.filemaker.dbengine.framework    0x0000000107d25f9f Draco::DBCalcSolver::SolvePlugins(Draco::DBError&) + 1107
27  com.filemaker.dbengine.framework    0x0000000107d20f61 Draco::DBCalcSolver::SolvePolish(Draco::DBDataArg&, unsigned short) + 4371
28  com.filemaker.dbengine.framework    0x0000000107cf04c3 Draco::DBCalcFormula::Solve(Draco::DBData&, Draco::DBCursor const*, Draco::DBCursor const*, Draco::DBData const*, Draco::DBFieldSpec const*, Draco::DBField const*, unsigned short) const + 473
29  com.filemaker.fmengine.framework    0x0000000107675dc9 Draco::FMWindowModel::SolveCalculation(Draco::DBData&, Draco::DBCalcFormula*, short, bool, Draco::DBCursor const*) + 209
30  com.filemaker.fmengine.framework    0x000000010767c911 Draco::ScriptRuntimeBase::SolveCalculation(Draco::DBData&, short, short, bool, Draco::DBCursor const*, Draco::FMWindowModel*, bool) + 157
31  com.filemaker.fmengine.framework    0x000000010767fa28 Draco::ScriptRuntimeBase::DoSetVariable(Draco::unistring*) + 596
32  com.filemaker.fmengine.framework    0x000000010767dbd8 Draco::ScriptRuntimeBase::Execute() + 1450
33  com.filemaker.fmengine.framework    0x000000010767d599 Draco::ScriptRuntimeBase::DoNextStep() + 313
34  com.filemaker.fmengine.framework    0x000000010767d3f9 Draco::ScriptRuntimeBase::DoRunLoop() + 203
35  com.filemaker.client.advanced12    0x0000000105584fb0 ScriptRuntime::OnIdle() + 72
36  com.filemaker.fmengine.framework    0x000000010766ab37 Draco::FMSession::OnIdle(bool) + 69

 

Link to comment
Share on other sites

Hi phofstetter,

The modules that are included in the ScriptMaster.fmp12 file are for example purposes only so they may not work in all situations and environments. With that being said, I am able to use the module in Sierra with the example shell script without issue. Have you modified the module at all? If so, what does the script do? What error are you seeing?

Link to comment
Share on other sites

Hi 

The sample Files works also on my side. I am using a shell script to start a python script on a windows server. That worked perfectly before the upgrade to Sierra.

No need anymore for a solution. I switched to a other Plugin Base-Elements that works perfectly.

 

Regards

Philipp

Link to comment
Share on other sites

This topic is 2740 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.