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 227983 - OSX 10.8: Code Assistance doesn't work
Summary: OSX 10.8: Code Assistance doesn't work
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-27 09:27 UTC by soldatov
Modified: 2015-03-17 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test project (12.00 KB, application/x-tar)
2013-03-27 09:27 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-03-27 09:27:51 UTC
Created attachment 133116 [details]
test project

Almost all tests fails in BinaryProjectTest and ConfigureCodeAssistanceTest suites on OSX 10.8

Scenario:
- Launch NetBeans on OSX 10.8
- Unpack the attached file
- Create "C/C++ Project from Binary File" project (select test.o as binary file)
==> unresolved includes in project
Comment 1 Alexander Simon 2013-03-28 12:36:57 UTC
Investigation:
Dwarf info does not contain needed info.
For example output of 

#strings test.o
__text
__TEXT
__debug_frame
__DWARF
__debug_info
__DWARF
__debug_abbrev
__DWARF
__debug_aranges
__DWARF
__debug_macinfo
__DWARF
__debug_loc
__DWARF
__debug_pubnames__DWARF
__debug_pubtypes__DWARF
__debug_str
__DWARF
__debug_ranges
__DWARF
__data
__DATA
__cstring
__TEXT
__eh_frame
__TEXT
__debug_line
__DWARF
__debug_inlined
__DWARF
4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
test.c
/Users/tester/testBuildProject/src
main
main
main
/Users/tester/testBuildProject/src
test.c
_main
_puts
_main.eh
L_.str
EH_frame0

does not contain expected names (dir and function.h)
Please investigate why?
- compiler stops provide needed info
- debug level was changed
- new compiler flags were introduced
Comment 2 Alexander Simon 2013-03-29 09:22:11 UTC
Magically "exec log" is working again (see bug #214920).
Comment 3 soldatov 2015-03-17 13:59:56 UTC
QA will use this link in order to mark failures in "Code Assistance" suite as a known bug.