by dony » Thu Apr 15, 2010 3:50 pm
Hi Sébastien,
Other than those error message, I have only dump files generated from crashed matlab. I also installed 4.1.1, 'example1.mod' and example2.mod' under $DYNARE_ROOT/tests/ also crash matlab. I digged a little bit when running example1.mod, the crashing is coused by line 568 in dr1.m:
B1 = B*A_times_B_kronecker_C(dr.ghxx,hx,hu1);
Before line 568, dr.ghxx, hx and hu1 have following values:
dr.ghxx:
0.0013 -0.0055 -0.0055 -0.0055 0.2264 0.2264 -0.0055 0.2264 0.2264
-0.0001 0.0190 0.0190 0.0190 2.3838 2.3838 0.0190 2.3838 2.3838
0.0000 0.0000 0.0000 0.0000 -0.0000 -0.0000 0.0000 -0.0000 -0.0000
0 0.0000 -0.0000 0.0000 0.0000 -0.0000 -0.0000 -0.0000 -0.0000
-0.0014 0.0310 0.0261 0.0310 2.7097 1.0107 0.0261 1.0107 0.2364
-0.0012 0.0112 -0.0245 0.0112 0.3967 0.0039 -0.0245 0.0039 0.2987
hx:
0.9418 1.4191 1.4191
-0.0000 0.9500 0.0250
0.0000 0.0250 0.9500
hu1:
1.4554 1.4554
1.0000 -0.0000
0 1.0000
And dynare-3 can run this model with no problem.
Your help is very much appreciated.
Yulan