-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiler show text report not working #390
Comments
BSD does produce unexpected errors. Can you bring up the Shoes log/console - there maybe an error on it. Or small script to call shoes.terminal which is what the text profiler uses. |
Opening Opening the profiler from cobbler, running and show text report leads to the following error: Error in <unknown> line 0 | 2017-11-24 10:48:52 -0500
no implicit conversion of nil into String
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:330:in `basename'
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:330:in `block in textscreen'
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:326:in `stack'
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:326:in `textscreen'
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:303:in `call'
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:303:in `visit'
/usr/home/ian/.shoes/walkabout/lib/shoes/profiler.rb:303:in `block (3 levels) in graphscreen' |
This does seem to be unique to bsd. Confirmed that it fails. OK on linux. A quick scan of the ruby only provides a suspicion that maybe visit() has broken again . Only a guess. |
* add option to use the launch terminals stdout/stderr instead of Shoes.terminal for text report
I have a workaround since it's a very strange bug. Output to the launch terminal. Might as well output to a file while I'm at it. Could be helpful for #389 test archiving. There is a Windows exe beta at the usual place. @backorder will have to build minbsd from branch 'master'. |
This is great work @ccoupe. It will certainly be useful. |
Closing. Not perfectly fixed but freebsd only bugs have low priority. |
Show text report hangs Shoes on FreeBSD.
The text was updated successfully, but these errors were encountered: