View Issue Details

IDProjectCategoryView StatusLast Update
0005229JEDI VCL00 JVCL Componentspublic2011-06-10 16:10
ReportermarcgeldonAssigned ToAHUser 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.31 
Target VersionFixed in Version3.40 
Summary0005229: JvStrHolder produces EAccessViolation
Descriptiontry to at the text lines found in the attached text file into JvStrHolder.Strings (on runtime or designtime). This will produce an EAccessViolation
TagsNo tags attached.

Activities

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>

AHUser

2010-05-10 18:07

developer   ~0017380

I don't get an access violation.

JvStrHolder1.Strings.LoadFromFile('D:\crash_jvstrholder_with_this_text.txt');

AHUser

2010-05-24 01:33

developer   ~0017417

Access violations that were caused from a missing Unicode migration of the macro-name parser are now fixed.

Issue History

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