Damien Sauveron writes: > > I type in "2", and test A works > > > > When I run test-ifd-0.1.4/testifddriver, I get a core dump if I execute > > > > ./testifddriver > > Yes there are problem with this program I must improve it but I am too busy.
No problem I added one oneline to fix this: numReader=1; <<===== while ((opt = getopt (argc, argv, "n:")) != -1) It forces the system to default to the first reader. But it fixes the core dump. Problem: The program accesses rgReaderStates[0].szReader = &mszReaders[iList[numReader]]; but numReader was undefined _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
