I’m running a small script that is displayed on another computer screen
via X11. I notice a lot of odd seg faults. I also notice a lot of
warning with tk when using -w. I can run the program from my screen
computer with no problems.
%export DISPLAY=rachael:0; net_utils
./net_utils:32: warning: runCmd (…) interpreted as method call
./net_utils:37: warning: runCmd (…) interpreted as method call
./net_utils:43: warning: runCmd (…) interpreted as method call
./net_utils:76: warning: *' interpreted as argument prefix ./net_utils:77: warning:
’ interpreted as argument prefix
/usr/lib/ruby/1.6/tk.rb:453: warning: *' interpreted as argument prefix /usr/lib/ruby/1.6/tk.rb:457: warning:
’ interpreted as argument prefix
/usr/lib/ruby/1.6/tk.rb:509: warning: statement not reached
/usr/lib/ruby/1.6/tk.rb:839: warning: *' interpreted as argument prefix /usr/lib/ruby/1.6/tk.rb:840: warning:
’ interpreted as argument prefix
/usr/lib/ruby/1.6/tk.rb:848: warning: *' interpreted as argument prefix /usr/lib/ruby/1.6/tk.rb:849: warning:
’ interpreted as argument prefix
/usr/lib/ruby/1.6/tk.rb:1097: [BUG] Segmentation fault
ruby 1.6.7 (2002-03-01) [i686-linux-gnu]
Aborted