Raghavender Palla
2016-Dec-05 09:30 UTC
[opus] Observing crash in opus_encode() of libopus 1.0.2 lib version
Hi All, We are using libopus 1.0.2 lib version currently and observing one crash issue in opus_encode() function some times. ------------------------------------------- (gdb) bt #0 0x00007fcdf7c90ea2 in opus_encode () from /usr/lib64/libopus.so.0 -------------------------------------------- Anybody faced this problem earlier and have any idea whether its solved in the latest version libopus 1.1.3 ? If you have any information on this, please share the details with us. Thanks in advance. Regards, Raghavender. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20161205/c49520cf/attachment.html>
Tristan Matthews
2016-Dec-15 18:01 UTC
[opus] Observing crash in opus_encode() of libopus 1.0.2 lib version
Hi, On Mon, Dec 5, 2016 at 4:30 AM, Raghavender Palla <raghavender.palla at gmail.com> wrote:> Hi All, > > We are using libopus 1.0.2 lib version currently and observing one crash > issue in opus_encode() function some times. > > ------------------------------------------- > (gdb) bt > #0 0x00007fcdf7c90ea2 in opus_encode () from /usr/lib64/libopus.so.0 > -------------------------------------------- > > Anybody faced this problem earlier and have any idea whether its solved in > the latest version libopus 1.1.3 ? > > If you have any information on this, please share the details with us.Can you rebuild opus with debug symbols so that a full backtrace is given? You'll need to add -g to your CFLAGS. Best, Tristan> > Thanks in advance. > > Regards, > Raghavender. > > _______________________________________________ > opus mailing list > opus at xiph.org > http://lists.xiph.org/mailman/listinfo/opus >