Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 604146 Details for
Bug 845011
ruby-libs must require rubygems
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposal patch to prevent this segv
vim-7.3.088-use-ruby_process-instead.patch (text/plain), 1.21 KB, created by
Mamoru TASAKA
on 2012-08-14 06:16:15 UTC
(
hide
)
Description:
Proposal patch to prevent this segv
Filename:
MIME Type:
Creator:
Mamoru TASAKA
Created:
2012-08-14 06:16:15 UTC
Size:
1.21 KB
patch
obsolete
>--- vim73/src/if_ruby.c.debug 2012-08-14 14:36:50.000000000 +0900 >+++ vim73/src/if_ruby.c 2012-08-14 14:37:44.000000000 +0900 >@@ -233,7 +233,7 @@ > # define rb_sprintf dll_rb_sprintf > # define rb_require dll_rb_require > # define ruby_init_stack dll_ruby_init_stack >-# define ruby_process_options dll_ruby_process_options >+# define ruby_options dll_ruby_options > #endif > > /* >@@ -323,7 +323,7 @@ > static VALUE (*dll_rb_sprintf) (const char*, ...); > static VALUE (*dll_rb_require) (const char*); > static void (*ruby_init_stack)(VALUE*); >-static void* (*ruby_process_options)(int, char**); >+static void* (*ruby_options)(int, char**); > #endif > > #ifdef RUBY19_OR_LATER >@@ -433,7 +433,7 @@ > {"rb_sprintf", (RUBY_PROC*)&dll_rb_sprintf}, > {"rb_require", (RUBY_PROC*)&dll_rb_require}, > {"ruby_init_stack", (RUBY_PROC*)&dll_ruby_init_stack}, >- {"ruby_process_options", (RUBY_PROC*)&dll_ruby_process_options}, >+ {"ruby_options", (RUBY_PROC*)&dll_ruby_options}, > #endif > {"", NULL}, > }; >@@ -666,7 +666,7 @@ > { > int dummy_argc = 2; > char *dummy_argv[] = {"vim-ruby", "-e0"}; >- ruby_process_options(dummy_argc, dummy_argv); >+ ruby_options(dummy_argc, dummy_argv); > } > ruby_script("vim-ruby"); > #else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 845011
: 604146