Hello,
I would like to report that gtick can segfault some times.
When kernel configured with CONFIG_SOUND_OSS_CORE not set (or OSS module is not loaded) perform these steps:
- Press Start to start ticking.
- Open Preferences window.
- Change Sound system option to OSS.
I am using gtick 0.5.0 on x86_64 Linux 4.14.6. Output from `gtick --debug` is attached.
--
Alexander "kapsh" Kapshuna
% gtick --debug
Creating metro object at 0x244ada0.
/usr/share/themes/MurrinaAquaIsh/gtk-2.0/gtkrc:50: Murrine configuration option
"scrollbar_color" is no longer supported and will be ignored.
set_speed_cb(): rate=100.000000 bpm
set_speed_cb(): New speed name = "Andante"
set_speed_cb(): rate=100.000000 bpm
set_speed_cb(): New speed name = "Andante"
set_speed_cb(): rate=75.000000 bpm
set_speed_cb(): New speed name = "Adagio"
new meter: 1
new_profile_selected(): No entries.
Reading rc file /home/kapsh/.gtickrc ...
Setting SampleFilename to "<sine>" ... OK.
Setting SoundDevice to "/dev/dsp" ... OK.
Setting CommandOnStart to "" ... OK.
Setting CommandOnStop to "" ... OK.
Setting MinBPM to "30" ... OK.
Setting MaxBPM to "250" ... OK.
Setting Speed to "200" ... OK.
set_speed_cb(): rate=200.000000 bpm
set_speed_cb(): New speed name = "Presto"
Setting Volume to "60" ... OK.
Setting Meter to "2" ... OK.
new meter: 2
new meter: 2
Setting ShowAccentTable to "1" ... OK.
Setting Accents to "01000001" ... OK.
Setting ShowProfiles to "1" ... OK.
Setting ProfileSelected to "1" ... OK.
set_profile_selected(): No profile #1 available.
Setting VisualTick to "0" ... OK.
dsp_open: Initialising /dev/dsp ...
pulse_open: Used sample format: AFMT_S16_LE (signed, 16 bit (little endian))
pulse_open: Sampling rate = 44100
pulse_open: Number of channels = 1
pulse_open: fragment size = 8820
Attack padding for accents: 17 frames.
Setting SampleFilename to "<sine>" ... OK.
dsp_close: Closing sound device ...
dsp_open: Initialising /dev/dsp ...
pulse_open: Used sample format: AFMT_S16_LE (signed, 16 bit (little endian))
pulse_open: Sampling rate = 44100
pulse_open: Number of channels = 1
pulse_open: fragment size = 8820
Attack padding for accents: 17 frames.
Setting SoundSystem to "<oss>" ... OK.
free() error: metro->options->sound_device_name not allocated.
Setting SoundSystem to "<oss>" ... OK.
dsp_open: Initialising /dev/dsp ...
/dev/dsp: No such file or directory
Assertion 'pa_atomic_load(&(s)->_ref) >= 1' failed at
/var/tmp/paludis/media-sound-pulseaudio-11.1/work/pulseaudio-11.1/src/pulse/stream.c:320,
function pa_stream_unref(). Aborting.
[1] 10740 abort gtick --debug_______________________________________________ Gtick-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gtick-devel
