History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: DEV-4123
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Srikanth
Reporter: Srikanth
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Dev

Plugin crashes immediately and doesn't launch

Created: 02/Nov/09 11:43 AM   Updated: 25/Nov/09 07:51 AM
Component/s: 5.5QA
Affects Version/s: None
Fix Version/s: None

Environment: Windows XP

Component-Tag: Plugin


 Description  « Hide
On my system when I try to launch plugin, it crashes. This is happening only on my machine, tried on other windows machine and it works fine. Still investigating the cause.

 All   Comments   Change History      Sort Order:
Bharat Varma - 13/Nov/09 01:28 AM
Unable to reproduce. Please verify on the latest packs.

Srikanth - 19/Nov/09 09:26 AM
This is reproducible on the latest pack. I re-verified this against previous pack and that works fine. We need to investigate this issue. Its happening in only some of the builds.

Srikanth - 24/Nov/09 05:55 AM
This is reproducible on Uday's machine also.

Bharat Varma - 24/Nov/09 05:58 AM
Let us see if turning off upx compression fixes the problem.

Jogeshwar Karthik Akundi - 24/Nov/09 07:12 AM
issue was with the code in reading the string resouces file. In case the last lines contained some blank spaces etc, the code would access invalid array index and crash. This check has been added in the code now. The code now works with the files for which it would crash previously.
Raja would give the fix along with build tomorrow.

Raja - 25/Nov/09 04:22 AM
An issue with the file reading done as part of string externalization. we do a split on key=value pair and insert it into the map . If there is any blank link with some spaces at the end of file, we were not checking for size of split list and so insert is failing.

Srikanth - 25/Nov/09 07:51 AM
Verified against 25 Nov build. Its working.