Project

General

Profile

Actions

Bug #1265

closed

test_import calls printf in different c runtime libraries

Added by cfis (Charlie Savage) about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2dev (2009-03-06) [i386-mswin32_90]
Backport:
[ruby-core:22828]

Description

=begin
On Windows, test import loads msvcrt.dll and then calls printf. That only works with mingw or VC6. Any newer version of VC will cause a segmentation fault since you cannot mix file handles across runtime libraries.

Patch causes test to not be run on Windows.
=end


Files

test_import.patch (449 Bytes) test_import.patch cfis (Charlie Savage), 03/11/2009 06:45 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0