Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault after closing GL window #316

Open
filiphanes opened this issue Nov 19, 2022 · 0 comments
Open

Segmentation fault after closing GL window #316

filiphanes opened this issue Nov 19, 2022 · 0 comments

Comments

@filiphanes
Copy link

filiphanes commented Nov 19, 2022

I have just compiled gstd from git repo on MacOS 13.0.1 using meson.

Steps:

  1. Run daemon build/gstd/gstd-1.0 --enable-http-protocol --enable-tcp-protocol
  2. Run client build/gst_client/gst-client-1.0
  3. gstd> pipeline_create testpipe videotestsrc name=vts ! glimagesink
  4. gstd> pipeline_play testpipe
  5. gstd> pipeline_delete testpipe
  6. Close blank OpenGL rendered window
  7. gstd logs (<unknown>:21657): GLib-GObject-WARNING **: 00:11:42.543: invalid unclassed pointer in cast to 'GstGLWindow' (<unknown>:21657): GLib-GObject-CRITICAL **: 00:11:42.543: g_object_ref: assertion 'G_IS_OBJECT (object)' failed (<unknown>:21657): GStreamer-GL-CRITICAL **: 00:11:42.543: gst_gl_window_send_message_async: assertion 'GST_IS_GL_WINDOW (window)' failed
  8. gstd> pipeline_create testpipe videotestsrc name=vts ! glimagesink
  9. gstd> pipeline_play testpipe
  10. gstd> pipeline_delete testpipe
  11. Close second blank OpenGL window
  12. segmentation fault in gstd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant