Bug 3706 - NullPointerException at frysk.gui.srcwin.SourceBuffer.highlightLine(FryskGui)
Summary: NullPointerException at frysk.gui.srcwin.SourceBuffer.highlightLine(FryskGui)
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2006-12-12 16:51 UTC by Mike Cvet
Modified: 2006-12-12 19:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
File 1 (571 bytes, application/octet-stream)
2006-12-12 16:52 UTC, Mike Cvet
Details
File 2 (347 bytes, application/octet-stream)
2006-12-12 16:52 UTC, Mike Cvet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2006-12-12 16:51:01 UTC
From Stan:

I've been fooling around with c++ and the following program (g++
loopxx.cc -g -o loopxx.x) gets this with a new build...

java.lang.NullPointerException
   at frysk.gui.srcwin.SourceBuffer.highlightLine(FryskGui)
   at frysk.gui.srcwin.SourceWindow.populateStackBrowser(FryskGui)
   at frysk.gui.srcwin.SourceWindow.finishSourceWin(FryskGui)
   at frysk.gui.srcwin.SourceWindow$LockObserver$25.run(FryskGui)
   at org.gnu.glib.CustomEvents.runEvents(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)
Comment 1 Mike Cvet 2006-12-12 16:52:07 UTC
Created attachment 1459 [details]
File 1
Comment 2 Mike Cvet 2006-12-12 16:52:22 UTC
Created attachment 1460 [details]
File 2
Comment 3 Mike Cvet 2006-12-12 19:20:18 UTC
2006-12-12  Mike Cvet  <mcvet@redhat.com>

	* SourceBuffer.java (highlightLine): Assign a default empty string for
	this scope's source filename. Fixes #3706.