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 178155 - Exceptions in MockServices
Summary: Exceptions in MockServices
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: NB JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks: 178567
  Show dependency tree
 
Reported: 2009-12-04 09:47 UTC by Egor Ushakov
Modified: 2010-01-11 23:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
part of the stack (3.29 KB, text/plain)
2009-12-04 09:50 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2009-12-04 09:47:19 UTC
Starting from build:
http://elif:8080/hudson/job/cnd-build/1393/
org.netbeans.modules.cnd.debugger.gdb.GdbUnitTest.testLocalSimple
test starts to fail.
From the log it looks like JUnit issue.
Comment 1 Egor Ushakov 2009-12-04 09:50:20 UTC
Created attachment 92132 [details]
part of the stack
Comment 2 Egor Ushakov 2009-12-10 04:35:39 UTC
It looks like test failures appeared after:
http://hg.netbeans.org/cnd-main/rev/c467b0296144
Jaroslav, can you look at this, please.
Comment 3 Jaroslav Tulach 2009-12-22 14:01:04 UTC
Steps to reproduce please. What test case shall I execute (the stacktraces has a lot of "cases", but none ending with "Test").
Comment 4 Egor Ushakov 2009-12-23 03:07:57 UTC
org.netbeans.modules.cnd.debugger.gdb.VariablesTestCase
it is inside the project cnd.debugger.gdb, you may need to run project's test target first to do some general stuff. After that you can run VariablesTestCase alone. It is disable in GdbUnitTest suite for now.
Comment 5 Jaroslav Tulach 2010-01-11 11:30:36 UTC
core-main#45dfff6b5ca2
Comment 6 Quality Engineering 2010-01-11 23:32:42 UTC
Integrated into 'main-golden', will be available in build *201001120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/45dfff6b5ca2
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #178155: Preventing StackOverFlow due to long initialization inside ModuleSystem's constructor. Splitting the constructor into fast creation and longer init parts.