google-code-export / syphon-implementations

Automatically exported from code.google.com/p/syphon-implementations
1 stars 1 forks source link

System crashes while using certain third party tools. #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

(This issue was found on Unity3d Syphon Plugin, but it may not be Unity3d 
related.

1. Launch our application with a Unity3d Syphon Plugin.
2. Launch VDMX (available from 
http://www.techspot.com/downloads/3865-vdmx-for-mac.html)
3. Close VDMX and wait about 2 minutes.

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

Attached two crash reports of the incident.

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

SVN from a couple of weeks ago on OSX.

Please provide any additional information below.

Original issue reported on code.google.com by j...@freakishlyhappy.net on 23 Apr 2012 at 1:46

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like this is an issue with the Syphon for Unity plugin.

In the Unity implementation, ServerWatcherUtility.mm needs to check for NULL 
strings before calling mono_string_new(). May affect other files too.

Original comment by bangnoise@gmail.com on 23 Apr 2012 at 2:37

GoogleCodeExporter commented 9 years ago
I'll try to code it up and test it out.

Original comment by j...@freakishlyhappy.net on 23 Apr 2012 at 2:48