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 248368 - Unexpected character (c) at position 2460. at org.json.simple.parser.Yylex.yylex
Summary: Unexpected character (c) at position 2460. at org.json.simple.parser.Yylex.yylex
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2014-11-03 14:03 UTC by Martin Entlicher
Modified: 2014-11-04 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213110


Attachments
stacktrace (1.04 KB, text/plain)
2014-11-03 14:03 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2014-11-03 14:03:49 UTC
Build: NetBeans IDE Dev (Build 20141103-7b09607a70d5)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b16, Java(TM) SE Runtime Environment, 1.8.0_40-ea-b12
OS: Linux

User Comments:
mentlicher: Occasionally thrown during node.js debugging.




Stacktrace: 
Unexpected character (c) at position 2460.
   at org.json.simple.parser.Yylex.yylex(Yylex.java:610)
   at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269)
   at org.json.simple.parser.JSONParser.parse(JSONParser.java:118)
   at org.json.simple.parser.JSONParser.parse(JSONParser.java:81)
   at org.netbeans.lib.v8debug.client.ClientConnection.received(ClientConnection.java:304)
   at org.netbeans.lib.v8debug.client.ClientConnection.runEventLoop(ClientConnection.java:145)
Comment 1 Martin Entlicher 2014-11-03 14:03:50 UTC
Created attachment 150238 [details]
stacktrace
Comment 2 Martin Entlicher 2014-11-03 15:08:43 UTC
Fixed by changeset:   280141:5197ed91c40e
http://hg.netbeans.org/web-main/rev/5197ed91c40e
Comment 3 Quality Engineering 2014-11-04 10:34:14 UTC
Integrated into 'main-silver', will be available in build *201411040753* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5197ed91c40e
User: mentlicher@netbeans.org
Log: #248368: Synchronize write to the server and take account the readOffset.