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 603642 Details for
Bug 817196
Running :python commands in vim causes a segfault
[?]
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]
build if_python.o with -O0
vim.spec.patch (text/plain), 1.13 KB, created by
Aron Griffis
on 2012-08-10 22:34:12 UTC
(
hide
)
Description:
build if_python.o with -O0
Filename:
MIME Type:
Creator:
Aron Griffis
Created:
2012-08-10 22:34:12 UTC
Size:
1.13 KB
patch
obsolete
>--- vim.spec.orig 2012-08-06 12:51:23.000000000 -0400 >+++ vim.spec 2012-08-10 18:33:40.347194495 -0400 >@@ -24,7 +24,7 @@ > URL: http://www.vim.org/ > Name: vim > Version: %{baseversion}.%{beta}%{patchlevel} >-Release: 2%{?dist} >+Release: 3%{?dist} > License: Vim > Group: Applications/Editors > Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2 >@@ -1476,6 +1476,9 @@ > export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2" > export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2" > >+# Build python interface with optimization disabled #817196 >+export PYTHON_CFLAGS_EXTRA=-O0 >+ > %configure --with-features=huge --enable-pythoninterp --enable-perlinterp \ > --disable-tclinterp --with-x=yes \ > --enable-xim --enable-multibyte \ >@@ -1901,6 +1904,9 @@ > %{_datadir}/icons/hicolor/*/apps/* > > %changelog >+* Fri Aug 10 2012 Aron Griffis <aron@arongriffis.com> 2:7.3.622-3 >+- build if_python.o with -O0 to workaround issues #817196 >+ > * Mon Aug 06 2012 Karsten Hopp <karsten@redhat.com> 2:7.3.622-2 > - add epoch to spec.vim and automatic changelog entries >
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 817196
:
580900
|
603642
|
608523
|
608524