After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347031 - istanbul segfault in gst_ximage_src_get_type (plugins-good v0.10.3)
istanbul segfault in gst_ximage_src_get_type (plugins-good v0.10.3)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal major
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-09 12:41 UTC by Luca Bruno
Modified: 2006-12-17 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the output of GST_DEBUG=ximagesrc:5 istanbul (11.42 KB, application/octet-stream)
2006-07-09 12:52 UTC, Luca Bruno
Details

Description Luca Bruno 2006-07-09 12:41:48 UTC
Caught a segfault in istanbul on a normal desktop recording session.
Here the threaded backtrace:

(gdb) thread apply all bt

Thread 2 (Thread -1497687120 (LWP 12790))

  • #0 gst_ximage_src_get_type
    from /usr/lib/gstreamer-0.10/libgstximagesrc.so
  • #1 gst_push_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #2 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #3 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #4 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #5 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #6 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #7 start_thread
    from /lib/tls/libpthread.so.0
  • #8 clone
    from /lib/tls/libc.so.6

Comment 1 Luca Bruno 2006-07-09 12:52:41 UTC
Created attachment 68668 [details]
the output of GST_DEBUG=ximagesrc:5 istanbul

that's with istanbul 0.1.2, and -plugin-good 0.10.3
Comment 2 Zaheer Abbas Merali 2006-07-09 18:56:59 UTC
Looks like from the second backtrace with ximagesrc HEAD discussed on irc, that this is due to showing mouse pointer with XFixes on a 24bpp screen.
Comment 3 Zaheer Abbas Merali 2006-07-25 19:06:09 UTC
If I am not mistaken, this is fixed.