Bug 71829 - EXCEPTION_ACCESS_VIOLATION crash in USP10.dll
Summary: EXCEPTION_ACCESS_VIOLATION crash in USP10.dll
Status: RESOLVED DUPLICATE of bug 56390
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 16:28 EDT by Duane Bronson CLA
Modified: 2004-09-11 13:39 EDT (History)
1 user (show)

See Also:


Attachments
log file (5.96 KB, text/plain)
2004-08-11 16:47 EDT, Duane Bronson CLA
no flags Details
usp10.dll from Windows XP SP2 (397.00 KB, application/octet-stream)
2004-08-11 16:59 EDT, Duane Bronson CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Duane Bronson CLA 2004-08-11 16:28:53 EDT
SP2 just installed (could be significant)

This seems to be caused by too many underscores in a single line.  Trying to get
the editor to load a simple file like this will cause it to crash.  Remove the
comment and it displays strange behavior such as not painting punctuation (. and
;).  If you type a ; at the end of the line, it will then crash.  Remove the
underscores and all is happy.

package eat.my.shorts;

public class LogSourceData {

	public static int LOG_SOURCE_FILE_GLOBAL_SETTINGS			=
com.veritas.DataManagement.Log.LOG_SOURCE_FILE_GLOBAL_SETTINGS.value;  // not a
log file.
	
}
Comment 1 Duane Bronson CLA 2004-08-11 16:47:26 EDT
Created attachment 13891 [details]
log file
Comment 2 Duane Bronson CLA 2004-08-11 16:56:48 EDT
Sometimes a long comment seems to cause it to crash.  The following comment in
any one of my files will cause Eclipse to crash.  Strangely, if the ** is
changed to a *, it does not crash.


/**
* @author dsb Generic Log Scraper. This has the smarts to load a log from the
agent and return each regex match one at a time.
*/
Comment 3 Duane Bronson CLA 2004-08-11 16:59:17 EDT
Created attachment 13892 [details]
usp10.dll from Windows XP SP2

Just in case it's significant, here's Windows\System32\USP10.DLL as mentioned
in the log file.  The date on this file is August 4, 2004, so I'm pretty sure
it was part of the SP2 update.
Comment 4 Grant Gayed CLA 2004-08-23 14:14:43 EDT
Duane, you're using the eclipse 3.0 release (or newer), right?

Felipe, this looks like bug 56390, which should already be fixed, no?
Comment 5 Felipe Heidrich CLA 2004-08-23 15:21:55 EDT
There is bug against microsoft for this problem.

*** This bug has been marked as a duplicate of 56390 ***
Comment 6 Veronika Irvine CLA 2004-09-01 18:18:08 EDT
Duane, which version of eclipse are you running?
Comment 7 Duane Bronson CLA 2004-09-11 13:39:40 EDT
Yes, I'm using the 3.0 version.  I think you guys analyzed the problem 
correctly.  Thanks.