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

JuliaLang / julia / 1595
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 01 Mar 2026 08:49PM UTC
Jobs 3
Files 350
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

01 Mar 2026 03:46PM UTC coverage: 76.822%. First build
1595

push

buildkite

web-flow
SharedArrays: Skip a `finally` step if we throw before the `shmmem_create_pid` local is defined (#61141)

In theory, if we throw on line 116 (e.g. if `getpid()` or `randstring()`
throws), then we'll enter the `finally` block before we ever define
`shmmem_create_pid`. I think this case is unlikely, but if we do hit it,
we can't perform the `remotecall_fetch` call in the `finally` block,
because `shmmem_create_pid` won't be defined.

So this PR checks if `shmmem_create_pid` is defined before doing the
`remotecall_fetch` call.

Alternatively, we could lift lines 116 and 117 out of the `try` block,
at which point it will no longer be possible (as far as I can tell) for
us to throw before defining `shmmem_create_pid`.

---

Detected by JET.

1 of 1 new or added line in 1 file covered. (100.0%)

63470 of 82620 relevant lines covered (76.82%)

23642030.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1595 linux-coverage - 1595 01 Mar 2026 11:42PM UTC 349
75.49
1595 windows-coverage - 1595 02 Mar 2026 01:37AM UTC 319
75.09
1595 macos-coverage - 1595 01 Mar 2026 08:49PM UTC 350
75.09
Source Files on build 1595
  • Tree
  • List 350
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7f1add24 on github
  • Prev Build on main (#1581)
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