• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / libwallet / 26343823650
22%

Build:
DEFAULT BRANCH: master
Ran 23 May 2026 09:20PM UTC
Jobs 1
Files 123
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 May 2026 09:19PM UTC coverage: 22.08%. Remained the same
26343823650

push

github

MagicalTux
dart/ios: force static_framework so Go runtime isn't initialised twice

When the host app's Podfile uses `use_frameworks!` (Flutter default
on Swift-using projects), CocoaPods wraps every pod into a dynamic
framework. That meant libwallet's static Go archive ended up in
TWO places:

  - inside Runner.app/Frameworks/libwallet.framework/libwallet
    (the dylib CocoaPods built from the xcframework's .a slice)
  - statically linked into Runner itself, via the -force_load
    flag s.user_target_xcconfig sets so dlsym lookups resolve

Two Go runtimes fight over signal-handler ownership; one of them
loses and the process SIGABRTs from runtime.raise_trampoline.abi0
on a worker thread (usually while another thread is mid-getaddrinfo
on a chain RPC lookup). Reported as a recurring TestFlight crash on
net.tibane.tibaneapp build 54, diagnosed from the crash log binary
images and stack traces (both `libwallet` and `Runner` carry Go
runtime symbols).

Adding `s.static_framework = true` to the podspec tells CocoaPods
to keep this pod as a static archive regardless of `use_frameworks!`.
The dylib copy goes away; -force_load stays; Go runtime exists
exactly once, inside Runner.

CHANGELOG entry under 0.4.43.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

4027 of 18238 relevant lines covered (22.08%)

104.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26343823650.1 23 May 2026 09:20PM UTC 123
22.08
GitHub Action Run
Source Files on build 26343823650
  • Tree
  • List 123
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26343823650
  • 85f99232 on github
  • Prev Build on master (#26338579567)
  • Next Build on master (#26345027438)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc