Gtkmm-forge Digest, Vol 9, Issue 3
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 9, Issue 3
- Date: Sat, 10 Feb 2007 11:15:52 -0800
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-owner lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 379231] TreeSelection::get_selected() methods don't have
const counterparts (gtkmm (bugzilla.gnome.org))
2. [Bug 94742] Make const TreeSelection more useful.
(gtkmm (bugzilla.gnome.org))
3. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
4. [Bug 386180] Reference counting errors with shared
ActionGroups among Windows (gtkmm (bugzilla.gnome.org))
5. [Bug 393571] option parser ignores default values
(glibmm (bugzilla.gnome.org))
6. [Bug 336598] Glib option parser: Default arguments are
overwritten (glibmm (bugzilla.gnome.org))
7. [Bug 393571] option parser ignores default values
(glibmm (bugzilla.gnome.org))
8. [Bug 336598] Glib option parser: Default arguments are
overwritten (glibmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Sat, 10 Feb 2007 15:24:40 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 379231] TreeSelection::get_selected()
methods don't have const counterparts
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210152440 CC27DFE800D box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=379231
gtkmm | TreeView | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Comment #1 from Murray Cumming 2007-02-10 15:22 UTC -------
Yes, this is a known problem, though there's no sign that we can fix it soon.
*** This bug has been marked as a duplicate of 94742 ***
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 2
Date: Sat, 10 Feb 2007 15:24:41 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 94742] Make const TreeSelection more
useful.
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210152441 479E7FE801C box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=94742
gtkmm | TreeView | Ver: 2.4
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nielsen memberwebs com
------- Comment #5 from Murray Cumming 2007-02-10 15:22 UTC -------
*** Bug 379231 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 3
Date: Sat, 10 Feb 2007 16:04:25 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210160426 051D56C41CD box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=386180
gtkmm | general | Ver: 2.4
------- Comment #5 from Murray Cumming 2007-02-10 16:02 UTC -------
Created an attachment (id=82285)
--> (http://bugzilla.gnome.org/attachment.cgi?id=82285&action=view)
simplified_test.cc
Here is a simplified test case. It seems to be some problem with GtkAccelGroup
in GTK+. It might be caused by how we use these objects from gtkmm, but I'd
like to see a GTK+ test case to confirm that.
This test produces this output, without the need for any UI interaction:
murrayc ubuntumurrayc:~$ g++ test.cc `pkg-config gtkmm-2.4 --libs --cflags`
murrayc ubuntumurrayc:~$ ./a.out
debug: before delete window
(a.out:20034): Gtk-CRITICAL **: _gtk_accel_map_remove_group: assertion `entry
!= NULL' failed
(a.out:20034): GLib-GObject-WARNING **: instance of invalid non-instantiatable
type `<invalid>'
(a.out:20034): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(a.out:20034): GLib-GObject-WARNING **: instance of invalid non-instantiatable
type `<invalid>'
(a.out:20034): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
debug: after delete window
When breaking on g_log, we see this backtrace at the first glib warning:
Breakpoint 2, IA__g_log (log_domain=0xb7b584a1 "Gtk",
log_level=G_LOG_LEVEL_CRITICAL, format=0xb765ffbb "%s: assertion `%s' failed")
at gmessages.c:516
516 va_start (args, format);
(gdb) bt
#0 IA__g_log (log_domain=0xb7b584a1 "Gtk", log_level=G_LOG_LEVEL_CRITICAL,
format=0xb765ffbb "%s: assertion `%s' failed") at gmessages.c:516
#1 0xb763543b in IA__g_return_if_fail_warning (log_domain=0xb7b584a1 "Gtk",
pretty_function=0xb7b59bfa "_gtk_accel_map_remove_group",
expression=0xb7b6ab2b "entry != NULL") at gmessages.c:532
#2 0xb7925874 in _gtk_accel_map_remove_group (accel_path=0x0,
accel_group=0x805a3a0) at gtkaccelmap.c:864
#3 0xb792203f in gtk_accel_group_finalize (object=0x805a3a0) at
gtkaccelgroup.c:133
#4 0xb76c21fc in IA__g_object_unref (_object=0x805a3a0) at gobject.c:1788
#5 0xb7b145ae in gtk_ui_manager_finalize (object=0x806f2a0) at
gtkuimanager.c:397
#6 0xb76c21fc in IA__g_object_unref (_object=0x806f2a0) at gobject.c:1788
#7 0xb787ef30 in Glib::ObjectBase::unreference (this=0x8095f7c) at
objectbase.cc:140
#8 0x0804db7f in Glib::RefPtr<Gtk::UIManager>::~RefPtr ()
#9 0x0804c531 in MyWindow::~MyWindow ()
#10 0x0804d5fa in main ()
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 4
Date: Sat, 10 Feb 2007 16:09:24 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 386180] Reference counting errors with
shared ActionGroups among Windows
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210160924 3D4096C41B3 box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=386180
gtkmm | general | Ver: 2.4
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #6 from Murray Cumming 2007-02-10 16:07 UTC -------
Actually, it looks like the GtkAccelGroup is being destroyed (finalized) too
early - it should stay alive while it is used by the other GtkUIManager.
gtk_ui_manager_insert_action_group() does seem to g_object_ref() it properly.
A GTK+ test case does seem to be necessary.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 5
Date: Sat, 10 Feb 2007 17:24:06 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 393571] option parser ignores default
values
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210172406 0BC8F6C4276 box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=393571
glibmm | general | Ver: 2.13.x
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |armin arbur net
------- Comment #2 from Armin Burgmeier 2007-02-10 17:22 UTC -------
I already stumbled about this some time ago, however it seems that the patch
got lost somehow. Refer to http://bugzilla.gnome.org/show_bug.cgi?id=336598.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 6
Date: Sat, 10 Feb 2007 18:36:17 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 336598] Glib option parser: Default
arguments are overwritten
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210183617 F31F0FE800C box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336598
glibmm | general | Ver: 2.8.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Comment #5 from Murray Cumming 2007-02-10 18:34 UTC -------
Reopened because this doesn't actually seem to have been applied.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 7
Date: Sat, 10 Feb 2007 19:17:34 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 393571] option parser ignores default
values
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210191734 D97096C415A box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=393571
glibmm | general | Ver: 2.13.x
Daniel Elstner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
------- Comment #3 from Daniel Elstner 2007-02-10 19:15 UTC -------
*** This bug has been marked as a duplicate of 336598 ***
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 8
Date: Sat, 10 Feb 2007 19:17:35 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 336598] Glib option parser: Default
arguments are overwritten
To: gtkmm-forge lists sourceforge net
Message-ID: <20070210191735 95C936C4151 box gnome org>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336598
glibmm | general | Ver: 2.8.x
Daniel Elstner changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel kitta gmail com
------- Comment #6 from Daniel Elstner 2007-02-10 19:15 UTC -------
*** Bug 393571 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 9, Issue 3
*****************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]