From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5572 invoked by alias); 19 Dec 2007 19:06:19 -0000 Received: (qmail 4905 invoked by uid 48); 19 Dec 2007 19:06:03 -0000 Date: Wed, 19 Dec 2007 19:06:00 -0000 From: "rmoseley at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20071219190603.5511.rmoseley@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5511] New: NPE when doing a "tab" after a "break" command X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00379.txt.bz2 List-Id: I get a null pointer exception when I "run" a program and then type in "break-SPACE-TAB. (fhpd) break java.lang.NullPointerException at frysk.debuginfo.ObjectDeclarationSearchEngine.complete(ObjectDeclarationSearchEngine.java:148) at frysk.expr.IncompleteIdentifierException.complete(IncompleteIdentifierException.java:61) at frysk.expr.ExpressionFactory.complete(ExpressionFactory.java:70) at frysk.hpd.CompletionFactory.completeExpression(CompletionFactory.java:79) at frysk.hpd.BreakpointCommand.completer(BreakpointCommand.java:185) at frysk.hpd.ParameterizedCommand.complete(ParameterizedCommand.java:199) at frysk.hpd.MultiLevelCommand.complete(MultiLevelCommand.java:149) at frysk.hpd.CLI.complete(CLI.java:132) at frysk.bindir.fhpd$FhpdCompletor.complete(fhpd.java:75) at jline.ConsoleReader.complete(ConsoleReader.java:811) at jline.ConsoleReader.readLine(Cons oleReader.java:551) at jline.ConsoleReader.readLine(ConsoleReader.java:503) at frysk.bindir.fhpd.main(fhpd.java:162) Internal Error: java.lang.NullPointerException at frysk.hpd.BreakpointCommand.interpret(BreakpointCommand.java:100) at frysk.hpd.ParameterizedCommand.interpret(ParameterizedCommand.java:142) at frysk.hpd.MultiLevelCommand.interpret(MultiLevelCommand.java:138) at frysk.hpd.CLI.execCommand(CLI.java:267) at frysk.bindir.fhpd.main(fhpd.java:163) -- Summary: NPE when doing a "tab" after a "break" command Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: rmoseley at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5511 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.