Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 391393

Summary: Invalid request counter on session restart
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1    
Version: unspecified   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2012-10-09 03:31:13 EDT
It's not so easy to reproduce, but I can do it with the Workbench Demo:
- Start Workbench Demo
- press F5 to restart the session
- do it many times till error "Multiple-browser instances..." appears
We have:
*POST*
{"head":{"rwt_initialize":true},"operations":[["set","w1",{"bounds":[0,0,1553,544],"dpi":[96,96],"colorDepth":32,"cursorLocation":[0,0]}]]}
*POST*
{"head":{},"operations":[["call","w1","storeProbes",{"results":{"-785380997":[767,17]}}],["set","w1",{"cursorLocation":[0,0]}]]}
*POST*
{"head":{"requestCounter":72},"operations":[["call","w1","storeProbes",{"results":{"-785380997":[767,17]}}],["call","w1","storeMeasurements",{"results":{"1762537859":[27,17],"1741367029":[15,17],"-143977335":[34,17],"1697534858":[10,17],"-1568638705":[58,17],"1697550234":[10,17],"1809215541":[37,17],"1697537741":[8,17],"569325636":[58,17],"569325637":[58,17],"-554085045":[41,17],"-554085046":[41,17],"-580298243":[33,17],"1697551195":[9,17],"1699566412":[19,17],"-193771451":[39,17],"598478528":[100,17],"-487444501":[36,17],"-84260795":[31,17],"1697553117":[10,17],"1697533897":[10,17]}}],["set","w1",{"cursorLocation":[0,0]}]]}

We have a TSD POST without request counter in the head.
Comment 1 Ivan Furnadjiev CLA 2012-10-09 03:43:23 EDT
In Chrome with opened "Developers Tools" it's reproducible all the time with Workbench Demo.
Comment 2 Ivan Furnadjiev CLA 2012-10-09 05:19:33 EDT
Fixed in master with commit a85fb1543969ece49a68097f624dc395b2595f45. Only 2.0M2 is affected by this bug.