On Jan 13, 2007, at 12:20 PM, Andre Schnoor wrote:
> Hmm. I wonder where the message "Unhandled Exception: Bad Argument
> 5" stems from. Is this a regular UHE from VW or is it a message
> from Windows? Unfortunately I don't have a screenshot.
It is a VM level message sent to the image, see
SystemError class>>installSystemErrors
"Build the set of system errors."
| list |
list := Array new: 100.
list at: 1 put: (self named: #'generic error' parameter: nil).
list at: 2 put: (self named: #'allocation failed' parameter: nil).
list at: 3 put: (self named: #'C allocation failed' parameter: nil).
list at: 4 put: (self named: #'bad argument' parameter: nil).
...
So I repeat: the VM is complaining that the image screwed up a
primitive call.
R
-
>
> Andre
>
> Runar Jordahl schrieb:
>> I tried running VisualWorks -- and our packaged application – on the
>> new Intel processors:
>>
http://www.cincomsmalltalk.com/userblogs/runarj/blogView?
>> showComments=true&entry=3334319381
>>
>> I had no such problems as you describe. I think I have the same
>> version (e6600) as you do.
>>
>> Runar Jordahl
>>
>
>