I have updated Dream 2.2 from version uploaded to 2019-04-24 that was working very fine with version 2019-04-29 found today in files sections
System is Debian Testing (debian 10) x64 core i7 8 gb
Now dream want run when choosing input device -> virtual_sink (a pulse audio device same as use in previous version) program crash with segmentation fault
Sorry about that. Are you building from source or using the .deb file?
I'll either fix this tonight and put out a new version or re-create the one from the 24th and re-upload it. It looks like the one you want is r1290 which you can get the source for with:
thanks for your answer and your nice program julian
Build from source svn compile without error but running program crash at startup
here is the gdb output with backtrace
[New Thread 0x7fffe8a51700 (LWP 17612)]stoprecstoprec~CSoundInPulsestoprec~CSoundPulse~CSoundOutPulsestopplay~CSoundPulseinitplay 48000 38400 0CSoundOutPulse::Init_HW()pulseaudio output device 'alsa_output.pci-0000_00_1b.0.analog-stereo', init doneCSoundCardSelMenu::OnSoundOutDeviceChanged alsa_output.pci-0000_00_1b.0.analog-stereooutput device changed in trx alsa_output.pci-0000_00_1b.0.analog-stereo[New Thread 0x7fffc7fff700 (LWP 17614)]Working thread startedinitrec 48000 1280 1Assertion 's' failed at pulse/stream.c:2663, function pa_stream_set_buffer_attr(). Aborting.Thread 7 "CRx" received signal SIGABRT, Aborted.[Switching to Thread 0x7fffc7fff700 (LWP 17614)]__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:5050 ../sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type.(gdb) bt#0 0x00007ffff588e8bb in __GI_raise (sig=sig@entry=6)at ../sysdeps/unix/sysv/linux/raise.c:50#1 0x00007ffff5879535 in __GI_abort () at abort.c:79#2 0x00007ffff72f7bb5 in pa_stream_set_buffer_attr ()at /lib/x86_64-linux-gnu/libpulse.so.0#3 0x0000555555668869 in CSoundInPulse::SetBufferSize_HW()(this=<optimized out>) at src/sound/drm_pulseaudio.cpp:479#4 0x0000555555669229 in CSoundInPulse::Init(int, int, bool)(bNewBlocking=<optimized out>, iNewBufferSize=1280, iNewSampleRate=48000, this=0x555555e6c070) at src/sound/drm_pulseaudio.cpp:826#5 0x0000555555669229 in CSoundInPulse::Init(int, int, bool)(this=0x555555e6c070, iNewSampleRate=48000, iNewBufferSize=1280, bNewBlocking=<optimized out>) at src/sound/drm_pulseaudio.cpp:784#6 0x00005555556baf25 in CReceiveData::InitInternal(CParameter&)(this=0x7ffffffef948, Parameters=...) at src/DRMSignalIO.cpp:772#7 0x0000555555677096 in CModul<double, double>::InitThreadSave(CParameter&)(this=this@entry=0x7ffffffef948, Parameter=...) at src/GlobalDefinitions.h:254#8 0x0000555555677160 in CModul<double, double>::Init(CParameter&, CBuffer<double>&) (this=0x7ffffffef948, Parameter=..., OutputBuffer=...)at src/util/Modul.h:303#9 0x0000555555676a0c in CReceiverModul<double, double>::ReadData(CParameter&, CBuffer<double>&) (this=0x7ffffffef948, Parameter=..., OutputBuffer=...)--Type <RET> for more, q to quit, c to continue without paging--at src/util/Modul.h:1043#10 0x00005555556a170d in CDRMReceiver::process() (this=0x7ffffffef940)at src/DrmReceiver.cpp:887#11 0x0000555555740716 in CRx::run() (this=0x7ffffffef610)at src/main-Qt/crx.cpp:51#12 0x00007ffff5eb2aa7 in () at /lib/x86_64-linux-gnu/libQt5Core.so.5#13 0x00007ffff5d40fa3 in start_thread (arg=<optimized out>)at pthread_create.c:486#14 0x00007ffff595082f in clone ()at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
claude
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I have updated Dream 2.2 from version uploaded to 2019-04-24 that was working very fine with version 2019-04-29 found today in files sections
System is Debian Testing (debian 10) x64 core i7 8 gb
Now dream want run when choosing input device -> virtual_sink (a pulse audio device same as use in previous version) program crash with segmentation fault
here is the output of gdb
Where i can download the previous version that working (2019-04-24)
thank
Claude
Sorry about that. Are you building from source or using the .deb file?
I'll either fix this tonight and put out a new version or re-create the one from the 24th and re-upload it. It looks like the one you want is r1290 which you can get the source for with:
svn checkout svn://svn.code.sf.net/p/drm/code/tags/dream-2.2 -r1290
and then
cd dream-2.2
qmake
make
should get you there.
thanks for your answer and your nice program julian
Build from source svn compile without error but running program crash at startup
here is the gdb output with backtrace
claude
OK I think the version you had working used the alsa driver.
But that is also crashing on the latest commit.
If you want to try 1290 with alsa you can use:
make clean
qmake CONFIG+=alsa CONFIG+=sound
make
you will need libasound2-dev
Julian
Hi, please report failures and successes with linux here: https://sourceforge.net/p/drm/tickets/230/