Re: [VCDImager Bugs/Devel] vcd_assert (_root->size == ISO_BLOCKSIZE * _root->secsize);
"R. Bernstein" <[email protected]> Wed, 26 Feb 2003 21:07:55 -0500
| Newsgroups | gmane.comp.gnu.vcdimager.bugs |
|---|---|
| Message-ID | <[email protected]> |
Will Dormann writes: > --- "R. Bernstein" <[email protected]> wrote: > > One other thought... Did you run the regression > > tests that come with > > vcdimager starting 0.7.13? Did those all pass > > correctly? > > Yes, it indicates that all 5 tests have passed. Okay, try debugging starting around vcddump.c:1090 if (VCDINFO_SOURCE_UNDEF==gl.source_type) to track down where the gl.source_type is getting changed and how you can get past the reads without and then have a source_name that is not a string. Thanks!