Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix crash in url preview #1701
Conversation
matrixbot
commented
Dec 14, 2016
|
Can one of the admins verify this patch? |
matrixbot
commented
Dec 14, 2016
|
Can one of the admins verify this patch? |
matrixbot
commented
Dec 14, 2016
|
Can one of the admins verify this patch? |
|
@matrixbot ok to test |
|
This looks great! Thanks! (The |
erikjohnston
merged commit 4da3fc0
into
matrix-org:develop
Dec 15, 2016
smgoller
commented
Dec 23, 2016
|
I'm currently having a problem with 0.18.5, running on centos 7. With URL Preview turned on, I get this crash shortly after starting (I believe it's try to parse a url in our room history): [ 116.606994] traps: python2.7[9269] trap invalid opcode ip:7f09f2b16bee sp:7ffc6c1bd658 error:0 in etree.so[7f09f28f8000+4b7000]" After mentioning this in #matrix-dev, I was asked to post a comment here. |
mbachry commentedDec 14, 2016
Hi, it's an attempt to fix traceback I found in synapse logs:
I added
test_missing_title_and_broken_h1totest_preview.pywhich reproduces this problem.(Thanks for fantastic piece of software. Besides this minor issue above, Synapse has been very reliable and fast for me)