View Issue Details

IDProjectCategoryView StatusLast Update
0001210Ecere SDKide:debuggerpublic2019-01-10 17:37
Reporterredj Assigned To 
PrioritynormalSeverityminorReproducibilitysometimes
Status newResolutionopen 
OSnon-windows 
Product Version0.44.15 
Target Version0.44.16 
Summary0001210: program output is sometimes truncated when showed in the output / debug view
Descriptiontruncated stdout when showed in output / debug view

idk if this "Failed to set controlling terminal" error message is part of the issue or unrelated or even unwanted...
Steps To Reproducejust run a program that outputs to stdout on linux
Additional Informationwhat we got:
Starting debug mode
&"warning: GDB: Failed to set controlling terminal: Inappropriate ioctl for device\n"
Reji is your friend!
Try one of these commands:

The program /home/redj/c/e/s/reji/cli/obj/debug.linux/reji has exited normally.

what we should get:
Starting debug mode

&"warning: GDB: Failed to set controlling terminal: Inappropriate ioctl for device\n"
Reji is your friend!
Try one of these commands:
   reji about
   reji license
   reji version
   reji examples
   reji help

The program /home/redj/c/e/s/reji/cli/obj/debug.linux/reji has exited normally.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-01-10 17:37 redj New Issue