Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2017 14:37
Show Gist options
  • Save anonymous/0264a066004ebbd814485a8be1763f13 to your computer and use it in GitHub Desktop.
Save anonymous/0264a066004ebbd814485a8be1763f13 to your computer and use it in GitHub Desktop.
OpenCobolIDE log
11:25:52:464::INFO::9868::open_cobol_ide::version: 4.7.6
11:25:52:465::INFO::9868::open_cobol_ide.app::files to open: []
11:26:04:804::INFO::9868::open_cobol_ide.compilers::GnuCOBOL compiler check: success (1/1)
11:26:04:804::INFO::9868::open_cobol_ide.compilers::Executable extension: .exe
11:26:04:804::INFO::9868::open_cobol_ide.compilers::Module extension: .dll
11:26:05:135::INFO::9868::open_cobol_ide.app::GnuCOBOL version: cobc (GnuCOBOL) 2.0.0
11:29:20:935::INFO::9868::open_cobol_ide.controllers.edit::applying settings
11:35:02:890::INFO::9868::open_cobol_ide.compilers::GnuCOBOL compiler check: success (1/1)
11:35:02:891::INFO::9868::open_cobol_ide.compilers::Executable extension: .exe
11:35:02:891::INFO::9868::open_cobol_ide.compilers::Module extension: .dll
11:35:02:945::INFO::9868::open_cobol_ide.controllers.cobol::running compilation thread: ['C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\helloWorld.cbl']
11:35:02:948::INFO::9868::open_cobol_ide.compilers::compiling C:\Users\Camila.PC-CAMILA.000\Desktop\cobol\helloWorld.cbl
11:35:05:025::INFO::9868::open_cobol_ide.compilers::binary file 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin\\helloWorld.exe' created: True
11:35:05:025::INFO::9868::open_cobol_ide.compilers::compile results: 0 - []
11:35:05:032::INFO::9868::open_cobol_ide.controllers.cobol::running program: 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin\\helloWorld.exe' (working dir='C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin')
11:35:37:511::INFO::9868::open_cobol_ide.controllers.cobol::running compilation thread: ['C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\helloWorld.cbl']
11:35:37:514::INFO::9868::open_cobol_ide.compilers::compiling C:\Users\Camila.PC-CAMILA.000\Desktop\cobol\helloWorld.cbl
11:35:37:835::INFO::9868::open_cobol_ide.compilers::binary file 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin\\helloWorld.exe' created: False
11:35:37:836::INFO::9868::open_cobol_ide.compilers::compile results: 1 - [(' syntax error, unexpected ERASE', 2, 13, 0, None, None, 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\helloWorld.cbl')]
11:36:03:461::INFO::9868::open_cobol_ide.controllers.cobol::running compilation thread: ['C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\helloWorld.cbl']
11:36:03:462::INFO::9868::open_cobol_ide.compilers::compiling C:\Users\Camila.PC-CAMILA.000\Desktop\cobol\helloWorld.cbl
11:36:03:784::INFO::9868::open_cobol_ide.compilers::binary file 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin\\helloWorld.exe' created: False
11:36:03:784::INFO::9868::open_cobol_ide.compilers::compile results: 1 - [(' syntax error, unexpected ERASE', 2, 13, 0, None, None, 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\helloWorld.cbl')]
11:36:13:385::INFO::9868::open_cobol_ide.controllers.cobol::running compilation thread: ['C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\helloWorld.cbl']
11:36:13:385::INFO::9868::open_cobol_ide.compilers::compiling C:\Users\Camila.PC-CAMILA.000\Desktop\cobol\helloWorld.cbl
11:36:15:580::INFO::9868::open_cobol_ide.compilers::binary file 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin\\helloWorld.exe' created: True
11:36:15:580::INFO::9868::open_cobol_ide.compilers::compile results: 0 - []
11:36:15:585::INFO::9868::open_cobol_ide.controllers.cobol::running program: 'C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin\\helloWorld.exe' (working dir='C:\\Users\\Camila.PC-CAMILA.000\\Desktop\\cobol\\bin')
11:36:22:627::CRITICAL::9868::qcrash._hooks::unhandled exception:
File "d:\users\colin\documents\pyqode.core\pyqode\core\api\utils.py", line 122, in _exec_requested_job
File "d:\users\colin\documents\pyqode.core\pyqode\core\panels\folding.py", line 505, in _highlight_surrounding_scopes
File "d:\users\colin\documents\pyqode.core\pyqode\core\api\folding.py", line 226, in __init__
ValueError: Not a fold trigger
11:36:22:627::CRITICAL::9868::open_cobol_ide.app::unhandled exception:
File "d:\users\colin\documents\pyqode.core\pyqode\core\api\utils.py", line 122, in _exec_requested_job
File "d:\users\colin\documents\pyqode.core\pyqode\core\panels\folding.py", line 505, in _highlight_surrounding_scopes
File "d:\users\colin\documents\pyqode.core\pyqode\core\api\folding.py", line 226, in __init__
ValueError: Not a fold trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment