Opened 7 years ago

Closed 7 years ago

#760 closed defect (fixed)

arb fails to load binary data from ascii dataset

Reported by: westram Owned by: westram
Priority: major Milestone:
Component: Library (DB) Version: SVN
Keywords: Cc:

Description

When loading an ASCII database, bitstrings are not loaded correctly.

Example: Load test-db into arb and save instantly
⇒ data of markerline is set to '111111111'

Change History (3)

comment:1 Changed 7 years ago by westram

  • Owner changed from devel to westram
  • Status changed from new to _started

comment:2 Changed 7 years ago by westram

  • Priority changed from blocker to major

This is caused by a cache-error:

  • reading twice with different encoding (e.g. "01" vs "-+") will return wrong result on 2nd read (if result of first read is still cached)

Only affected saved database if

  • saved as ASCII
  • SAI-data was cached with wrong encoding at time of save (e.g. because data was displayed in SAI manager)

comment:3 Changed 7 years ago by westram

  • Resolution set to fixed
  • Status changed from _started to closed

by [16077][16076]

Note: See TracTickets for help on using tickets.