-
Notifications
You must be signed in to change notification settings - Fork 465
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
crash on invalid input when compiled with Visual Studio #1443
Comments
Which versions of libsass and sassc are you compiling? |
I am able to reproduce this on master. |
This appears to a regression in 222d8c0 |
PR URL: /pull/1446. Verified on Ubuntu Server 14 (Clang 3.6) and Windows 10 (VS 2015). |
The actual problem was |
I can't understand how to contribute... can u help me????? On 17 August 2015 at 23:53, Marcel Greter [email protected] wrote:
|
Was just documenting what the actual culprit was, nothing you have to do! |
When I compile libsass + sassc with Visual Studio 2013 (using the vcxproj included with libsass), and the input CSS source contains errors, sassc is crashing.
My input is simply:
foo { color: rgba(10,10,10,10); }
First an exception is thrown at error_handling.cpp:36, but immediately after this there is an invalid pointer operation in memory_manager.cpp:70 (Memory_Manager::destroy, deleting np).
The text was updated successfully, but these errors were encountered: