On Friday 30 December 2005 22:24, jpff wrote: > gdb ./csound > > I have traced it to > > 458 for (m = (csoundModule_t*) csound->csmodule_db; m != NULL; m = > m->nxt) { > (gdb) n > 494 } > (gdb) n > csoundCompile (csound=0x80e9008, argc=3, argv=) > at Top/main.c:257 > > and csound->csmodule_db is NULL That is of course what is expected when there are no modules loaded. The question is why that happened (the plugins are loaded by csoundLoadModules() in Top/csmodule.c, so you may want to set a breakpoint on that function). ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net