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 695112 Details for
Bug 909019
[abrt] gimp-2.8.2-6.fc18: gtk_text_view_set_attributes_from_style: Process /usr/bin/gimp-2.8 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.
Reproducer which exhibits the problem (with oxygen-gtk2-1.3.2)
tv.c (text/x-csrc), 748 bytes, created by
Nils Philippsen
on 2013-02-08 14:31:13 UTC
(
hide
)
Description:
Reproducer which exhibits the problem (with oxygen-gtk2-1.3.2)
Filename:
MIME Type:
Creator:
Nils Philippsen
Created:
2013-02-08 14:31:13 UTC
Size:
748 bytes
patch
obsolete
>#include <gtk/gtk.h> > >static GtkWidget * >create_window (void) >{ > GtkWidget *win; > GtkWidget *scrolled; > GtkWidget *view; > > win = gtk_window_new (GTK_WINDOW_TOPLEVEL); > > scrolled = gtk_scrolled_window_new (NULL, NULL); > gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled), > GTK_POLICY_AUTOMATIC, > GTK_POLICY_AUTOMATIC); > gtk_container_add (GTK_CONTAINER (win), scrolled); > gtk_widget_show (scrolled); > > view = gtk_text_view_new (); > gtk_container_add (GTK_CONTAINER (scrolled), view); > gtk_widget_show (view); > > return win; >} > >int main (int argc, char **argv) >{ > GtkWidget *window; > > gtk_init (&argc, &argv); > > window = create_window (); > gtk_widget_show (window); > > gtk_main (); > > return 0; >}
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 Raw
Actions:
View
Attachments on
bug 909019
:
694910
|
694911
|
694912
|
694913
|
694914
|
694915
|
694916
|
694917
|
694918
|
694919
|
695110
| 695112