oksunp / vvopensource

Automatically exported from code.google.com/p/vvopensource
0 stars 0 forks source link

OSCManager deleteAllInputs crashes #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call OSCManager deleteAllInputs

What is the expected output? What do you see instead?

Expect input deleted. Instead crashes with EXC_BAD_ACCESS after logging err: 
Socket destroyed unexpectedly. 

What version of the product are you using? On what operating system?

SVN Trunk

Please provide any additional information below.

I've set OSCManager up as a singleton. . . I would like to be able to update 
the app at runtime to create a new inport/outport, after deleting the old ones. 
. 

Thanks for your great work!

Original issue reported on code.google.com by jasper.r...@gmail.com on 5 Feb 2013 at 5:33

GoogleCodeExporter commented 8 years ago
hello-

sorry, but i can't reproduce this with the information you provided:
here's a quick sample app i threw together that simply creates and
deletes all inputs when you click the respective buttons, and it
doesn't crash or exhibit any unusual behavior:

http://vidvox.com/rays_oddsnends/OSCManagerCrashTest.zip

please post (or send me directly) crash logs and/or sample code.

cheers
: : ray

Original comment by raycut...@gmail.com on 25 Feb 2013 at 4:15