Joel Dice
Joel Dice
On Wed, 6 Mar 2013, Joshua Warner wrote: > I would say it's actually more appropriate to replace it with something like > intptr_t, uintptr_t, or size_t. That way, we...
I disagree that the VM instance an abort is associated with can be determined simply using thread locals. There's no reason why, for example, a JNI method couldn't create a...
I'd have two concerns about that: - On Windows, I've had a lot more luck getting a backtrace in GDB from a null pointer dereference than from an abort (which...
On Wed, 21 May 2014, Mike Hearn wrote: > I'm not sure what the best way to debug this is. Any advice appreciated. > I can try to make a...
Hi Alexander, I'm unable to reproduce this. I modified https://github.com/ReadyTalk/hello-ios to call `Class.getName()` and print the result to the screen, and that worked fine. Can you provide a test case?
I've been chatting with @lann about this and we agree that the next step is to come up with a concrete proposal to reorganize this (which may or may not...
This may have been fixed with https://github.com/fermyon/spin/pull/440, although I don't have a Mac handy to test with at the moment.
I think this is still an issue, at least on the `spin bindle push` side of things. On Linux, with `ulimit -n` set to 1024, I get this when I...
[The upstream issue](https://github.com/deislabs/bindle/issues/336) is fixed, so I believe the only thing left to do here is upgrade the Bindle dependency in Spin. We could either wait for the next Bindle...
@bacongobbler I'm going through some old issues and found this. Has this been addressed yet, or does it still need attention?