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 112212 - unnecessary element in argv variable in Welcome project
Summary: unnecessary element in argv variable in Welcome project
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-07 16:31 UTC by dnikitin
Modified: 2009-06-25 10:59 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 dnikitin 2007-08-07 16:31:49 UTC
Testmachine: sqao35.sfbay
OS: Ubuntu
Java: 1.5.0_09
C/C++ Pack 20070802
----------------------------

to reproduce:
1) Open and build Welcome project
2) Step into project
3) open Local Variable view
 ==> argv have wrong number of elements (4)
argv
     argv[0] 0xbff2c3dd "Welcome_4/dist/Debug/welcome"
     argv[1] 0xbff2c411 "arg1"
     argv[2] 0xbff2c417 "arg2"
     argv[3] 0x0

argc = 3
Comment 1 dnikitin 2007-08-08 15:44:09 UTC
gdb version: GNU gdb 6.6-debian
Comment 2 _ gordonp 2007-08-08 16:23:50 UTC
Fixed in private build. I'll change state to Fixed once we decide whether this goes in
5.5.1u1 or 6.0.
Comment 3 _ gordonp 2007-09-07 20:32:24 UTC
Fixed
Comment 4 soldatov 2007-09-10 14:51:20 UTC
Verified in 070908 build