Issues.00065 - lordmundi/wikidoctest GitHub Wiki
00065: doug.node command segfaults on type mismatch
Summary: doug.node command segfaults on type mismatch
Created: 2008–01–11 11:01
Status: Released
Category: Bug
From: frankie
Version: 1.1
Released_In: 2.0
Description:
It looks like a "doug.node" tcl command with camera parameters, such as "limit -cam_pan", will seg fault when the node type is not a camera.
The issue was noticed when a blank config was being used and a node called "Bottom" was added to the scene by the user. The doug.tcl file has some commands to operate on the camera called "Bottom" that normally exists, and it seg faults.
Comments
brad June 2, 2008, at 03:25 PM: added checks inside of the doug.node command to fix the problem.