Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segfault in complex copy #161

Closed
ViralBShah opened this issue Jul 31, 2011 · 0 comments
Closed

segfault in complex copy #161

ViralBShah opened this issue Jul 31, 2011 · 0 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@ViralBShah
Copy link
Member

I get this segfault on both mac and linux:

julia> A = rand(4,4)+im*rand(4,4)
0.17584250149951708 + 0.6877470544767339im 0.88135612335715074 + 0.173745331891624im 0.62363835972801351 + 0.02248435353017464im 0.44157952007352708 + 0.87347003136362589im
0.4719037566556048 + 0.96752248726679224im 0.81421101192722722 + 0.04531975639747921im 0.69193175151875486 + 0.56105188807170214im 0.97064152823832361 + 0.07082139358179451im
0.92940422889796293 + 0.26704916541357693im 0.31181040954517081 + 0.91672322585516786im 0.77870577184140521 + 0.88608334387021492im 0.8386925895590871 + 0.38267280920514213im
0.89023876614904984 + 0.39396178263892545im 0.92978669620847909 + 0.84606749473374232im 0.91621144604940885 + 0.68185286607326945im 0.57967078512571946 + 0.29382021829615756im

julia> copy(A)
Segmentation fault

julia> copy
Methods for generic function copy
copy((Any...,),)
copy(Expr,)
copy(SubArray{T,N,A<:AbstractArray{T,N},I<:(Union(Int,AbstractArray{T<:Int,1})...,)},)
copy(DArray{T,N,distdim},)
copy(AbstractArray{T,N},)
copy(ANY,)

What is the last method for type ANY? Is this by design, or is it a bug?

@ghost ghost assigned JeffBezanson Jul 31, 2011
StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
KristofferC pushed a commit that referenced this issue Aug 25, 2023
Stdlib: Tar
URL: https://github.com/JuliaIO/Tar.jl.git
Stdlib branch: master
Julia branch: master
Old commit: ff55460
New commit: 81888a3
Julia version: 1.11.0-DEV
Tar version: 1.10.0 (Does not match)
Bump invoked by: @DilumAluthge
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaIO/Tar.jl@ff55460...81888a3

```
$ git log --oneline ff55460..81888a3
81888a3 Correct some typos (#159)
a82ddde Fix some issues found by JET (#162)
6c51ea7 Give hint about possible insufficient storage on error message (#161)
84e6571 minimize impact of invalidations due to uninferred `ctx` (#158)
b0b8ec7 Merge pull request #157 from JuliaIO/dependabot/github_actions/actions/checkout-3
24bb56d Merge pull request #156 from JuliaIO/dependabot/github_actions/codecov/codecov-action-3
9f7d944 Merge pull request #155 from JuliaIO/dependabot/github_actions/actions/cache-3
d14feb4 Bump actions/checkout from 2 to 3
f149f85 Bump codecov/codecov-action from 1 to 3
ea228f2 Bump actions/cache from 1 to 3
4b54b0c Merge pull request #153 from ranocha/hr/dependabot
c70adcb enable dependabot for GitHub actions
cf089ab fix some sources of invalidations (#152)
```

Co-authored-by: Dilum Aluthge <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants