JuliaMath / JuliaMath/SpecialFunctions.jl

Segfault in besselj

Open
#446 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
381
Forks
113
Avg merge
1d 23h
Merged PRs (30d)
1

Description

Hi!

SymbolicUtils fuzzer has been running into this segfault https://github.com/JuliaSymbolics/SymbolicUtils.jl/actions/runs/5789352420/job/15690225727?pr=538#step:7:3085

The fuzzer was trying to run
```julia
function foo(a, b, c) SpecialFunctions.besselj(b / NaNMath.acosh(a), acscd(c)) end
```

The arguments were

```
0.5111444990544858, 78, -13
```
or
```
0.5111444990544858, -13, 78
```
I could not reproduce this on my machine which is a Mac.

SpecialFunctions version is SpecialFunctions v2.3.0

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.