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 196000 - Attach doesn't work on MacOSX
Summary: Attach doesn't work on MacOSX
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 14:16 UTC by soldatov
Modified: 2011-03-04 05:45 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 soldatov 2011-02-25 14:16:37 UTC
NetBeans IDE Dev (Build 201102240001)

Scenario:
- Push Debug|Attach Debugger... menu item
==>
"ps failed, see log for details" in table

in messages.log:
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 4,294,967,296
WARNING [null]: Note - org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel ought to override getPersistenceType() rather than using the client property or accepting the default.
WARNING [org.netbeans.modules.cnd.debugger.common2.utils.PsProvider]: id command failed with 126
WARNING [org.netbeans.modules.cnd.debugger.common2.utils.PsProvider]: ps command failed with 126
Comment 1 Egor Ushakov 2011-02-28 21:11:49 UTC
ps results are not parsed correctly
Comment 3 Quality Engineering 2011-03-04 05:45:48 UTC
Integrated into 'main-golden', will be available in build *201103040000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3621f8cd3422
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #196000 (Attach doesn't work on MacOSX)