Hmm, Gonzalo, I seem to have not received your first message. I wasn't intentionally using IntegerFormatter directly, but I isolated the code to show the problem. Again, I don't know if there was more to your response.
What's happening is mint causes a SIGBUS when running mcs.exe because mcs.exe uses custom-formatted numbers and that code appears to crash mint in the way I've described. It doesn't happen on Linux, just on OS X and I'm trying to figure out why so I can change mint. Any pointers? John On Wednesday, September 11, 2002, at 04:13 PM, Gonzalo Paniagua Javier wrote: > El mi�, 11-09-2002 a las 22:57, Gonzalo Paniagua Javier escribi�: >> >> Btw, IntegerFormatter should be an internal class (if there are no >> problems, i'll make it internal again)... You should use Int32.Parse >> (...). > > Sorry, I meant Int32.ToString () > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
