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 712081 Details for
Bug 840324
glines Receives Segmentation Fault
[?]
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]
Proposed Patch for F17
glines-preview-init-reset-F17.patch (text/plain), 745 bytes, created by
William Makowski
on 2013-03-18 16:05:13 UTC
(
hide
)
Description:
Proposed Patch for F17
Filename:
MIME Type:
Creator:
William Makowski
Created:
2013-03-18 16:05:13 UTC
Size:
745 bytes
patch
obsolete
>Description: make sure preview is initialized, and reset game before starting > draw_preview is called before the surfaces are ready; bail out early if this > is the case. At that point, the game also hasn't been reset yet, so do that too. >Author: Carey Underwood <cwillu@cwillu.com> >Bug-Ubuntu: https://launchpad.net/bugs/995281 > >--- gnome-games-3.4.1.orig/glines/src/glines.c >+++ gnome-games-3.4.1/glines/src/glines.c >@@ -439,6 +439,9 @@ draw_preview (void) > { > guint i; > cairo_pattern_t *pattern; >+ if (preview[0] == 0) >+ init_preview(); > > for (i = 0; i < MAXNPIECES; i++) { > >@@ -1614,6 +1617,7 @@ main (int argc, char *argv[]) > > gtk_widget_show_all (app); > >+ reset_game (); > start_game (); > > /* Enter the event loop */
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 840324
:
598333
|
677601
| 712081 |
712082