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

Stack Overflow sending simple message to empty list #111

Open
edcrypt opened this issue Nov 17, 2016 · 3 comments
Open

Stack Overflow sending simple message to empty list #111

edcrypt opened this issue Nov 17, 2016 · 3 comments

Comments

@edcrypt
Copy link

edcrypt commented Nov 17, 2016

The culprit: "at: 0 WithKey: 0"

On ubuntu, with a world built from master revision 8c65f05

error.txt

@edcrypt edcrypt changed the title Stack Overflow sending simple mesage to empty Stack Overflow sending simple mesage to empty list Nov 17, 2016
@edcrypt edcrypt changed the title Stack Overflow sending simple mesage to empty list Stack Overflow sending simple message to empty list Nov 17, 2016
@russellallen
Copy link
Owner

Hi, can you let me know what your steps were to get to the error?

@edcrypt
Copy link
Author

edcrypt commented Nov 19, 2016

Sure.

First, I built the VM using a slight modified build script:

-docker run -i -v ${PWD}/..:/opt/self 32bit/ubuntu:14.04 /bin/bash -c "linux32 --32bit i386 /opt/self/vm/travis-ci-buildAndTest.sh"
+docker run -i -v ${PWD}/..:/opt/self helmijoe07/ubuntu-trusty-32bit /bin/bash -c "linux32 --32bit i386 /opt/self/vm/travis-ci-buildAndTest.sh"

... as the 32 bit ubuntu image is not available anymore.

Second, I just run created an alias to run release/artifacts/Self, did a cd objects, and once in the Vm repl, I used this command to build UI2:

'worldBuilder.self' _RunScript

After the build was done, I entered desktop open and, in the default shell evaluator, entered list copy. Then I opened an evaluator on the list outliner and entered the message.

@russellallen
Copy link
Owner

I'm having trouble recreating - it seems like something went wrong in the build and your lists don't have all the proper slots but it's a bit hard to determine.

Is it possible to see the output of the entire session? i.e. what happens from the moment you enter 'worldBuilder.self' _RunScript until you do list copy at: 0 WithKey: 0 and you get the crash?

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