Skip to content

Instantly share code, notes, and snippets.

@younata
Created January 5, 2014 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save younata/8264623 to your computer and use it in GitHub Desktop.
Save younata/8264623 to your computer and use it in GitHub Desktop.
heisenbug in stlparser.
you$ ./stlparser untitled.stl
stlparser(71086,0x7fff77ac2310) malloc: *** error for object 0x7fbcd8d007a8: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
you$ ./stlparser untitled.stl # no change to the code/binary.
<normal output>
@iank
Copy link

iank commented Jan 5, 2014

ian@vierdekijn:$ bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
bc(63273,0x7fff7c486310) malloc: *** error for object 0x7fb583403b10: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6
ian@vierdekijn:
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment