Skip to content
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

Closed
lepture opened this issue Nov 18, 2013 · 7 comments
Closed

terminated by signal SIGSEGV (Address boundary error) #5

lepture opened this issue Nov 18, 2013 · 7 comments

Comments

@lepture
Copy link
Contributor

lepture commented Nov 18, 2013

It will always break on Mac OS with this message:

Job 1, 'python tests/hoedown_test.py' terminated by signal SIGSEGV (Address boundary error)

Maybe it is hoedown's bug.

@hhatto
Copy link
Owner

hhatto commented Nov 19, 2013

in progress...

error output
https://gist.github.com/hhatto/7548246

@lepture
Copy link
Contributor Author

lepture commented Dec 20, 2013

Any news?

@uhnomoli
Copy link

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?

@swernerx
Copy link

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:
https://gist.github.com/wpbasti/8733533

Running the test suite it fails in different regions each time.

@swernerx
Copy link

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!

swernerx added a commit to sebastian-software/jasy that referenced this issue Jan 31, 2014
@philwo
Copy link

philwo commented Feb 12, 2014

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.

@hhatto
Copy link
Owner

hhatto commented Oct 3, 2016

fix in version 0.2.2 ( 0cf78df )

@hhatto hhatto closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants