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

Bus error from b64f08784cc50861dec80c26fce715982c02c9e9 #3525

Closed
ksss opened this issue Mar 18, 2017 · 1 comment
Closed

Bus error from b64f08784cc50861dec80c26fce715982c02c9e9 #3525

ksss opened this issue Mar 18, 2017 · 1 comment

Comments

@ksss
Copy link
Contributor

ksss commented Mar 18, 2017

compile warnings from macOS & clang.

CC    src/vm.c -> build/test/src/vm.o
/Users/ksss/src/github.com/ksss/mruby/src/vm.c:1210:11: warning: variable 'ci' is uninitialized when used here [-Wuninitialized]
          ci->nregs = bidx+1;
          ^~
/Users/ksss/src/github.com/ksss/mruby/src/vm.c:1192:23: note: initialize the variable 'ci' to silence this warning
      mrb_callinfo *ci;
                      ^
                       = NULL
1 warning generated.
$ mruby -e 'a(&1)'
[1]    79295 bus error  ./build/host/bin/mruby -e 'a(&1)'
@ksss
Copy link
Contributor Author

ksss commented Mar 18, 2017

Maybe from here b64f087

@matz matz closed this as completed in 00427d4 Mar 18, 2017
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

1 participant