View Single Post
  #1  
Old 08-29-2006, 08:34 PM
pbeeson pbeeson is offline
Member
 
Join Date: Aug 2006
Posts: 31
Question Vizard bombs out when spawning threads

I wrote some code that spawns a thread to run an xmlrpc server that lets me control Vizard remotely (from a Linux machine running a program written in C++). Everything actually WORKS just fine. But, when I press "Run", the Vizard environment bombs out, but the actual display keeps running fine, I just can't see any debugging output or catch CTRL-C once the Vizard environment errors. Also, when I double click the main file to run outside the Vizard environment, the program works just fine and the black window that catches print commads gives debugging info without crashing.

Attached is an exmaple. If you double click the file, it will run just fine, but if you open it in Vizard then click run, the Vizard environment bombs out.


I hope this forum is a reasonable place to post bugs. I couldn't find anywhere else online.
Attached Files
File Type: zip test.zip (375 Bytes, 941 views)
Reply With Quote