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 183542 - Debugger doesn't work on MacOSX
Summary: Debugger doesn't work on MacOSX
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 09:45 UTC by soldatov
Modified: 2010-04-07 04:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb log (6.52 KB, text/plain)
2010-04-06 09:50 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2010-04-06 09:45:08 UTC
Scenario:
- Create Welcome project
- Push "Step Into"
==> no response from IDE

INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 source roots took: 5336 ms (New or modified files: 189, Deleted files: 0)
WARNING [gdb.logger]: Unexpected gdb error: "mi_cmd_stack_list_frames: Not enough frames in stack.",stack={frame={level="0",addr="0x00001c74",fp="0xbffff860",func="main",file="welcome.cc",fullname="/Users/tester/NetBeansProjects/Welcome_4/welcome.cc",line="34",dir="/Users/tester/NetBeansProjects/Welcome_4"}}
WARNING [gdb.logger]: Unexpected gdb error: "mi_cmd_stack_list_args: Not enough frames in stack.",stack-args={frame={level="0",args={{name="argc",value="5"},{name="argv",value="(char **) 0xbffff880"}}}}
Comment 1 soldatov 2010-04-06 09:50:56 UTC
Created attachment 96746 [details]
gdb log
Comment 2 Egor Ushakov 2010-04-06 10:18:46 UTC
gdb on mac gives error for limited stack request
Comment 3 Egor Ushakov 2010-04-06 12:10:28 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/07a513173b79
Comment 4 Quality Engineering 2010-04-07 04:41:37 UTC
Integrated into 'main-golden', will be available in build *201004070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/07a513173b79
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #183542 (Debugger doesn't work on MacOSX) - reimplemented stack depth limit with gdb property