View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004118 | JEDI VCL | 00 JVCL Components | public | 2007-04-29 00:03 | 2007-04-30 01:29 |
Reporter | adit_bose | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0004118: Bug in JvThread | ||||
Description | I've used JvThread in my application. While using it, I've found a bug in the ThreadTerminate method, that can be seen in the attached program. On calling JvThread.Terminate after ThreadExecute or ThreadExecuteAndWait, it does NOT terminate. It is Terminated by passing a boolean value (QuitThread). | ||||
Additional Information | The thread is Terminated by passing a boolean value (QuitThread), but this is not the proper way to terminate the thread because, this sample program instantiates on a loop, what if there is no loop? | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-29 00:03 | adit_bose | New Issue | |
2007-04-29 00:03 | adit_bose | File Added: ThreadBugSource.zip | |
2007-04-30 01:27 | obones | Relationship added | duplicate of 0004117 |
2007-04-30 01:28 | obones | Status | new => resolved |
2007-04-30 01:28 | obones | Resolution | open => duplicate |
2007-04-30 01:28 | obones | Assigned To | => obones |