Revision: 41526
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41526&view=rev
Author:   starseeker
Date:     2010-12-06 23:24:43 +0000 (Mon, 06 Dec 2010)

Log Message:
-----------
The Tcl_DoOneEvent call here (I believe added by n_reed in r40357) is causing a 
crash in the regression tests.  Was not there previously.  Other calls have 
been added - may want to remove them all, but this is the only confirmed 
troublemaker at this time.

Modified Paths:
--------------
    brlcad/branches/cmake/src/librt/primitives/bot/bot.c

Modified: brlcad/branches/cmake/src/librt/primitives/bot/bot.c
===================================================================
--- brlcad/branches/cmake/src/librt/primitives/bot/bot.c        2010-12-06 
23:15:10 UTC (rev 41525)
+++ brlcad/branches/cmake/src/librt/primitives/bot/bot.c        2010-12-06 
23:24:43 UTC (rev 41526)
@@ -2953,8 +2953,6 @@
     for (i=0; i<num_faces; i++) {
        j = i+1;
 
-       Tcl_DoOneEvent(TCL_DONT_WAIT);
-
        while (j<num_faces) {
            /* each pass through this loop either increments j or
             * decrements num_faces


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to