This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182572 - Stop downloading binaries to local host for dwarf analysis
Summary: Stop downloading binaries to local host for dwarf analysis
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-23 13:09 UTC by Leonid Lenyashin
Modified: 2010-03-27 06:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lenyashin 2010-03-23 13:09:11 UTC
Discovery and ic2line conversions currently download binary to local host for analysis. That is a huge overkill, it takes significant amount of time and it wastes user's disk space while the amount of necessary information is many time smaller than binary size (especially in case of "fat" Studio binaries). This results in negative user experience when using remote on slow connections. It also affects dlight, dbxtool(?) and potentially other products we will build on top of cnd.
Proposed solution is to move dwarf analysis to server side and only submit necessary information to client.
Comment 1 Quality Engineering 2010-03-26 05:32:47 UTC
Integrated into 'main-golden', will be available in build *201003260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/75e4e6bc559b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing BZ#182572 Stop downloading binaries to local host for dwarf analysis
Comment 2 Quality Engineering 2010-03-27 06:15:47 UTC
Integrated into 'main-golden', will be available in build *201003270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e7e90232ac39
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing BZ#182572 Stop downloading binaries to local host for dwarf analysis