gjs-console crashed with SIGABRT in g_assertion_message()

Bug #1796649 reported by Cansheng Dong
120
This bug affects 24 people
Affects Status Importance Assigned to Milestone
gjs (Ubuntu)
Confirmed
Medium
Cansheng Dong

Bug Description

Problem is from using the application "gnome-sound-recorder"

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:42.848: Some code accessed the property 'Application' on the module 'application'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:44:42.968: JS LOG: Sound Recorder started
Gjs-Message: 17:44:42.969: JS WARNING: [resource:///org/gnome/SoundRecorder/js/application.js 84]: Too many arguments to function Gst.init: expected 1, got 2

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.087: Some code accessed the property 'MainWindow' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.087: Some code accessed the property 'AudioProfile' on the module 'audioProfile'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.088: Some code accessed the property 'OffsetController' on the module 'fileUtil'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.088: Some code accessed the property 'DisplayTime' on the module 'fileUtil'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.090: Some code accessed the property 'Listview' on the module 'listview'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.090: Some code accessed the property 'Record' on the module 'record'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.091: Some code accessed the property 'Play' on the module 'play'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:44:43.309: JS WARNING: [resource:///org/gnome/SoundRecorder/js/listview.js 110]: reference to undefined property 1

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.309: Some code accessed the property 'displayTime' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.319: Some code accessed the property 'offsetController' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.319: Some code accessed the property 'list' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.342: Some code accessed the property 'containerProfileMap' on the module 'audioProfile'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.342: Some code accessed the property 'audioCodecMap' on the module 'audioProfile'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:44:43.548: JS LOG: File cannot be played

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.548: Some code accessed the property 'view' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:43.548: Some code accessed the property 'application' on the module 'application'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:48.724: Some code accessed the property 'audioProfile' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:48.750: Some code accessed the property 'SIGINT' on the module 'application'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:44:48.750: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 154]: Too many arguments to function GLib.unix_signal_add: expected 3, got 4

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:48.751: Some code accessed the property 'SIGTERM' on the module 'application'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:44:48.751: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 155]: Too many arguments to function GLib.unix_signal_add: expected 3, got 4

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:48.756: Some code accessed the property '_SEC_TIMEOUT' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:44:48.757: Some code accessed the property 'WaveForm' on the module 'waveform'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:44:48.778: JS WARNING: [resource:///org/gnome/SoundRecorder/js/waveform.js 174]: reference to undefined property "recordTime"
Gjs-Message: 17:44:48.857: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:48.958: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.059: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.160: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.261: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.362: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.462: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.564: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.664: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.765: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.865: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:49.966: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.066: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.166: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.267: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.368: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.469: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.570: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.670: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.770: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.871: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:50.971: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.071: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.172: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.272: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.372: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.473: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.573: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.673: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.773: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.874: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:51.974: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.074: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.175: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.275: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.376: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.477: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.577: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.677: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.778: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.878: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:52.979: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.079: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.180: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.282: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.382: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.483: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.584: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.684: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.784: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.885: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:53.986: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.086: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.187: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.288: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.389: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.489: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.590: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.691: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.791: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.892: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:54.992: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.093: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.193: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.294: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.394: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.494: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.595: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.695: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.796: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.896: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:55.997: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.098: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.199: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.299: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.400: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.501: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.602: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.703: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.804: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:56.905: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.006: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.107: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.207: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.308: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.408: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.509: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.609: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.710: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.810: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:57.911: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.012: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.112: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.213: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.313: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.414: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.514: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.615: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.716: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.816: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:58.917: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.018: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.118: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.219: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.319: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.419: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.519: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.620: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.720: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.821: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:44:59.921: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.022: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.122: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.223: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.324: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.424: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.525: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.625: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.726: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.827: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:00.928: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.028: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.130: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.230: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.330: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.431: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.532: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.632: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2
Gjs-Message: 17:45:01.734: JS LOG: error
Gjs-Message: 17:45:01.758: JS WARNING: [resource:///org/gnome/SoundRecorder/js/record.js 159]: Too many arguments to method Gst.Element.query_position: expected 1, got 2

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:45:01.759: Some code accessed the property 'recordPipeline' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.

(org.gnome.SoundRecorder:30542): Gjs-WARNING **: 17:45:01.759: Some code accessed the property 'RecordPipelineStates' on the module 'mainWindow'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Gjs-Message: 17:45:01.926: JS LOG: File cannot be played

** (org.gnome.SoundRecorder:30542): CRITICAL **: 17:45:03.194: g_object_info_get_n_fields: assertion 'info != NULL' failed
**
Gjs:ERROR:gi/object.cpp:478:bool ObjectInstance::field_getter_impl(JSContext*, JS::HandleObject, JS::HandleString, JS::MutableHandleValue): assertion failed: (field)
Aborted (core dumped)

ProblemType: Crash
DistroRelease: Ubuntu 18.10
Package: gjs 1.54.1-1
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
CrashCounter: 1
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 8 17:45:03 2018
ExecutablePath: /usr/bin/gjs-console
InstallationDate: Installed on 2018-08-29 (39 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcCmdline: /usr/bin/gjs /usr/bin/gnome-sound-recorder
Signal: 6
SourcePackage: gjs
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_assertion_message_expr () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 ObjectInstance::field_getter_impl(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSString*>, JS::MutableHandle<JS::Value>) () from /usr/lib/libgjs.so.0
 ObjectBase::field_getter(JSContext*, unsigned int, JS::Value*) () from /usr/lib/libgjs.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libmozjs-60.so.0
Title: gjs-console crashed with SIGABRT in g_assertion_message_expr()
UpgradeStatus: Upgraded to cosmic on 2018-08-30 (38 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

Revision history for this message
Cansheng Dong (gnesh-can) wrote :
Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : StacktraceSource.txt
Revision history for this message
Apport retracing service (apport) wrote : StacktraceTop.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in gjs (Ubuntu):
importance: Undecided → Medium
summary: - gjs-console crashed with SIGABRT in g_assertion_message_expr()
+ gjs-console crashed with SIGABRT in g_assertion_message()
tags: removed: need-amd64-retrace
Revision history for this message
Cansheng Dong (gnesh-can) wrote :

kernel-bug-exists-upstream
Last time when there was no problem:
Sun Sep 16 23:37:50 2018 CST

Changed in gjs (Ubuntu):
assignee: nobody → Cansheng Dong (gnesh-can)
status: New → Confirmed
information type: Private → Public
Revision history for this message
Peter (vp2177) wrote :

Any update on this? Still experiencing this issue on Ubuntu 22.10

Revision history for this message
sudodus (nio-wiklund) wrote :

Seems to affect me in a persistent live system running Ubuntu Desktop Lunar daily iso file in Dell Precision M4800

Revision history for this message
sem (semitones) wrote :

I get this in my Ubuntu 22.10 installation. As far as I know, I've never invoked the gnome sound recorder.

I have used the ubuntustudio-installer.

Revision history for this message
sem (semitones) wrote :

I got this while launching steam. Automatic crash report. I've also never used gnome-sound-recorder

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.