Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Issue with Import File option in Memory View

Hi All,

 

I’m working with Eclipse Indigo (3.7.2 version). I have exported the contents of Memory view from an address range say 0xBFC00000 to 0xBFC0FFFF as RAW Binary format.

 

Later when I tried to restore the contents back to Memory view using Import File option, it didn’t work. The progress bar option “Memory Import from File ” shows a progress of 53%(or so) and gets hang. The entire IDE goes to Not Responding state if we try any other operation.

 

As I tried to debug the issue I could note that the code is waiting for Query to get executed. The Query request monitor object is waiting infinitely in isSuspended() method of DisassemblyBackendDsf.java

Please see below the gdb trace:

 

Please let me know what could be done further for resolving this issue.

 

Thanks in advance,

Malu

 
***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

Back to the top