Guest User

Untitled

a guest
May 20th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Shrinking x..xxxxxxxxxx.x..x.x...x..xxxxxxxxx.x..x..xx.xxxxxxxxxxxxx(17 times)
  2. {state,[[114329998292617,169767086124435,150891843982850,4522814646874,
  3. 146342573201743,66545743623497]],
  4. [],[]}
  5. [{model,maps_eqc},
  6. {init,{state,[[114329998292617,169767086124435,150891843982850,4522814646874,
  7. 146342573201743,66545743623497]],
  8. [],[]}},
  9. {set,{var,1},{call,maps_eqc,populate,[puts,[{0.0,true}]]}},
  10. {set,{var,2},{call,maps_eqc,put,[0.0,[]]}},
  11. {set,{var,3},{call,maps_eqc,map,[#Fun<eqc_gen.153.53124224>,normal]}}]
  12.  
  13. S: #state{
  14. collisions =
  15. [[114329998292617, 169767086124435, 150891843982850,
  16. 4522814646874, 146342573201743, 66545743623497]],
  17. contents = [],
  18. persist = []}
  19.  
  20.  
  21. maps_eqc:populate(puts, [{-0.0, true}]) -> #{-0.0 => true}
  22.  
  23. S: #state{
  24. collisions =
  25. [[114329998292617, 169767086124435, 150891843982850,
  26. 4522814646874, 146342573201743, 66545743623497]],
  27. contents = [{-0.0, true}],
  28. persist = []}
  29.  
  30.  
  31. maps_eqc:put(0.0, []) -> #{-0.0 => []}
  32.  
  33. S: #state{
  34. collisions =
  35. [[114329998292617, 169767086124435, 150891843982850,
  36. 4522814646874, 146342573201743, 66545743623497]],
  37. contents = [{0.0, []}],
  38. persist = []}
  39.  
  40.  
  41. maps_eqc:map(#Fun<eqc_gen.153.53124224>, normal) -> #{-0.0 => 8921706823}
  42.  
  43. S: #state{
  44. collisions =
  45. [[114329998292617, 169767086124435, 150891843982850,
  46. 4522814646874, 146342573201743, 66545743623497]],
  47. contents = [{0.0, <<35, 204, 0:2>>}],
  48. persist = []}
  49.  
  50.  
  51. Reason:
  52. Post-condition failed:
  53. common: #{-0.0 => 8921706823} /= #{0.0 => <<35, 204, 0:2>>}
  54. ** exception exit: killed
Add Comment
Please, Sign In to add comment