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

Summary: Attach doesn't work on MacOSX
Product: cnd Reporter: soldatov <soldatov>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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)