-
Notifications
You must be signed in to change notification settings - Fork 147
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
segfault on MyHTML_TREE_PARSE_FLAGS_WITHOUT_PROCESS_TOKEN #62
Comments
Work fine with Valgrind and AddressSanitizer debugger. |
|
+1 |
Full code, please. |
|
osx 10.11.6, cc --version
little later i try on linux. |
I'm confused. My OS and compiler:
|
if I build with myhtml with |
How do you build the example? |
make MyHTML_BUILD_WITHOUT_THREADS=YES clean all && ./bin/tokenizer_colorize_high_level test.html |
yes, my build was |
… token. #62 (comment) Tree built without processing tokens.
Thanks! Fixed! |
if in example tokenizer_colorize_high_level.c
add line:
it segfauled on page:
The text was updated successfully, but these errors were encountered: