On Thu, May 21, 2009 at 1:39 PM, Dirk Behme <[email protected]> wrote: > Michael Bruck wrote: >> >> Dirk, did this happen when you used the drscan/irscan commands? > > Not sure, but possible. Have a look to tap-enable event of > > http://svn.berlios.de/svnroot/repos/openocd/trunk/src/target/target/omap3530.cfg
Did you issue any commands before that happened in addition to what is in the config files ? Can you send a log with debug_level 3 ? Does your system produce a .stackdump file during the assert/crash that you can send ? Does the assert happen if you disable the irscan/drscan commands in omap3530.cfg ? >> Given that this is only an assert > > Well, at least OpenOCD stopped here, so it might be more that 'only' an > assert ;) As mentioned, with r1865 it still worked. The assert highlights that superfluous data was passed while older versions ignored that condition. This change was deliberate to track down errors like the one you seem to have. The problem is that the errors can be both in the code and in user commands and for the latter assert() isn't informative enough and irscan/drscan should inspect their input data more closely. Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
