fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

Malloc error when using Format: complete in header #30

Closed neilernst closed 13 years ago

neilernst commented 13 years ago

If I include the header line "Format: complete" in my document, the mmd3b1 parser generates:

multimarkdown(52212) malloc: * error for object 0x100827400: incorrect checksum for freed object - object was probably modified after being freed. * set a breakpoint in malloc_error_break to debug Abort trap

Am I right that this directive is no longer necessary with MMD3?

fletcher commented 13 years ago

True - format:complete is no longer needed, but it shouldn't cause a crash (and doesn't for me).

Obviously, I would need more details to see what the problem is.

neilernst commented 13 years ago

Restart seems to have gotten rid of it. Apologies.

fletcher commented 13 years ago

Interesting. Let me know if pops up again and you can replicate it.