Subject: [bug] unable to run main
X-ISI-4-43-8-MailScanner: Found to be clean, Found to be clean
X-MailScanner-From: [email protected]
[Bug Report]
-----------------------------
Category: Other
Package: nam ns2.33
OS: linux fedora 9
Environment Variables:
LD_LIBRARY_PATH=/etc/ns-allinone-2.33/otcl-1.13/etc/ns-allinone-2.33/otcl-1.13:/etc/ns-allinone-2.33/lib
TCL_LIBRARY=/etc/ns-allinone-2.33/tcl8.4.18/library
TK_LIBRARY=/etc/ns-allinone-2.33/tk8.4.18/library
-----------------------------
Description:
Description of Problem:ns command is working, generating .tr .nam file
but nam command is not working.
How Easily Reproducible:everytime
(e.g. every time, intermittent, once only, etc.)
Steps to Reproduce:
1. install ns in ~/etc/ in fedora 9 using ./install
2. set all path in /etc/profile as directed at the end of installation from
root, than run ./validate
3.Log out root
4. Enter in any user account
5. run ns simple.tcl
6. run nam out.nam
Actual Results:
$ nam out.nam
nam:
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D)}] units
}
bind Li..."
Expected Results:
it should run nam in gui
Additional Information:
(the following infomation is helpful to debug:
1. simulation script, detailed output files, packet trace
2. patch file if you modify some source code
3. a backtrace from gdb if you get a segment fault
If they are big files, PLEASE put them in your web space and
include the URL here.)