Greg Mayer
2001-May-11 14:56 UTC
[vorbis-dev] Application Crashes When Calling ov_time_seek() function
I’m running into a problem with my application crashing when I make a call to the ov_time_seek() function. The call includes the OggVorbis_File and it is indeed seekable, as I first check that using the ov_seekable() function. Everytime, however I try to seek forward, the application dies with a core dump. I’m working with the example from the “VorbisFile Documentation” site. The application is compiled using gcc version 2.96 20000731 on a Red Hat Linux 7.0 system (Intel). Has anyone else experienced a similar problem? Any ideas on this issue? Thanks, Greg Mayer ________________________________________________________________ Greg Mayer Siliconetix Corporation gmayer@siliconetix.com "The voice emerges literally from the body as a representation of our inner world. It carries our experience from the past, our hopes and fears for the future, and the emotional resonance of the moment." - David Whyte --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Charlie Wallace
2001-May-11 17:18 UTC
[vorbis-dev] Application Crashes When Calling ov_time_seek() function
the only similar thing i had was a mismatch of header files which caused a structure to be the wrong size, which then trashed the function pointers for seek etc. ----- Original Message ----- From: "Greg Mayer" <gmayer@siliconetix.com> To: <vorbis-dev@xiph.org> Sent: Friday, May 11, 2001 2:56 PM Subject: [vorbis-dev] Application Crashes When Calling ov_time_seek() function> I'm running into a problem with my application crashing when I make a call > to the ov_time_seek() function. > > The call includes the OggVorbis_File and it is indeed seekable, as I first > check that using the ov_seekable() function. Everytime, however I try to > seek forward, the application dies with a core dump. I'm working with the > example from the "VorbisFile Documentation" site. > > The application is compiled using gcc version 2.96 20000731 on a Red Hat > Linux 7.0 system (Intel). > > Has anyone else experienced a similar problem? Any ideas on this issue? > > Thanks, > > Greg Mayer > > ________________________________________________________________ > > Greg Mayer > Siliconetix Corporation > gmayer@siliconetix.com > > "The voice emerges literally from the body as a representation > of our inner world. It carries our experience from the past, > our hopes and fears for the future, and the emotional resonance > of the moment." > - David Whyte > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to'vorbis-dev-request@xiph.org'> containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2001-May-11 20:37 UTC
[vorbis-dev] Application Crashes When Calling ov_time_seek() function
At 02:56 PM 5/11/01 -0700, you wrote:>I’m running into a problem with my application crashing when I make a call >to the ov_time_seek() function. > >The call includes the OggVorbis_File and it is indeed seekable, as I first >check that using the ov_seekable() function. Everytime, however I try to >seek forward, the application dies with a core dump. I’m working with the >example from the “VorbisFile Documentation” site. > >The application is compiled using gcc version 2.96 20000731 on a Red Hat >Linux 7.0 system (Intel). > >Has anyone else experienced a similar problem? Any ideas on this issue?I can't think of any bugs that have been reported that sound similar to this. If you could, please give us a code fragment. Also, it'd be good if you reported this on bugs.xiph.org (if you can provide sufficient code to reproduce the problem). It's also worth trying latest cvs code, since you didn't say what version you're using. (this is unlikely to fix it, it's probably a mistake in your code, but worth a try just in case). Michael --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.