Changeset 19194

Show
Ignore:
Timestamp:
08/12/06 15:27:02 (2 years ago)
Author:
allenb
Message:

Temporarily disable the stracktrace abilities on windows. This seems to cause a fault in some way
when creating threads.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/SystemBase.cpp

    r19136 r19194  
    279279 
    280280   ret_stack = trace_stream.str(); 
    281 #elif defined(VPR_OS_Windows) 
     281#elif defined(VPR_OS_Windows) && 0 
    282282// XXX: The code for getting the stack trace on amd64 and ia64 is not working. 
    283283// GetStackWalk64() always returns failure on the first call. This may be the