Changes between Initial Version and Version 1 of Ticket #3740, comment 5


Ignore:
Timestamp:
Jan 28, 2019, 2:33:56 PM (5 years ago)
Author:
pmav99

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3740, comment 5

    initial v1  
    1515}}}
    1616
    17 The logic of the code that calls `_quitGRASS` seems AFAI can tell correct. I don't see the warning on the console, so assuming that warnings do get logged by default, the problem could be in the `os.kill` call. To be honest, the main reason I was using `exec` in the first place was to have proper signal propagation (_2). Could someone tell me how can I increase the log level?
     17The logic of the code that calls `_quitGRASS` seems AFAI can tell correct. I don't see the warning on the console, so assuming that warnings do get logged by default, the problem could be in the `os.kill` call. To be honest, the main reason I was using `exec` in the first place was to have proper signal propagation (_2).
     18
     19For the record I tried this without the script. I.e. I activated the virtualenv manually and executed `grass77`. The behavior is still the same. I need to exit twice. So it is not related to the wrapper script. Could someone tell me how can I increase the log level?
    1820
    1921_1: https://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/lmgr/frame.py#L2599