-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terminated by signal SIGSEGV (Address boundary error) #5
Comments
in progress... error output |
Any news? |
I'm looking to migrate my static site generator from misaka to hoedown however I have too many users on Mac. Has any progress been made on this issue? |
Same issue here. I am trying to convert Jasy - the web tooling platform (https://github.com/sebastian-software/jasy) from Misaka to hoedown. There are a few different issues ranging from segmentation faults to wrong results. Maybe it's more related to the hoedown C-part (feels like memory access issues). See output: Running the test suite it fails in different regions each time. |
I've just updated the "inner" C-implementation of hoedown with the newest files from "master". This still does not help. I am unfortunately not so much a C-professional to figure this out. Any help would be appreciated! |
I encountered this bug today, too. I can reliably crash the Django devserver if I use python-hoedown in a view to convert Markdown to HTML. It usually happens under load and I also noticed corrupted memory (variables in my templates suddenly contained junk, then one more page reload crashed the devserver). Disabling threading in the devserver didn't help. |
fix in version 0.2.2 ( 0cf78df ) |
It will always break on Mac OS with this message:
Maybe it is hoedown's bug.
The text was updated successfully, but these errors were encountered: