belangeo / soundgrain

Graphical interface to control granular sound synthesis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault after click on background with loaded file

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Start soundgrain and load some sample (i tried WAV file instead of AIFF)
2. Click to background

What is the expected output? What do you see instead?
I tried to run it with gdb. Brief output, appearing after segfault:
Program received signal SIGSEGV, Segmentation fault.
Compare_setComp (self=0x2989820, arg=0x88e2a0 <_Py_NoneStruct>) at 
src/objects/utilsmodule.c:1647
1647            Py_INCREF(streamtmp);

What version of the product are you using? On what operating system?
python 2.7.3
pyo 4.1.1
ubuntu 12.04 and remaining dependies from its repo

Please provide any additional information below.
Looks a bit like python bug rather than of this (otherwise it could just give a 
python error).
Unsure, does it depend on used sample, but size of sample, i tried, is 44 Mb. 
However, it also crashes with sameple with size less than 1 Mb.
After first attempt looks very promising, still trying to get, how to generate 
something.

Original issue reported on code.google.com by nick877...@gmail.com on 2 Apr 2013 at 8:57

[deleted comment]
I'm sory for wrong pyo version, it is for soundgrain.
Pyo version is 0.6.4.

Original comment by nick877...@gmail.com on 2 Apr 2013 at 9:12

Fixed in pyo's sources (rev 1229). Will be in next release.

Original comment by belan...@gmail.com on 10 Sep 2014 at 2:07

  • Changed state: Fixed