This release fixes a FTBFS on 32-bit architectures and includes a README with basic instructions. tarball
Thanks to Dave Jones and Christian Betz for valuable input!
Could you also please try to run: arecord -f cd -D default test.wav
and check whether you can play the resulting file, test.wav?
This would confirm the bug is within fische and not related to your ALSA configuration.
What was the commandline?
Have you tried different animation sizes? Obviously the bug should not be there, but it might help to know whether this only happens at certain resolutions. Could you please also file a bug on launchpad.net?
Comments
I can't do a launchpad report
I can't do a launchpad report as you need a login. I just run the program like:
./fische
to get the seg fault. No other messages are shown except what I posted above. Any kiind of options result in the same error.
If I add strace before ./fische I get the last lines:
write(1, "* created ringbuffer of size 588"..., 34* created ringbuffer of size 5880
) = 34
mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f9f0df31000
mprotect(0x7f9f0df31000, 4096, PROT_NONE) = 0
clone(* created thread for sound sample acquisition
+++ killed by SIGSEGV +++
Hope this helps.
test capture device
Could you also please try to run:
arecord -f cd -D default test.wavand check whether you can play the resulting file, test.wav?
This would confirm the bug is within fische and not related to your ALSA configuration.
Thanks
Thank you. Can you please email the full strace output to fische at 26elf dot at?
I get this when trying to run
I get this when trying to run it:
* created ringbuffer of size 5880
* created thread for sound sample acquisition
Segmentation fault
Any ideas?
Thanks
(AMD64 Debian unstable system here)
segfault
What was the commandline?
Have you tried different animation sizes? Obviously the bug should not be there, but it might help to know whether this only happens at certain resolutions. Could you please also file a bug on launchpad.net?
Post new comment