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

zygote crashed on a recursion based deep learning #616

Closed
freddycct opened this issue Apr 25, 2020 · 3 comments
Closed

zygote crashed on a recursion based deep learning #616

freddycct opened this issue Apr 25, 2020 · 3 comments

Comments

@freddycct
Copy link

julia: /buildworker/worker/package_linux64/build/src/codegen.cpp:4254: jl_cgval_t emit_expr(jl_codectx_t&, jl_value_t*, ssize_t): Assertion `nargs <= (((jl_datatype_t*)(jl_svecref(((jl_datatype_t*)(ty))->parameters, 0)))->layout->nfields) + 1' failed.

signal (6): Aborted
in expression starting at /home/fchua/cfg/jl/main.jl:261
gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x7f8f22362bd6)

zygote_dump.txt

@CarloLucibello
Copy link
Member

you should provide a MWE

@freddycct
Copy link
Author

you should provide a MWE

Segmentation faults, memory allocation, memory mismanagement leads to random crashes. I can't reproduce it in a small example.

@freddycct
Copy link
Author

JuliaLang/julia#14495

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants