PowerTheater from SequencDesign

A

Arijit

Guest
Hello Folks,

I am trying to run PowerTheater 2002.4.1. But I get an error which says the foll:

Segmentation Fault
ptshell: Error 0: child process exited abnormally
while executing
"exec >&@stdout <@stdin /p/sdt/sequence/2002.4.1/PowerTheater/bin/PowerTheater"
("uplevel" body line 1)
invoked from within
"uplevel exec $redir $new [lrange $args 1 end]"
(procedure "unknown" line 71)
invoked from within
"PowerTheater"

Can anyone please help?

Thanks, Arijit
 
"Arijit" <g_arijit@yahoo.com> wrote in message
news:4b9750e8.0307160800.2ed29d50@posting.google.com...
Hello Folks,

I am trying to run PowerTheater 2002.4.1. But I get an error which says
the foll:

Segmentation Fault
ptshell: Error 0: child process exited abnormally
while executing
"exec >&@stdout <@stdin
/p/sdt/sequence/2002.4.1/PowerTheater/bin/PowerTheater"
("uplevel" body line 1)
invoked from within
"uplevel exec $redir $new [lrange $args 1 end]"
(procedure "unknown" line 71)
invoked from within
"PowerTheater"

Can anyone please help?
Are you perhaps trying to issue the command that runs PowerTheater
from within the tool's own shell? The error is from a Tcl shell.
You typed the command "PowerTheater" to the Tcl shell; Tcl
didn't understand it, so punted it to its rather clever "unknown"
procedure, which decided that it was the name of a Unix command -
so it tried to run it (using the rather complicated "exec" command).

If the tool was already running at the time, you might well have
some trouble like that.

--

Jonathan Bromley, Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * Perl * Tcl/Tk * Verification * Project Services

Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, Hampshire, BH24 1AW, UK
Tel: +44 (0)1425 471223 mail: jonathan.bromley@doulos.com
Fax: +44 (0)1425 471573 Web: http://www.doulos.com

The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
 

Welcome to EDABoard.com

Sponsor

Back
Top