You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require 'json'
semacode = DataMatrix::Encoder.new(JSON.generate({ hello: "TEST TEST TEST TEST" }))
Then
while ruby tests/test.rb; do :; done
Eventually:
ruby(42018,0x7fffe3cd23c0) malloc: *** error for object 0x7fde87a14620: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
The text was updated successfully, but these errors were encountered:
AndrewRayCode
changed the title
Semacode segfaults randomly
Barby / Semacode segfaults randomly
Aug 23, 2017
Likely related: toretore/barby#83
Open
tests/test.rb
Change the last line to be the troublesome data:
Then
Eventually:
The text was updated successfully, but these errors were encountered: