From dennis.aldover at gmail.com Tue Oct 11 19:44:30 2011 From: dennis.aldover at gmail.com (Dennis Aldover) Date: Tue, 11 Oct 2011 19:44:30 -0700 Subject: ThreadLocalStorage::thread returns NULL Message-ID: Hi, New to zero-dev... I'm testing my fastdebug build, cross-compiled for mips, and getting a runtime assert in hotspot/src/share/vm/thread.hpp:627. Does this ring a bell, on what could cause the ThreadLocalStorage::thread() to return NULL? Is that an acceptable runtime behavior? Thread* thread = ThreadLocalStorage::thread(); assert(thread != NULL, "just checking"); Thanks.