Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 865902 Details for
Bug 1067887
[abrt] python-xdot: xdot.py:493:read_number:ValueError: invalid literal for int() with base 10: '442.5'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 2.01 KB, created by
Simon Farnsworth
on 2014-02-21 09:55:22 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Simon Farnsworth
Created:
2014-02-21 09:55:22 UTC
Size:
2.01 KB
patch
obsolete
>xdot.py:493:read_number:ValueError: invalid literal for int() with base 10: '442.5' > >Traceback (most recent call last): > File "/bin/xdot", line 9, in <module> > load_entry_point('xdot==0.5', 'gui_scripts', 'xdot')() > File "/usr/lib/python2.7/site-packages/xdot.py", line 1946, in main > win.open_file(args[0]) > File "/usr/lib/python2.7/site-packages/xdot.py", line 1880, in open_file > self.set_dotcode(fp.read(), filename) > File "/usr/lib/python2.7/site-packages/xdot.py", line 1862, in set_dotcode > if self.widget.set_dotcode(dotcode, filename): > File "/usr/lib/python2.7/site-packages/xdot.py", line 1476, in set_dotcode > self.set_xdotcode(xdotcode) > File "/usr/lib/python2.7/site-packages/xdot.py", line 1496, in set_xdotcode > self.graph = parser.parse() > File "/usr/lib/python2.7/site-packages/xdot.py", line 1166, in parse > DotParser.parse(self) > File "/usr/lib/python2.7/site-packages/xdot.py", line 976, in parse > self.parse_graph() > File "/usr/lib/python2.7/site-packages/xdot.py", line 985, in parse_graph > self.parse_stmt() > File "/usr/lib/python2.7/site-packages/xdot.py", line 1015, in parse_stmt > self.parse_subgraph() > File "/usr/lib/python2.7/site-packages/xdot.py", line 998, in parse_subgraph > self.parse_stmt() > File "/usr/lib/python2.7/site-packages/xdot.py", line 1007, in parse_stmt > self.handle_graph(attrs) > File "/usr/lib/python2.7/site-packages/xdot.py", line 1126, in handle_graph > self.shapes.extend(parser.parse()) > File "/usr/lib/python2.7/site-packages/xdot.py", line 624, in parse > points = self.read_polygon() > File "/usr/lib/python2.7/site-packages/xdot.py", line 516, in read_polygon > x, y = self.read_point() > File "/usr/lib/python2.7/site-packages/xdot.py", line 500, in read_point > y = self.read_number() > File "/usr/lib/python2.7/site-packages/xdot.py", line 493, in read_number > return int(self.read_code()) >ValueError: invalid literal for int() with base 10: '442.5' > >Local variables in innermost frame: >self: <xdot.XDotAttrParser instance at 0x1794e18>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1067887
:
865901
| 865902 |
865903