Opened 9 years ago
Closed 9 years ago
#44 closed defect (duplicate)
bug on exit
Reported by: | yanll | Owned by: | yanll |
---|---|---|---|
Priority: | minor | Milestone: | pre-alpha |
Component: | general | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
Exception in thread Thread-2:
Traceback (most recent call last):
File "/opt/shared/library/python-2.7.10/lib/python2.7/threading.py", line 810, in bootstrap_inner
self.run()
File "/opt/shared/home/yanll/GPPDfly/src/presenter/updateStreaming.py", line 147, in run
self.can.draw()
File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/matplotlib-1.5.0-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt5agg.py", line 159, in draw
self.update()
RuntimeError?: wrapped C/C++ object of type CSNSCanvas has been deleted
Unhandled exception in thread started by <bound method protonSimulator.bootstrap of <protonSimulator(Thread-1, stopped daemon 140002631505664)>>
Traceback (most recent call last):
File "/opt/shared/library/python-2.7.10/lib/python2.7/threading.py", line 783, in bootstrap
self.bootstrap_inner()
File "/opt/shared/library/python-2.7.10/lib/python2.7/threading.py", line 823, in bootstrap_inner
(self.name, _format_exc()))
File "/opt/shared/library/python-2.7.10/lib/python2.7/traceback.py", line 241, in format_exc
etype, value, tb = sys.exc_info()
AttributeError?: 'NoneType?' object has no attribute 'exc_info'
Subtickets
Change History (2)
comment:1 Changed 9 years ago by zhangjr
comment:2 Changed 9 years ago by zhangjr
- Resolution set to duplicate
- Status changed from new to closed
refer to ticket #40