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 703182 Details for
Bug 874327
[abrt] xterm-284-1.fc17: AlternateScroll: Process /usr/bin/xterm was killed by signal 11 (SIGSEGV)
[?]
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]
for the problem (in #291)
foo (text/plain), 846 bytes, created by
Thomas E. Dickey
on 2013-02-27 00:14:24 UTC
(
hide
)
Description:
for the problem (in #291)
Filename:
MIME Type:
Creator:
Thomas E. Dickey
Created:
2013-02-27 00:14:24 UTC
Size:
846 bytes
patch
obsolete
>diff -u -r1.195 scrollbar.c >--- scrollbar.c 2013/02/07 10:04:38 1.195 >+++ scrollbar.c 2013/02/26 23:36:05 >@@ -1,7 +1,7 @@ >-/* $XTermId: scrollbar.c,v 1.195 2013/02/07 10:04:38 tom Exp $ */ >+/* $XTermId: scrollbar.c,v 1.196 2013/02/26 23:36:05 tom Exp $ */ > > /* >- * Copyright 2000-2011,2012 by Thomas E. Dickey >+ * Copyright 2000-2012,2013 by Thomas E. Dickey > * > * All Rights Reserved > * >@@ -697,10 +697,12 @@ > static void > AlternateScroll(Widget w, long amount) > { >- XtermWidget xw = (XtermWidget) w; >- TScreen *screen = TScreenOf(xw); >+ XtermWidget xw; >+ TScreen *screen; > >- if (screen->alternateScroll && screen->whichBuf) { >+ if ((xw = getXtermWidget(w)) != 0 && >+ (screen = TScreenOf(xw)) != 0 && >+ screen->alternateScroll && screen->whichBuf) { > ANSI reply; > > amount /= FontHeight(screen);
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 874327
:
640450
|
640451
|
640452
|
640453
|
640454
|
640455
|
640456
|
640457
|
640458
|
640459
|
640460
|
640461
| 703182