abrt version: 1.1.13 architecture: i686 Attached file: backtrace cmdline: glade-3 comment: Trying to add some widgets (GtkMenuBar, GtkAction) to my empty GtkWindow. component: glade3 crash_function: raise executable: /usr/bin/glade-3 kernel: 2.6.35.6-43.fc14.i686 package: glade3-3.7.1-2.fc14 rating: 4 reason: Process /usr/bin/glade-3 was killed by signal 6 (SIGABRT) release: Fedora release 14 (Laughlin) time: 1287348777 uid: 500
Created attachment 453963 [details] File: backtrace
Package: glade3-3.7.1-2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. Start Glade 2. Open glade file. 3. Click on "file selector dialog" button Comment ----- Right after loading a file, click on adding a new selector file dialog button. Glade crashes inmediatly.
Package: glade3-3.7.1-2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. Start Glade. 2. Create a new file chooser dialog.
Package: glade3-3.7.1-2.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. open glade-3 2. Click on "Toplevels->Dialog Box" 3. glade-3 crashes Comment ----- This does not happen if I create a toplevel window. This does happen if i first create a toplevel window and then a Dialog Box.
Created attachment 461545 [details] Fixes this bug, see comment for an explaination The error is caused by adding children of composite widgets (dialogs, filechoosers,...) before adding the toplevel widget. Tjhe attached patch fixes this, by moving the code adding the topmost widget beofre the code adding the child widgets.
*** This bug has been marked as a duplicate of bug 646111 ***