Andy Bulka

Results 138 comments of Andy Bulka

It would be a shame to close this issue. Crashing soon after duplicating photos is a serious problem.

Confirmed the bug is still there in version `5.2.1`. Makes it impossible to use the duplicates feature unless I quit and restart Darktable after each duplicate is made.

We are talking about running on Silicon Mac, right? I can reproduce 100% though not always with a known series of steps. It happens within a a minute or two...

1. Yes its the latest `tinygo version 0.38.0 darwin/arm64 (using go version go1.24.3 and LLVM version 19.1.2)` with multicore support for rp2040. 2. No, interestingly it doesn't reproduce on my...

Wow, running with the single core scheduler works fine. tinygo flash -target=pico --monitor -scheduler tasks ./cmd-demos/bug-tg

Have ordered a pico debug kit - will let you know.

My findings: - `gdb` on pico doesn’t work properly with the normal dual core scheduler. - `Sleep()` commands freeze with any scheduler. - `print()` statements are not visible anywhere. ##...

Thanks for the tip re `-serial uart` that worked. Removing `-opt 0` makes no difference, unfortunately.