Caught SIGSEGV accessing address 0xc

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

Caught SIGSEGV accessing address 0xc

lijinshyam


hi,

I got a bug when executing a pipeline crated to capture a h.264 stream decode it and encoded it in to a h.264 .....i have created the pipeline.(bellow)

gst-launch -e rtspsrc location="rtsp:/................." ! queue ! rtph264depay ! video/x-h264, width=320, height=240, framerate=30/1  ! ffdec_h264  ! videorate ! x264enc ! filesink location=/root/x/asdf.mp4
.

the error got is..


Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught SIGSEGV accessing address 0xc
Killed



Thankx..
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Caught SIGSEGV accessing address 0xc

Thiago Sousa Santos-2


On Thu, Oct 15, 2009 at 2:55 AM, LIJIN SYAM K <[hidden email]> wrote:


hi,

I got a bug when executing a pipeline crated to capture a h.264 stream decode it and encoded it in to a h.264 .....i have created the pipeline.(bellow)

gst-launch -e rtspsrc location="rtsp:/................." ! queue ! rtph264depay ! video/x-h264, width=320, height=240, framerate=30/1  ! ffdec_h264  ! videorate ! x264enc ! filesink location=/root/x/asdf.mp4

Is this rtsp address public? Can you make it public? Also, running the pipeline inside gdb and providing the trace in a (newly created) bug in bugzilla.gnome.org would help us fix it.
 
.

the error got is..


Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught SIGSEGV accessing address 0xc
Killed



Thankx..
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Thiago Sousa Santos

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Caught SIGSEGV accessing address 0xc

Tristan Matthews-2
In reply to this post by lijinshyam
This is an issue with the upstream version of x264.

Try
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090711-2245.tar.bz2
or older.

See:
https://bugzilla.gnome.org/show_bug.cgi?id=555238

-Tristan

2009/10/15 LIJIN SYAM K <[hidden email]>


hi,

I got a bug when executing a pipeline crated to capture a h.264 stream decode it and encoded it in to a h.264 .....i have created the pipeline.(bellow)

gst-launch -e rtspsrc location="rtsp:/................." ! queue ! rtph264depay ! video/x-h264, width=320, height=240, framerate=30/1  ! ffdec_h264  ! videorate ! x264enc ! filesink location=/root/x/asdf.mp4
.

the error got is..


Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught SIGSEGV accessing address 0xc
Killed



Thankx..
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Tristan Matthews
email: [hidden email]
web: http://tristanswork.blogspot.com

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Caught SIGSEGV accessing address 0xc

Tristan Matthews-2
Sorry, wrong bug, this is the relevant one:

https://bugzilla.gnome.org/show_bug.cgi?id=596517

-T

2009/10/15 Tristan Matthews <[hidden email]>
This is an issue with the upstream version of x264.

Try
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090711-2245.tar.bz2
or older.

See:
https://bugzilla.gnome.org/show_bug.cgi?id=555238

-Tristan

2009/10/15 LIJIN SYAM K <[hidden email]>


hi,

I got a bug when executing a pipeline crated to capture a h.264 stream decode it and encoded it in to a h.264 .....i have created the pipeline.(bellow)

gst-launch -e rtspsrc location="rtsp:/................." ! queue ! rtph264depay ! video/x-h264, width=320, height=240, framerate=30/1  ! ffdec_h264  ! videorate ! x264enc ! filesink location=/root/x/asdf.mp4
.

the error got is..


Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Caught SIGSEGV accessing address 0xc
Killed



Thankx..
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Tristan Matthews
email: [hidden email]
web: http://tristanswork.blogspot.com



--
Tristan Matthews
email: [hidden email]
web: http://tristanswork.blogspot.com

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel