FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 691 : "failed assertion `type && lit && "null" when compiling
Last modified: 2007-11-23 17:29
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
WONTFIX -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Frank Dellaert
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2007-11-23 14:13
I was converting my pde tabs to .java files, and all was going smoothly, but I then
encountered a compiler error,
/SourceCache/jikes/jikes-9/jikes/src/bytecode.h:783: failed assertion `type && lit && "null
argument to RegisterClass"'
/SourceCache/jikes/jikes-9/jikes/src/bytecode.h:783: failed assertion `type && lit && "null
argument to RegisterClass"'
and a request to submit the code. Unfortunately, I have no idea which code triggered the
error, but I can send you all the code in a zip file if you like.
Additional Comment
#1 From fry 2007-11-23 17:29
thanks for posting. basically it's just a jikes bug, not much we can do
about it. there's a syntax error in your code and it's not recovering
properly.
we'll be moving away from using jikes in future releases.