quan-xie / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

unexpected char: } #159

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tried to debug the app but breakpoints in the source don't work. IDE does not 
stop at any of them at all. Besides there are tens of error messages reported 
by IDE. Error reports are all the same - example of error report is added below 
in the end of the issue.

What steps will reproduce the problem?
Don't know exactly. 
I've looked throughout the GdbProperties source and it seems like it fails 
while parsing list of objects and unexpectedly bumping into the structure 
instead of an object or a value. 

What version of the product are you using? On what operating system?
GNU gdb (GDB) Fedora 7.6.50.20130731-16.fc20
Eclipse - Version: 4.3.1  Build id: 11fc20

Please provide any additional information below.

Eclipse error list has a bunch of errors similar to:

java.io.IOException: unexpected char: }
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseArrayValue(GdbProperties.java:171)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseValue(GdbProperties.java:111)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseKeyValue(GdbProperties.java:73)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseKeyValues(GdbProperties.java:50)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parsePropertiesValue(GdbProperties.java:135)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseValue(GdbProperties.java:109)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseKeyValue(GdbProperties.java:73)
    at com.googlecode.goclipse.debug.gdb.GdbProperties.parseKeyValues(GdbProperties.java:50)
    at com.googlecode.goclipse.debug.gdb.GdbEvent.parse(GdbEvent.java:88)
    at com.googlecode.goclipse.debug.gdb.GdbConnection.handleAsyncResult(GdbConnection.java:196)
    at com.googlecode.goclipse.debug.gdb.GdbConnection.handleGdbInput(GdbConnection.java:166)
    at com.googlecode.goclipse.debug.gdb.GdbConnection.processBuffer(GdbConnection.java:116)
    at com.googlecode.goclipse.debug.gdb.GdbConnection.streamAppended(GdbConnection.java:104)
    at org.eclipse.debug.internal.core.OutputStreamMonitor$ContentNotifier.run(OutputStreamMonitor.java:258)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.debug.internal.core.OutputStreamMonitor$ContentNotifier.notifyAppend(OutputStreamMonitor.java:268)
    at org.eclipse.debug.internal.core.OutputStreamMonitor.fireStreamAppended(OutputStreamMonitor.java:117)
    at org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:157)
    at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:135)
    at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:208)
    at java.lang.Thread.run(Thread.java:744)

Original issue reported on code.google.com by skurt...@gmail.com on 28 Dec 2013 at 8:08