Project

General

Profile

Bug #14106

Updated by nobu (Nobuyoshi Nakada) over 6 years ago

hi, 
 when i try to compile a sass file i get this error:  

  
 ~~~ ruby 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb:637: [BUG] Segmentation fault 
 ruby 2.4.2p198 (2017-09-14 revision 59899) [x64-mingw32] 
 ~~~ 
 this is the full log: 

 (snip) ~~~ ruby 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb:637: [BUG] Segmentation fault 
 ruby 2.4.2p198 (2017-09-14 revision 59899) [x64-mingw32] 

 -- Control frame information ----------------------------------------------- 
 c:0017 p:---- s:0089 e:000088 CFUNC    :realpath 
 c:0016 p:---- s:0086 e:000085 CFUNC    :realpath 
 c:0015 p:0041 s:0082 e:000081 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb:637 
 c:0014 p:0036 s:0077 e:000076 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/filesystem.rb:16 [FINISH] 
 c:0013 p:---- s:0072 e:000071 CFUNC    :new 
 c:0012 p:0058 s:0067 e:000064 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:188 
 c:0011 p:0017 s:0060 e:000059 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:275 [FINISH] 
 c:0010 p:---- s:0054 e:000053 CFUNC    :new 
 c:0009 p:0096 s:0048 e:000047 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:248 
 c:0008 p:0241 s:0041 e:000040 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/sass_scss.rb:378 
 c:0007 p:0370 s:0030 e:000029 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/sass_scss.rb:63 
 c:0006 p:0042 s:0026 e:000025 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/base.rb:52 
 c:0005 p:0010 s:0022 e:000021 METHOD C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/base.rb:19 
 c:0004 p:0111 s:0017 e:000016 TOP      C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/bin/sass:13 [FINISH] 
 c:0003 p:---- s:0013 e:000012 CFUNC    :load 
 c:0002 p:0152 s:0008 E:000cd0 EVAL     C:/Ruby24-x64/bin/sass:23 [FINISH] 
 c:0001 p:0000 s:0003 E:001d20 (none) [FINISH] 

 -- Ruby level backtrace information ---------------------------------------- 
 C:/Ruby24-x64/bin/sass:23:in `<main>' 
 C:/Ruby24-x64/bin/sass:23:in `load' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/bin/sass:13:in `<top (required)>' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/base.rb:19:in `parse!' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/base.rb:52:in `parse' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/sass_scss.rb:63:in `process_result' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/sass_scss.rb:378:in `run' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:248:in `for_file' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:248:in `new' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:275:in `initialize' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:188:in `normalize_options' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb:188:in `new' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/filesystem.rb:16:in `initialize' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb:637:in `realpath' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb:637:in `realpath' 
 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb:637:in `realpath' 

 -- C level backtrace information ------------------------------------------- 
 C:\WINDOWS\SYSTEM32\ntdll.dll(NtWaitForSingleObject+0x14) [0x00007ffc3500fec4] 
 C:\WINDOWS\System32\KERNELBASE.dll(WaitForSingleObjectEx+0x9f) [0x00007ffc31f53b2f] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_print_backtrace+0x36) [0x0000000067b029e6] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_bugreport+0x65) [0x0000000067b02a55] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_bug_context+0x69) [0x00000000679dce29] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_check_safe_obj+0x6ac) [0x0000000067a988ec] 
  [0x0000000000402467] 
 C:\WINDOWS\SYSTEM32\ntdll.dll(_C_specific_handler+0x96) [0x00007ffc35000f56] 
 C:\WINDOWS\SYSTEM32\ntdll.dll(_chkstk+0x11d) [0x00007ffc35014c3d] 
 C:\WINDOWS\SYSTEM32\ntdll.dll(RtlWalkFrameChain+0x1518) [0x00007ffc34f8d1b8] 
 C:\WINDOWS\SYSTEM32\ntdll.dll(KiUserExceptionDispatcher+0x2e) [0x00007ffc35013b6e] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_w32_read_reparse_point+0x111) [0x0000000067b11261] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_w32_reparse_symlink_p+0x37) [0x0000000067b11377] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_w32_uopendir+0x2d8) [0x0000000067b12218] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_w32_uopendir+0x3b3) [0x0000000067b122f3] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_enc_path_last_separator+0x283) [0x00000000679e8203] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_realpath_internal+0x1f8) [0x00000000679e8a98] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_realpath_internal+0x4c3) [0x00000000679e8d63] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x140f) [0x0000000067af77af] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_check_funcall_with_hook+0xaf1) [0x0000000067af9211] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_funcall+0x82) [0x0000000067af9812] 
  [0x0000000068243c8f] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_error_arity+0x10c) [0x0000000067ae8cfc] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x9e8) [0x0000000067af6d88] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x4b1) [0x0000000067aee2a1] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x66c3) [0x0000000067af44b3] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x1377) [0x0000000067af7717] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_check_funcall_with_hook+0xaf1) [0x0000000067af9211] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_funcallv+0x25) [0x0000000067af9845] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_class_new_instance+0x24) [0x0000000067a36724] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_error_arity+0x10c) [0x0000000067ae8cfc] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x9e8) [0x0000000067af6d88] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x4b1) [0x0000000067aee2a1] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x66c3) [0x0000000067af44b3] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x1377) [0x0000000067af7717] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_check_funcall_with_hook+0xaf1) [0x0000000067af9211] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_funcallv+0x25) [0x0000000067af9845] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_class_new_instance+0x24) [0x0000000067a36724] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_error_arity+0x10c) [0x0000000067ae8cfc] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x9e8) [0x0000000067af6d88] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x4b1) [0x0000000067aee2a1] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x66c3) [0x0000000067af44b3] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_iseqw_local_variables+0xb95) [0x0000000067a18465] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_iseqw_local_variables+0xd0d) [0x0000000067a185dd] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_iseqw_local_variables+0x1266) [0x0000000067a18b36] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_error_arity+0x10c) [0x0000000067ae8cfc] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_invoke_proc+0x9e8) [0x0000000067af6d88] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x4b1) [0x0000000067aee2a1] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_vm_localjump_error+0x66c3) [0x0000000067af44b3] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(rb_call_end_proc+0x17e) [0x00000000679dfdde] 
 C:\Ruby24-x64\bin\x64-msvcrt-ruby240.dll(ruby_run_node+0x59) [0x00000000679e2a09] 
  [0x0000000000402d57] 
  [0x00000000004013f7] 
  [0x000000000040152b] 
 C:\WINDOWS\System32\KERNEL32.DLL(BaseThreadInitThunk+0x14) [0x00007ffc334d1fe4] 

 -- Other runtime information ----------------------------------------------- 

 * Loaded script: C:/Ruby24-x64/bin/sass 

 * Loaded features: 

     0 enumerator.so 
     1 thread.rb 
     2 rational.so 
     3 complex.so 
     4 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/enc/encdb.so 
     5 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/enc/trans/transdb.so 
     6 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/enc/windows_1252.so 
     7 C:/Ruby24-x64/lib/ruby/2.4.0/unicode_normalize.rb 
     8 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/rbconfig.rb 
     9 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/compatibility.rb 
    10 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/defaults.rb 
    11 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/deprecate.rb 
    12 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/errors.rb 
    13 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/version.rb 
    14 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/requirement.rb 
    15 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/platform.rb 
    16 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/basic_specification.rb 
    17 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/stub_specification.rb 
    18 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/util/list.rb 
    19 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/stringio.so 
    20 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/specification.rb 
    21 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/exceptions.rb 
    22 C:/Ruby24-x64/lib/ruby/site_ruby/2.4.0/ruby_installer/runtime/singleton.rb 
    23 C:/Ruby24-x64/lib/ruby/site_ruby/2.4.0/ruby_installer/runtime.rb 
    24 C:/Ruby24-x64/lib/ruby/site_ruby/2.4.0/ruby_installer/runtime/msys2_installation.rb 
    25 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/fiddle.so 
    26 C:/Ruby24-x64/lib/ruby/2.4.0/fiddle/function.rb 
    27 C:/Ruby24-x64/lib/ruby/2.4.0/fiddle/closure.rb 
    28 C:/Ruby24-x64/lib/ruby/2.4.0/fiddle.rb 
    29 C:/Ruby24-x64/lib/ruby/site_ruby/2.4.0/ruby_installer/runtime/dll_directory.rb 
    30 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/enc/utf_16le.so 
    31 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/enc/trans/utf_16_32.so 
    32 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/defaults/operating_system.rb 
    33 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/dependency.rb 
    34 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_gem.rb 
    35 C:/Ruby24-x64/lib/ruby/2.4.0/monitor.rb 
    36 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb 
    37 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems.rb 
    38 C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/path_support.rb 
    39 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/version.rb 
    40 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/core_ext/name_error.rb 
    41 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/levenshtein.rb 
    42 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/jaro_winkler.rb 
    43 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/spell_checker.rb 
    44 C:/Ruby24-x64/lib/ruby/2.4.0/delegate.rb 
    45 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 
    46 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 
    47 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb 
    48 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/spell_checkers/method_name_checker.rb 
    49 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/spell_checkers/null_checker.rb 
    50 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean/formatter.rb 
    51 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/did_you_mean-1.1.0/lib/did_you_mean.rb 
    52 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/date_core.so 
    53 C:/Ruby24-x64/lib/ruby/2.4.0/date.rb 
    54 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/cgi/escape.so 
    55 C:/Ruby24-x64/lib/ruby/2.4.0/cgi/util.rb 
    56 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/strscan.so 
    57 C:/Ruby24-x64/lib/ruby/2.4.0/erb.rb 
    58 C:/Ruby24-x64/lib/ruby/2.4.0/set.rb 
    59 C:/Ruby24-x64/lib/ruby/2.4.0/uri/rfc2396_parser.rb 
    60 C:/Ruby24-x64/lib/ruby/2.4.0/uri/rfc3986_parser.rb 
    61 C:/Ruby24-x64/lib/ruby/2.4.0/uri/common.rb 
    62 C:/Ruby24-x64/lib/ruby/2.4.0/uri/generic.rb 
    63 C:/Ruby24-x64/lib/ruby/2.4.0/uri/ftp.rb 
    64 C:/Ruby24-x64/lib/ruby/2.4.0/uri/http.rb 
    65 C:/Ruby24-x64/lib/ruby/2.4.0/uri/https.rb 
    66 C:/Ruby24-x64/lib/ruby/2.4.0/uri/ldap.rb 
    67 C:/Ruby24-x64/lib/ruby/2.4.0/uri/ldaps.rb 
    68 C:/Ruby24-x64/lib/ruby/2.4.0/uri/mailto.rb 
    69 C:/Ruby24-x64/lib/ruby/2.4.0/uri.rb 
    70 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/pathname.so 
    71 C:/Ruby24-x64/lib/ruby/2.4.0/pathname.rb 
    72 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/root.rb 
    73 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util/subset_map.rb 
    74 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/enc/utf_16be.so 
    75 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util/multibyte_string_scanner.rb 
    76 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util/normalized_map.rb 
    77 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/util.rb 
    78 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/version.rb 
    79 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/logger/log_level.rb 
    80 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/logger/base.rb 
    81 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/logger/delayed.rb 
    82 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/logger.rb 
    83 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/digest.so 
    84 C:/Ruby24-x64/lib/ruby/2.4.0/digest.rb 
    85 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/digest/sha1.so 
    86 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/cache_stores/base.rb 
    87 C:/Ruby24-x64/lib/ruby/2.4.0/x64-mingw32/etc.so 
    88 C:/Ruby24-x64/lib/ruby/2.4.0/fileutils.rb 
    89 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/cache_stores/filesystem.rb 
    90 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/cache_stores/memory.rb 
    91 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/cache_stores/chain.rb 
    92 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/cache_stores.rb 
    93 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/deprecation.rb 
    94 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/source/position.rb 
    95 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/source/range.rb 
    96 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/source/map.rb 
    97 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/node.rb 
    98 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/root_node.rb 
    99 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/rule_node.rb 
   100 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/comment_node.rb 
   101 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/prop_node.rb 
   102 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/directive_node.rb 
   103 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/media_node.rb 
   104 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/supports_node.rb 
   105 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/css_import_node.rb 
   106 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/variable_node.rb 
   107 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/mixin_def_node.rb 
   108 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/mixin_node.rb 
   109 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/trace_node.rb 
   110 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/content_node.rb 
   111 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/function_node.rb 
   112 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/return_node.rb 
   113 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/extend_node.rb 
   114 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/if_node.rb 
   115 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/while_node.rb 
   116 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/for_node.rb 
   117 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/each_node.rb 
   118 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/debug_node.rb 
   119 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/warn_node.rb 
   120 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/import_node.rb 
   121 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/charset_node.rb 
   122 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/at_root_node.rb 
   123 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/keyframe_rule_node.rb 
   124 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/error_node.rb 
   125 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/base.rb 
   126 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/perform.rb 
   127 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/cssize.rb 
   128 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/extend.rb 
   129 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/convert.rb 
   130 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/to_css.rb 
   131 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/deep_copy.rb 
   132 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/set_options.rb 
   133 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/tree/visitors/check_nesting.rb 
   134 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector/simple.rb 
   135 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector/abstract_sequence.rb 
   136 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector/comma_sequence.rb 
   137 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector/pseudo.rb 
   138 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector/sequence.rb 
   139 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector/simple_sequence.rb 
   140 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/selector.rb 
   141 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/environment.rb 
   142 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/scss/rx.rb 
   143 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/helpers.rb 
   144 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/functions.rb 
   145 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/lexer.rb 
   146 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/parser.rb 
   147 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/node.rb 
   148 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/variable.rb 
   149 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/funcall.rb 
   150 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/operation.rb 
   151 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/unary_operation.rb 
   152 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/interpolation.rb 
   153 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/string_interpolation.rb 
   154 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/literal.rb 
   155 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/list_literal.rb 
   156 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/map_literal.rb 
   157 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree/selector.rb 
   158 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/tree.rb 
   159 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/base.rb 
   160 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/string.rb 
   161 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/number.rb 
   162 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/color.rb 
   163 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/bool.rb 
   164 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/null.rb 
   165 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/list.rb 
   166 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/arg_list.rb 
   167 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/map.rb 
   168 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/callable.rb 
   169 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value/function.rb 
   170 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/value.rb 
   171 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script.rb 
   172 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/scss/parser.rb 
   173 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/css_lexer.rb 
   174 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/script/css_parser.rb 
   175 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/scss/static_parser.rb 
   176 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/scss/css_parser.rb 
   177 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/scss.rb 
   178 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/stack.rb 
   179 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/error.rb 
   180 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/base.rb 
   181 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/filesystem.rb 
   182 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/deprecated_path.rb 
   183 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers.rb 
   184 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/shared.rb 
   185 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/media.rb 
   186 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/supports.rb 
   187 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/engine.rb 
   188 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/railtie.rb 
   189 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/features.rb 
   190 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass.rb 
   191 C:/Ruby24-x64/lib/ruby/2.4.0/optparse.rb 
   192 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/base.rb 
   193 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/sass_scss.rb 
   194 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec/sass_convert.rb 
   195 C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/exec.rb 
 ~~~ 
 i've tried with different version of ruby and sass but didnt solve the issue 

Back