Custom Query (431 matches)
Results (106 - 108 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1396 | fixed | SGE fixes detected by clangs static analyser | o.flebbe@… | |
Description |
Hi Appended you find 3 patch files for bugs detected by clang's static analyser. I did this with a XCode project created by cmake. Hope the attachements will go through correctly Greetings, Olaf -- Vorstand/Board? of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Philippe Miltin Sitz/Registered? Office: Tuebingen Registergericht/Registration? Court: Stuttgart Registernummer/Commercial? Register No.: HRB 382196 0001-clang-static-ananlyser-detected-duplicate-lines-and-.patch 0002-clang-static-analyser-do-not-divide-by-zero.patch |
|||
#1545 | invalid | SGE Buffering Python Output | agrothberg | |
Description |
For some reason SGE seems to buffer the output from Python. see: http://stackoverflow.com/questions/9876967/sge-script-print-to-file-during-execution-not-just-at-the-end or: http://stackoverflow.com/questions/26667008/sge-how-to-see-the-output-in-real-time When I run this shell script: echo "hello" PYTHONUNBUFFERED=1 python -u hello_world_delay.py with this python script: import time print "Hello world" time.sleep(10) print "Hello world" I see the first hello printed by the shell script but I do not see the Python output at all until Python is done running. |
|||
#1539 | fixed | Report SSL error IDs as hexadecimal | Dave Love <d.love@…> | wish |
Description |
As per the e-mail linked below I had to convert a decimal code from SoGE logs to hexadecimal in order to find the likely source of a problem. Searching with the decimal version of the ID found very little - none of it helpful. http://gridengine.org/pipermail/users/2015-July/008588.html |