General

Profile

bbr322 (Br Hug)

  • Login: bbr322
  • Registered on: 05/25/2009
  • Last sign in: 05/25/2009

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/26/2009

01:00 PM Ruby Bug #1511: "[BUG] Segmentation fault" with Win32API
=begin
Fixed already: http://redmine.ruby-lang.org/repositories/revision/1?rev=22889

sorry.
=end
bbr322 (Br Hug)

05/25/2009

06:45 PM Ruby Bug #1511: "[BUG] Segmentation fault" with Win32API
=begin
require 'win32api'

func = Win32API.new('Kernel32', 'GetModuleHandle', 'I', 'I')
# => [BUG] cfp consistency error - send

func = Win32API.new('Kernel32', 'GetModuleHandle', 'I', 'I', :stdcall)
# => OK

p func.call...
bbr322 (Br Hug)
02:57 PM Ruby Bug #1511 (Closed): "[BUG] Segmentation fault" with Win32API
=begin
I try to build ruby with Intel C++ compiler (w_cc_p_10.1.021), it works, mostly.

When I do nmake test, I got this:

D:/Temp/ruby-1.9.1-p129/win32/build/.ext/common/Win32API.rb:23: [BUG] Segmentation fault
ruby 1.9.1p12...
bbr322 (Br Hug)

Also available in: Atom