On Thu, Aug 17, 2006 at 03:04:27PM +0200, Kees Bakker wrote: > On Thursday 17 August 2006 14:53, Kees Bakker wrote: > > On Thursday 17 August 2006 14:28, Tristan Gingold wrote: > > > On Wed, Aug 16, 2006 at 11:25:39AM +0200, Kees Bakker wrote: > > > [...] > > > So the simulation started. > > > > > > > This application has requested the Runtime to terminate it in an > > > > unusual way. > > > > Please contact the application's support team for more information. > > > Humm, this is weird. > > > Does the simultion work on Linux ? > > > > Yes, it does. > > > > > Do you have processes with big local variables ? You should try the > > > --stack-size=X option to increase per process memory. On Windows it does > > > not grow > > > automatically. > > > > I'll try this out in a moment. > > What should the value of X be? I tried a few numbers, but the error message is > always the same. I tried: > \ghdl-0.25\bin\ghdl -r test_bench_16 --stack-size=1000000000 > Either I have the command wrong, or it does not look at it, or it is > something else. So it isn't the stack size. Another possibility is overflow during execution. Only the windows version detects arithmetic overflow. You can try --trace-processes to see in which process the fault occurs but there is no many details now (unfortunatly!)
Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
