ChimeraX bug report submission
Reported by: |
Greg Couch |
Owned by: |
|
Priority:
|
normal
|
Milestone:
|
|
Component:
|
Logging
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Blocked By:
|
|
Blocking:
|
|
Notify when closed:
|
|
Platform:
|
all
|
Project:
|
ChimeraX
|
|
|
The following bug report has been submitted:
Platform: Linux-4.15.0-38-generic-x86_64-with-debian-buster-sid
ChimeraX Version: 0.8 (2018-09-28)
Description
Test of bug reporter and multiple copies of commands.
Log:
UCSF ChimeraX version: 0.8 (2018-09-28)
How to cite UCSF ChimeraX
> usage debug
debug dumpspec dumpspec atoms
— report what an atom specifier matches
debug exception
— generate exception to test exception handling
debug sdump sessionFile [output]
— create human-readable session
sessionFile: name of a file to open/read
output: name of a file to save/write
debug test [stderr true or false]
— Run through test sequence of commands to check for errors
QLineEdit::setSelection: Invalid start position (-1)
> debug exception
Traceback (most recent call last):
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-
packages/chimerax/cmd_line/tool.py", line 219, in execute
cmd.run(cmd_text)
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-
packages/chimerax/core/commands/cli.py", line 2581, in run
result = ci.function(session, **kw_args)
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-
packages/chimerax/core/session.py", line 974, in _gen_exception
raise RuntimeError("Generated exception for testing purposes")
RuntimeError: Generated exception for testing purposes
RuntimeError: Generated exception for testing purposes
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-
packages/chimerax/core/session.py", line 974, in _gen_exception
raise RuntimeError("Generated exception for testing purposes")
See log for complete Python traceback.
OpenGL version: 4.5 (Core Profile) Mesa 18.0.5
OpenGL renderer: AMD TAHITI (DRM 2.50.0 / 4.15.0-38-generic, LLVM 6.0.0)
OpenGL vendor: X.Org
Test of fix for #1412 showing that it is fixed!