-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Repeatable segfault while editing HTML file #1462
Comments
From stonebi...@gmail.com on 2013-12-12T10:25:36Z remark : if you do It doesn't crash. |
From contrebasse on 2013-12-12T12:55:20Z I can reproduce this bug, but it segfaults when I enter the second '-', I have no problem with the first one. I managed to have an error in the internal console (and no crash) by doing : Traceback (most recent call last): As the crash is only with .html file, I suppose that the crash is also due to the syntax highlighting when the file is invalid. I have: |
From ccordoba12 on 2015-01-02T19:04:22Z Labels: MS-v2.3.3 |
From ccordoba12 on 2015-01-09T18:50:55Z Labels: -MS-v2.3.3 MS-v2.3.4 |
I can't reproduce this anymore. Maybe it was fixed when pygments was integrated in spyder ? @techtonik can you check if it's fixed for you ? |
I had a look last night and I could reproduce it. I'll try to work on a fix later today. On 09:16, 24 Jun 2016, at 09:16, Joseph Martinot-Lagarde notifications@github.com wrote:
|
:( Version and main components
Dependencies
|
I wonder if Spyder is exploitable.. |
@techtonik Could you be more constructive ? |
I think he means because of malformed source code. |
I found an issue in the HTML syntax highlighter. If an occurrence of I have prepared a pull request to fix the issue. Here is my configuration, for reference. The main difference with Nodd seems to be that I have Qt4 while he has Qt5.
Dependencies
|
@Nodd if program ends with a crash. it may be exploited to do the things the attacker wants by forcing user to open a malicious HTML document. |
From techtonik@gmail.com on 2013-06-26T14:36:03Z
Spyder Version: 2.3.0dev3 (2872: rfe6f59363a2b )
Python Version: 2.7.4
Qt Version: 4.8.4, PyQt4 (API v1) 4.10 on Linux (Ubuntu 13.04)
What steps will reproduce the problem?
Please provide any additional information below
.
The bug did not repeat after I restarted Spyder, and hit ? -> Report bug.. to open this page.
I attach debug logs, and I am afraid I don't know what to do next.
Attachment: crash.html gdb.txt
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1462
The text was updated successfully, but these errors were encountered: