View Issue Details

IDProjectCategoryView StatusLast Update
0003196JEDI VCL00 JVCL Componentspublic2005-09-23 17:22
ReporterremkobonteAssigned Toremkobonte 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0003196: TJvCreateProcess: not all output sent
DescriptionFrom the newsgroup:

I notice that about 10% of the time the process
terminates without all the output being sent. Usually it stops after the
first line. Running the executable at the command prompt doesn't exhibit
this problem.
Additional InformationBorland C++Builder 5 Professional SP1
Windows XP Professional SP1
Dell Latitude C640
PIV 2GHz
512MB RAM
TagsNo tags attached.

Activities

remkobonte

2005-09-15 17:27

developer   ~0007933

Try removing the

    if Assigned(FReadThread) then
      TJvReadThread(FReadThread).TerminateThread;

lines in the ConsoleWaitThreadTerminated procedure of TJvCreateProcess.

ajayre

2005-09-16 09:19

reporter   ~0007936

To do that I simply edit the .pas file in the run folder, uninstall JVCL using the uninstaller, then reinstall using the installer, right?

jfudickar

2005-09-20 01:44

developer   ~0007946

No, only update the file in the run folder and then recompile your app.

remkobonte

2005-09-23 17:22

developer   ~0007971

This is fixed in rev 1.29 of JvCreateProcess.pas

Issue History

Date Modified Username Field Change
2005-09-14 16:07 remkobonte New Issue
2005-09-15 17:26 remkobonte Status new => assigned
2005-09-15 17:26 remkobonte Assigned To => remkobonte
2005-09-15 17:27 remkobonte Note Added: 0007933
2005-09-15 17:27 remkobonte Status assigned => feedback
2005-09-16 09:19 ajayre Note Added: 0007936
2005-09-20 01:44 jfudickar Note Added: 0007946
2005-09-23 17:22 remkobonte Status feedback => resolved
2005-09-23 17:22 remkobonte Resolution open => fixed
2005-09-23 17:22 remkobonte Note Added: 0007971