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 82817 - Commit validation test testDebugging is always failing
Summary: Commit validation test testDebugging is always failing
Status: VERIFIED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks: 82293
  Show dependency tree
 
Reported: 2006-08-16 15:08 UTC by Sherold Dev
Modified: 2006-10-20 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error.log (3.31 KB, text/plain)
2006-08-16 15:08 UTC, Sherold Dev
Details
jemmy.log (6.33 KB, text/plain)
2006-08-16 15:09 UTC, Sherold Dev
Details
screen.png (50.87 KB, image/png)
2006-08-16 15:09 UTC, Sherold Dev
Details
screenBeforeCleanup.png (49.64 KB, image/png)
2006-08-16 15:10 UTC, Sherold Dev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherold Dev 2006-08-16 15:08:27 UTC
It is 100% reproducable on my machine.
Comment 1 Sherold Dev 2006-08-16 15:08:49 UTC
Created attachment 32991 [details]
error.log
Comment 2 Sherold Dev 2006-08-16 15:09:24 UTC
Created attachment 32992 [details]
jemmy.log
Comment 3 Sherold Dev 2006-08-16 15:09:49 UTC
Created attachment 32993 [details]
screen.png
Comment 4 Sherold Dev 2006-08-16 15:10:11 UTC
Created attachment 32994 [details]
screenBeforeCleanup.png
Comment 5 Sherold Dev 2006-08-16 15:14:01 UTC
Linux 2.6.15.7

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)

Qt: 3.3.6
KDE: 3.5.3
KDesktop: 3.5.3
Comment 6 Martin Entlicher 2006-08-16 15:26:15 UTC
Hmm, but it works fine in our continual builds...

Jirka, do you know what can be a problem? It looks like it tries to finish a
debugger session, but there's not one according to the screenshots...
Comment 7 Jiri Skrivanek 2006-08-29 12:54:06 UTC
It failed because it didn't toggle breakpoint using shortcut. Could you verify
that shortcut CTRL+F8 works for you in IDE?
Comment 8 Sherold Dev 2006-08-29 15:50:45 UTC
That's it. Ctrl + F8 was used for desktop switching. It is probably the KDE
default. After disabling this shortcut the CV is not failing anymore. Feel free
to close this issue. Thanks
Comment 9 Martin Entlicher 2006-08-29 18:20:57 UTC
O.K. Thanks.
Resolving as works for me.
Comment 10 Andrew Korostelev 2006-10-20 10:59:27 UTC
verified