-
-
Notifications
You must be signed in to change notification settings - Fork 791
Closed
Description
Expected Behavior
Fluent scrolling, no jitter, no crash
Current Behavior
- jitter when scrolling up and down.
- app crashes after 30-60s of scrolling with this error:
/Users/Jonas/.local/share/virtualenvs/toga-Z1tvi9lv/bin/python -m detailedlist
Fatal Python error: deallocating None
Current thread 0x00007fffb2b9b380 (most recent call first):
File "/Users/Jonas/Documents/Programming/PyBee/toga/src/cocoa/toga_cocoa/widgets/internal/refresh.py", line 172 in scrollWheel_
File "/Users/Jonas/Documents/Programming/PyBee/rubicon-objc/rubicon/objc/runtime.py", line 1032 in _objc_method
File "/Users/Jonas/Documents/Programming/PyBee/rubicon-objc/rubicon/objc/runtime.py", line 829 in __call__
File "/Users/Jonas/Documents/Programming/PyBee/rubicon-objc/rubicon/objc/runtime.py", line 907 in __call__
File "/Users/Jonas/Documents/Programming/PyBee/rubicon-objc/rubicon/objc/eventloop.py", line 621 in start
File "/Users/Jonas/Documents/Programming/PyBee/rubicon-objc/rubicon/objc/eventloop.py", line 381 in run
File "/Users/Jonas/Documents/Programming/PyBee/rubicon-objc/rubicon/objc/eventloop.py", line 425 in run_forever
File "/Users/Jonas/Documents/Programming/PyBee/toga/src/cocoa/toga_cocoa/app.py", line 171 in main_loop
File "/Users/Jonas/Documents/Programming/PyBee/toga/src/core/toga/app.py", line 169 in main_loop
File "/Users/Jonas/Documents/Programming/PyBee/toga/examples/detailedlist/detailedlist/__main__.py", line 4 in <module>
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85 in _run_code
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193 in _run_module_as_main
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)Steps to reproduce
- run the
detailedlist.pyexample - scroll up and down for 30-60s.
Your Environment
-
Python Version (3.6.5)
-
Operating System and Version (select from the following and list the specific version number; if your OS is not listed, list that as well)
- macOS - version: 10.13.5 (High Sierra)
- Linux - distro: - version:
- Windows - version:
- Other - name: - version:
-
Toga Target (the type of app you are trying to generate)
- android
- cocoa
- django
- gtk
- iOS
- tvOS
- watchOS
- winforms
- win32
- Other (please specify)
Metadata
Metadata
Assignees
Labels
No labels