Public bug reported:

Hello,
I am trying to make Audio-recorder to compile and run under Ubuntu 19.04 
(Ubuntu Disco Dingo - development branch).

1) A GStreamer bug.

This crash occurs if I run a Gstreamer pipleline on the command line (in
a terminal window). Like this.

$ gst-launch-1.0  -e pulsesrc | fakesink

(gst-launch-1.0:8410): GLib-GObject-WARNING **: 21:31:05.365:
../../../gobject/gtype.c:4265: type id '0' is invalid

(gst-launch-1.0:8410): GLib-GObject-WARNING **: 21:31:05.365: can't peek value 
table for type '<invalid>' which is not currently referenced
Caught SIGSEGV
Spinning.  Please run 'gdb gst-launch-1.0 8410' to continue debugging, Ctrl-C 
to quit, or Ctrl-\ to dump core.
------

2) Also, it seems that the same bug causes my audio-recorder program crash.
It happens in all gtk_button_set_image(...) calls during runtime.

gtk_button_set_image(GTK_BUTTON(g_win.recorder_button),
GTK_WIDGET(image));

The error message is:

(audio-recorder:32368): GLib-GObject-WARNING **: 19:21:52.600:
../../../gobject/gtype.c:4265: type id '0' is invalid

(audio-recorder:32368): GLib-GObject-WARNING **: 19:21:52.600: can't peek value 
table for type '<invalid>' which is not currently referenced
Segmentation fault (core dumped)
----

Please educate me if you want more debug info or stacktrace.

My system is:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu Disco Dingo (development branch)
Release:        19.04
Codename: disco

My system has very latest updates.

Any comments?
Kindly
Osmo (moma) Antero
---------------

EDIT: This bug report is similar
https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/552
---

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gstreamer1.0-tools 1.15.1-1
ProcVersionSignature: Ubuntu 4.19.0-12.13-generic 4.19.18
Uname: Linux 4.19.0-12-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu20
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Feb 12 21:31:51 2019
ExecutablePath: /usr/bin/gst-launch-1.0
InstallationDate: Installed on 2019-02-04 (8 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
SourcePackage: gstreamer1.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gstreamer1.0 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug disco

** Description changed:

  Hello,
  I am trying to make Audio-recorder to compile and run under Ubuntu 19.04 
(Ubuntu Disco Dingo - development branch).
  
  1) A GStreamer bug.
  
  This crash occurs if I run a Gstreamer pipleline on the command line (in
  a terminal window). Like this.
  
  $ gst-launch-1.0  -e pulsesrc | fakesink
  
  (gst-launch-1.0:8410): GLib-GObject-WARNING **: 21:31:05.365:
  ../../../gobject/gtype.c:4265: type id '0' is invalid
  
  (gst-launch-1.0:8410): GLib-GObject-WARNING **: 21:31:05.365: can't peek 
value table for type '<invalid>' which is not currently referenced
  Caught SIGSEGV
  Spinning.  Please run 'gdb gst-launch-1.0 8410' to continue debugging, Ctrl-C 
to quit, or Ctrl-\ to dump core.
  ------
  
+ 2) Also, it seems that the same bug causes my audio-recorder program crash.
+ It happens in all gtk_button_set_image(...) calls during runtime.
  
- 2) Also, it seems that the same bug causes my audio-recorder program crash.
- It happens in all gtk_button_set_image(...) calls during runtime. 
- 
- gtk_button_set_image(GTK_BUTTON(g_win.recorder_but ton),
+ gtk_button_set_image(GTK_BUTTON(g_win.recorder_button),
  GTK_WIDGET(image));
  
  The error message is:
  
  (audio-recorder:32368): GLib-GObject-WARNING **: 19:21:52.600:
  ../../../gobject/gtype.c:4265: type id '0' is invalid
  
  (audio-recorder:32368): GLib-GObject-WARNING **: 19:21:52.600: can't peek 
value table for type '<invalid>' which is not currently referenced
  Segmentation fault (core dumped)
  ----
  
  Please educate me if you want more debug info or stacktrace.
  
  My system is:
  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:       Ubuntu
  Description:  Ubuntu Disco Dingo (development branch)
  Release:      19.04
  Codename: disco
  
  My system has very latest updates.
  
  Any comments?
  Kindly
  Osmo (moma) Antero
  ---------------
  
  EDIT: This bug report is similar
- https://gitlab.freedesktop.org/gstre...ood/issues/552
+ https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/552
+ ---
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gstreamer1.0-tools 1.15.1-1
  ProcVersionSignature: Ubuntu 4.19.0-12.13-generic 4.19.18
  Uname: Linux 4.19.0-12-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 12 21:31:51 2019
  ExecutablePath: /usr/bin/gst-launch-1.0
  InstallationDate: Installed on 2019-02-04 (8 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1815670

Title:
  Ubuntu 19.04: Severe GObject/GType error and crash

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  Hello,
  I am trying to make Audio-recorder to compile and run under Ubuntu 19.04 
(Ubuntu Disco Dingo - development branch).

  1) A GStreamer bug.

  This crash occurs if I run a Gstreamer pipleline on the command line
  (in a terminal window). Like this.

  $ gst-launch-1.0  -e pulsesrc | fakesink

  (gst-launch-1.0:8410): GLib-GObject-WARNING **: 21:31:05.365:
  ../../../gobject/gtype.c:4265: type id '0' is invalid

  (gst-launch-1.0:8410): GLib-GObject-WARNING **: 21:31:05.365: can't peek 
value table for type '<invalid>' which is not currently referenced
  Caught SIGSEGV
  Spinning.  Please run 'gdb gst-launch-1.0 8410' to continue debugging, Ctrl-C 
to quit, or Ctrl-\ to dump core.
  ------

  2) Also, it seems that the same bug causes my audio-recorder program crash.
  It happens in all gtk_button_set_image(...) calls during runtime.

  gtk_button_set_image(GTK_BUTTON(g_win.recorder_button),
  GTK_WIDGET(image));

  The error message is:

  (audio-recorder:32368): GLib-GObject-WARNING **: 19:21:52.600:
  ../../../gobject/gtype.c:4265: type id '0' is invalid

  (audio-recorder:32368): GLib-GObject-WARNING **: 19:21:52.600: can't peek 
value table for type '<invalid>' which is not currently referenced
  Segmentation fault (core dumped)
  ----

  Please educate me if you want more debug info or stacktrace.

  My system is:
  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:       Ubuntu
  Description:  Ubuntu Disco Dingo (development branch)
  Release:      19.04
  Codename: disco

  My system has very latest updates.

  Any comments?
  Kindly
  Osmo (moma) Antero
  ---------------

  EDIT: This bug report is similar
  https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/552
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: gstreamer1.0-tools 1.15.1-1
  ProcVersionSignature: Ubuntu 4.19.0-12.13-generic 4.19.18
  Uname: Linux 4.19.0-12-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Feb 12 21:31:51 2019
  ExecutablePath: /usr/bin/gst-launch-1.0
  InstallationDate: Installed on 2019-02-04 (8 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  SourcePackage: gstreamer1.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1815670/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to