[vwnc] VM-Exception? (Mac OS X)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] VM-Exception? (Mac OS X)

Steffen Märcker
Hi,

playing with a build Script, I encountered the following exception:

2009-03-29 18:40:35.992 visual[2523:10b] *** NSThread: ignoring exception  
'*** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)' that raised  
during thread perform of target 0x3a44e0 and selector 'privateClose:'

How to reproduce it:
1. start up a clean image from the shell
2. close the Workspace
3. evaluate:
        VisualLauncher allInstances do: [:each | each closeAndUnschedule]

Any ideas what this means?

Steffen
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] VM-Exception? (Mac OS X)

Karsten Kusche
That's a Cocoa exception. In Smalltalk you would call it an out of
bounds exception. It seems to happen when the VM tries to access the
first object in an empty array.

Karsten



Steffen Märcker wrote:

> Hi,
>
> playing with a build Script, I encountered the following exception:
>
> 2009-03-29 18:40:35.992 visual[2523:10b] *** NSThread: ignoring exception
> '*** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)' that raised
> during thread perform of target 0x3a44e0 and selector 'privateClose:'
>
> How to reproduce it:
> 1. start up a clean image from the shell
> 2. close the Workspace
> 3. evaluate:
> VisualLauncher allInstances do: [:each | each closeAndUnschedule]
>
> Any ideas what this means?
>
> Steffen
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>
>    

--
Karsten Kusche - Dipl.Inf. - [hidden email]
Tel: +49 3496 21 43 29
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc