Closed lt72 closed 8 years ago
REPRO:
1) enable timers on LPC1768 simple makefile project by commenting these lines on top of Program.cs
#if !LPC1768 #if !STM32F091 #define USE_THREADING_TIMER #endif #endif
2) disable Conservative GC
3) build with ref counting enabled and deploy/run under debugger
will crash in Timer callback right after a release
REPRO:
1) enable timers on LPC1768 simple makefile project by commenting these lines on top of Program.cs
2) disable Conservative GC
3) build with ref counting enabled and deploy/run under debugger
will crash in Timer callback right after a release