View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005229 | JEDI VCL | 00 JVCL Components | public | 2010-04-27 09:34 | 2011-06-10 16:10 |
| Reporter | marcgeldon | Assigned To | AHUser | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.31 | ||||
| Target Version | Fixed in Version | 3.40 | |||
| Summary | 0005229: JvStrHolder produces EAccessViolation | ||||
| Description | try to at the text lines found in the attached text file into JvStrHolder.Strings (on runtime or designtime). This will produce an EAccessViolation | ||||
| Tags | No tags attached. | ||||
|
2010-04-27 09:34
|
crash_jvstrholder_with_this_text.txt (891 bytes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>%"TITLE"%</title>
<style type="text/css">
html, body { background: black; margin: 0; padding: 0; height: 100%; }
iframe {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
border: none; padding-top: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
</style>
<meta name="googlebot" content="noarchive" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
</head>
<body>
<iframe src="%"URL"%"></iframe>
</body>
</html>
|
|
|
I don't get an access violation. JvStrHolder1.Strings.LoadFromFile('D:\crash_jvstrholder_with_this_text.txt'); |
|
|
Access violations that were caused from a missing Unicode migration of the macro-name parser are now fixed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-04-27 09:34 | marcgeldon | New Issue | |
| 2010-04-27 09:34 | marcgeldon | File Added: crash_jvstrholder_with_this_text.txt | |
| 2010-05-10 18:07 | AHUser | Note Added: 0017380 | |
| 2010-05-10 18:07 | AHUser | Status | new => feedback |
| 2010-05-24 01:33 | AHUser | Note Added: 0017417 | |
| 2010-05-24 01:33 | AHUser | Status | feedback => resolved |
| 2010-05-24 01:33 | AHUser | Fixed in Version | => Daily / SVN |
| 2010-05-24 01:33 | AHUser | Resolution | open => fixed |
| 2010-05-24 01:33 | AHUser | Assigned To | => AHUser |
| 2011-06-10 16:10 | obones | Fixed in Version | Daily / SVN => 3.40 |