From: David H. <dl...@st...> - 2006-02-10 03:48:53
|
Hi, I'm trying to start running infomap on a 64 bit system, and it runs fine up until the svdinterface comes up, where it starts to load in "coll" and then promptly crashes in las2.c at line 336: 331 errormessage("i>=*nnzero","",NON); 332 fchuck = BADFLOAT; 333 sscanf(zeile,"%d %f",&chuck,&fchuck); 334 if (fchuck==BADFLOAT) 335 errormessage("fchuck==BADFLOAT","",NON); 336 rowind[i] = chuck; 337 value[i] = fchuck; 338 } 339 fclose(collfile); 340 if (i!=*nnzero) rowind seems to be way out of bounds. Is this a known issue? Should I dig around to get more information? Thanks, David Hall P.S. here's uname -a : Linux XXX.XXX.XXX 2.6.14-1.1644_FC4smp #1 SMP Sun Nov 27 03:37:58 EST 2005 x86_64 x86_64 x86_64 GNU/Linux |