VetoProjects / VetoLC

A Live Coding Environment for AudioPython, QML and GLSL(also rudimentary Python IDE capabilities)
MIT License
6 stars 1 forks source link

Test suite crashing seemingly randomly #9

Closed hellerve closed 10 years ago

hellerve commented 10 years ago

The test suite is crashing seemingly randomly from time to time. I'll have to inspect that in the next couple of days.

hellerve commented 10 years ago

After careful examination, I found that there are quite a few problems in the test suite.

  1. The AudioInputProcessor fails if there is some other audio outputted at the moment(at least, it seems to me that that is the problem).
  2. The AudioOutputProcessor outputs, but never ends the test. Only if the suite already crashed and OS X asks me whether I want to run the test suite again(so the audio is surpressed), it runs fine.
  3. The Renderer seems to hang often in the initTests(), which means that object creation fails from time to time.

Problem 1 and 2 are not as big, as audio is not ready yet. Problem 3, however, is causing headaches for me.

All those problems are in code that @Tobsic maintains, so I will assign you to that issue, okay?

hellerve commented 10 years ago

It seems like the test suite is only ever crashing in AudioOutputGenerator anymore.

hellerve commented 10 years ago

Crashes seem to be resolved.