On May 4, 2004, at 6:55 AM, Joshua Gatcomb wrote:
Is it possible that parrot is coredumping for some other reason? The parrot.exe is around 3MB. I know that it isn't dying immediately upon execution because if the data file isn't in the directory it is supposed to be, invoking parrot.exe will come back and say "Can't find data file aparently in '<dir name>'" instead of coredumping.
Is there any trickery I could do to rule out ICU or determine if it is actually the problem?
If you run it in a debugger (gdb or whatever), you should be able to see where it's crashing.
JEff