Looping YieldToNextThread Crash

Mac OS X 10.10.5
Xojo 2015r3 or r4

Hi,

I had a crash with two of mine applications at the same time having the exact same problem.
Observe that it is two totally different applications, not two instances of the same application.

It looks like the the applications runs into recursion land doing YieldToNextThread.

As I mentioned: exact the same error in the crash reporter in both applications at the same time…

Have anyone seen something similar to this?

[code]Crashed Thread: 2

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000b04a4ffc

Thread 2 Crashed:
0 com.xojo.XojoFramework 0x00a09ea4 StringFromCFString + 2556
1 com.xojo.XojoFramework 0x00a09e34 StringFromCFString + 2444
2 com.xojo.XojoFramework 0x00a0b69b YieldToNextThread + 1343
3 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
4 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
5 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
6 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
7 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
8 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
9 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
.
.
.
509 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
510 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
511 com.xojo.XojoFramework 0x00a0b6e3 YieldToNextThread + 1415
[/code]

Agree that looks like recursion / stack overflow.

32 or 64 bit app?

It is 32 bit