Tagged Questions
3
votes
2answers
284 views
effect of undefined opcodes on the (original) Intel 8086/88
Since the original 8086 and 8088 do not have a software exception for illegal instructions, how do they behave when fed such, for instance "FF FF" (not an opcode) ? Do they stall, do it reset itself, ...
1
vote
1answer
1k views
System.InvalidCastException: System.Data.DataViewManagerListItemTypeDescriptor
Am getting an exception randomly. I have a barcode scanner which enters barcodes into a table. The code is written in C#. I was able to get the exception twice at first; however, am no longer able to ...
0
votes
1answer
195 views
Exception Illegal value in Firebug
Today, I've found exception in my firebug console:
uncaught exception: [Exception... "Illegal value" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: ...
0
votes
2answers
690 views
setContentView gives an exception
In my android app I set
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN );
Then my touch screen event ...