On 07/15/03 Simon Kitching wrote: > The big benefit that *guaranteeing* a StackOverflowException is thrown > instead of segmentation fault occurring is that it makes "plugins" safe. [...] > I'm not into C# in a big way yet, but this would definitely be a feature > that I would look for (code cannot crash the application) before moving > from java to C#.
The segmentation fault is a bug, as it has already been stated. You should at least get a NullReference exception. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
