On Fri, Oct 25, 2002 at 10:43:47AM +0200, ville wrote: > > Hi > > Can somebody explain me what is wrong when I run following code (code > compiles ok), mono jams and after a while prints output: Killed. > > Console.WriteLine (new SqlBoolean (true).Value); > > I think it is no matter which SqlType it is and which method is > invoked. It just allways jams (trying to do something with my hd).
It may be getting stuck in an infinite loop (or is that supposed to generate an exception?). There may be a situation where two methods/properties are recursively calling each other. -- Tim Coleman <[EMAIL PROTECTED]> [43.28 N 80.31 W] BMath, Honours Combinatorics and Optimization, University of Waterloo Software Developer, Global Services, Open Text Corporation "Under capitalism, man exploits man. Under communism, it's just the opposite." -- J.K. Galbraith _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
