Need some help trouble shooting SIGSEV

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Need some help trouble shooting SIGSEV

boxerab@gmail.com
I can launch the following working pipeline :

gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink

while this pipeline gives me a SIGSEV

gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink

i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.


Any advice or help in understanding and tracking down this crash would be really
appreciated.

Thanks,
Aaron

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Need some help trouble shooting SIGSEV

Nicolas Dufresne-5
Le mercredi 21 juin 2017 à 22:00 -0400, Aaron Boxer a écrit :

> I can launch the following working pipeline :
>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux
> ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink
>
> while this pipeline gives me a SIGSEV
>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc !
> jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec !
> videoconvert ! ximagesink
>
> i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.
>
>
> Any advice or help in understanding and tracking down this crash
> would be really
> appreciated.
Run in GDB, and look at the backtrace.

Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (188 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Need some help trouble shooting SIGSEV

boxerab@gmail.com


On Jun 22, 2017 9:16 AM, "Nicolas Dufresne" <[hidden email]> wrote:
Le mercredi 21 juin 2017 à 22:00 -0400, Aaron Boxer a écrit :
> I can launch the following working pipeline :
>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux
> ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink
>
> while this pipeline gives me a SIGSEV
>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc !
> jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec !
> videoconvert ! ximagesink
>
> i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.
>
>
> Any advice or help in understanding and tracking down this crash
> would be really
> appreciated.

Run in GDB, and look at the backtrace.


Thanks!



Nicolas

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Need some help trouble shooting SIGSEV

boxerab@gmail.com
In reply to this post by Nicolas Dufresne-5


On Thu, Jun 22, 2017 at 9:16 AM, Nicolas Dufresne <[hidden email]> wrote:
Le mercredi 21 juin 2017 à 22:00 -0400, Aaron Boxer a écrit :
> I can launch the following working pipeline :
>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc ! mpegtsmux
> ! tsdemux ! jpeg2000parse ! openjpegdec ! videoconvert ! ximagesink
>
> while this pipeline gives me a SIGSEV
>
> gst-launch-1.0 -v videotestsrc pattern=ball ! openjpegenc !
> jpeg2000parse ! mpegtsmux ! tsdemux ! jpeg2000parse ! openjpegdec !
> videoconvert ! ximagesink
>
> i.e. adding a jpeg2000parse element after openjpegenc causes SIGSEV.
>
>
> Any advice or help in understanding and tracking down this crash
> would be really
> appreciated.

Run in GDB, and look at the backtrace.

Thanks, fixed the problem - trying to handle a null string from caps.



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel