[gtkmm] Gtkmm-forge digest, Vol 1 #453 - 12 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #453 - 12 msgs
- Date: Tue, 01 Jul 2003 20:09:19 -0700
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-admin 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.
Today's Topics:
1. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
2. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
3. [Bug 116233] Changed - libbonobomm and libbonobouimm autogen.sh scripts check for specific versions of automake and aclocal (bugzilla-daemon widget gnome org)
4. [Bug 116294] Changed - changes to orbitcpp have broken macro (bugzilla-daemon widget gnome org)
5. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
6. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
7. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
8. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
9. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
10. [Bug 116498] Changed - Changes because of latest orbitcpp (bugzilla-daemon widget gnome org)
11. [Bug 116498] New - Changes because of latest orbitcpp (bugzilla-daemon widget gnome org)
12. [Bug 116498] Changed - Changes because of latest orbitcpp (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc:
Date: Tue, 1 Jul 2003 02:25:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=114568
Changed by murrayc usa net
--- shadow/114568 Mon Jun 30 13:07:33 2003
+++ shadow/114568.tmp.26834 Tue Jul 1 02:25:02 2003
@@ -1669,6 +1669,11 @@
for the following source (the orginal test_simpler.cc)
http://bugzilla.gnome.org/showattachment.cgi?attach_id=17543
I don't know how to proceed....
+
+------- Additional Comments From murrayc usa net 2003-07-01 02:24 -------
+Created an attachment (id=17949)
+gtk_qdata_vbox_callback.c
+
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc:
Date: Tue, 1 Jul 2003 02:27:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=114568
Changed by murrayc usa net
--- shadow/114568 Tue Jul 1 02:25:02 2003
+++ shadow/114568.tmp.27648 Tue Jul 1 02:27:03 2003
@@ -1674,6 +1674,13 @@
------- Additional Comments From murrayc usa net 2003-07-01 02:24 -------
Created an attachment (id=17949)
gtk_qdata_vbox_callback.c
+
+------- Additional Comments From murrayc usa net 2003-07-01 02:27 -------
+I think we are on the wrong track. My C example was not a good test
+case, but gtk_qdata_vbox_callback.c is, because it deals with the vbox
+when it is in a container, as Owen Taylor suggested in his email
+earlier. We need to find out why the qdata callback is caleld in this
+C example, but not in the C++ version.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Jul 2003 02:33:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116233] Changed - libbonobomm and libbonobouimm autogen.sh scripts check for specific versions of automake and aclocal
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=116233
Changed by murrayc usa net
--- shadow/116233 Mon Jun 30 14:11:48 2003
+++ shadow/116233.tmp.29919 Tue Jul 1 02:33:40 2003
@@ -47,6 +47,14 @@
specific version. So I thought probably its just some kinda overlook,
personally my patch will make the autogen.sh to pass earlier versions
of autotools too so I dont like it that much, but it goes with the
autogen.sh of the other packages.
In short 1.7 version worked for me.
+
+------- Additional Comments From murrayc usa net 2003-07-01 02:33 -------
+As I said, we might change this if we find that the specific versions
+in gnome-hello are no longer required:
+http://cvs.gnome.org/lxr/source/gnome-hello/autogen.sh
+
+You might test that module. I just want to use a fairly standard
+autogen.sh for all projects and not worry about it.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, bowie owens csiro au
Cc:
Date: Tue, 1 Jul 2003 02:37:50 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116294] Changed - changes to orbitcpp have broken macro
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=116294
Changed by murrayc usa net
--- shadow/116294 Mon Jun 30 19:12:01 2003
+++ shadow/116294.tmp.31587 Tue Jul 1 02:37:50 2003
@@ -1,13 +1,13 @@
Bug#: 116294
Product: gnomemm
-Version: 1.2
+Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: libbonobomm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: bowie owens csiro au
TargetMilestone: ---
@@ -37,6 +37,15 @@
to orbitcpp in gtkmm). So I will leave this bug open for the moment.
It just struck me that once I am comfortable with the simplifications
to orbitcpp (I'd like to make some more to improve efficiency) I
should release a new version. Then the required version of orbitcpp in
the libbonobomm configure.in should be increased to match.
+
+------- Additional Comments From murrayc usa net 2003-07-01 02:37 -------
+Oh sorry, I think this stuff was in gtkmm once. That was hacky, so I'm
+glad it is not anymore.
+
+Yes, a new orbitcpp release would be good, and we could then increase
+the required version for libbonobo*mm. But I would feel bad about
+releasing a new version without fixing your everything.idl test case
+first - something for the mailing list.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: max quendi de
Date: Tue, 1 Jul 2003 02:38:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=93412
Changed by murrayc usa net
--- shadow/93412 Mon Jun 30 20:25:17 2003
+++ shadow/93412.tmp.31998 Tue Jul 1 02:38:37 2003
@@ -225,6 +225,11 @@
isn't working. If this is a compiler bug then let's try to report it.
------- Additional Comments From julian jabber org 2003-06-30 20:25 -------
Right, Apple patches their gcc a /lot/
How would I go about investigating this?
+
+------- Additional Comments From murrayc usa net 2003-07-01 02:38 -------
+> How would I go about investigating this?
+
+Look at the source code and see if the error makes any sense?
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: max quendi de
Date: Tue, 1 Jul 2003 02:47:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=93412
Changed by murrayc usa net
--- shadow/93412 Tue Jul 1 02:38:37 2003
+++ shadow/93412.tmp.3047 Tue Jul 1 02:47:04 2003
@@ -230,6 +230,21 @@
How would I go about investigating this?
------- Additional Comments From murrayc usa net 2003-07-01 02:38 -------
> How would I go about investigating this?
Look at the source code and see if the error makes any sense?
+
+------- Additional Comments From murrayc usa net 2003-07-01 02:47 -------
+However,
+
+This seems to be a gcc bug that should be fixed soon:
+http://lists.gnome.org/archives/gtkmm-list/2003-May/msg00159.html
+(Guys, unfortunately it has not actually been fixed yet.)
+
+See also:
+http://mail.gnome.org/archives/gtkmm-list/2003-May/msg00165.html
+(I think there is a workaround patch in there.)
+
+I think this should be reported to Apple.
+
+
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Tue, 1 Jul 2003 04:35:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=114568
Changed by harald hopfes hopfes sysde eads net
--- shadow/114568 Tue Jul 1 02:27:03 2003
+++ shadow/114568.tmp.7599 Tue Jul 1 04:35:12 2003
@@ -1681,6 +1681,25 @@
------- Additional Comments From murrayc usa net 2003-07-01 02:27 -------
I think we are on the wrong track. My C example was not a good test
case, but gtk_qdata_vbox_callback.c is, because it deals with the vbox
when it is in a container, as Owen Taylor suggested in his email
earlier. We need to find out why the qdata callback is caleld in this
C example, but not in the C++ version.
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-07-01 04:35 -------
+That is an easy question:
+
+It is not called in C++, because inside Object::_init_unmanage (of
+VBox) has a g_object_ref called.
+
+And the qdata callback is only called if no reference is left
+anymore. (All g_object_ref must have a related g_object_unref)
+
+The basic problem seems to be some confusion about two different
+cases:
+
+- The C++ object controls the lifetime of the related C object
+ (the normal case)
+- The C object controls the lifetime of the related C++ object
+ (the case if a C sub-widget is wrapped, e.g. the VBox of a dialog)
+
+
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc:
Date: Tue, 1 Jul 2003 11:00:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area ()
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=114568
Changed by murrayc usa net
--- shadow/114568 Tue Jul 1 04:35:12 2003
+++ shadow/114568.tmp.14122 Tue Jul 1 11:00:29 2003
@@ -1700,6 +1700,12 @@
- The C++ object controls the lifetime of the related C object
(the normal case)
- The C object controls the lifetime of the related C++ object
(the case if a C sub-widget is wrapped, e.g. the VBox of a dialog)
+
+------- Additional Comments From murrayc usa net 2003-07-01 11:00 -------
+So, we need to check exactly what is the refcount of the vbox _before_
+it is destroyed in the C example, and before it is destroyed in the
+C++ example. Maybe we just need to do an extra unref before destroying
+it - but we need to check that first.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: max quendi de
Date: Tue, 1 Jul 2003 17:03:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=93412
Changed by julian jabber org
--- shadow/93412 Tue Jul 1 02:47:04 2003
+++ shadow/93412.tmp.20930 Tue Jul 1 17:03:45 2003
@@ -245,6 +245,14 @@
http://mail.gnome.org/archives/gtkmm-list/2003-May/msg00165.html
(I think there is a workaround patch in there.)
I think this should be reported to Apple.
+
+------- Additional Comments From julian jabber org 2003-07-01 17:03 -------
+Ok, I applied the patch that the debian packager is using, and so far
+gtkmm2 seems to be compiling ok! Thanks for the link.
+
+I'll update again when I have everything compiled and can try it out.
+
+I'll file a bug report with Apple.
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Jul 2003 21:06:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116498] Changed - Changes because of latest orbitcpp
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=116498
Changed by mxpxfifws yahoo com
--- shadow/116498 Tue Jul 1 20:59:15 2003
+++ shadow/116498.tmp.31979 Tue Jul 1 21:06:27 2003
@@ -18,6 +18,11 @@
out the _orbitcpp::stub from certain places and now it compiles.
------- Additional Comments From mxpxfifws yahoo com 2003-07-01 20:59 -------
Created an attachment (id=17969)
Patch to make changes (libbonobouimm-20030701.diff)
+
+------- Additional Comments From mxpxfifws yahoo com 2003-07-01 21:06 -------
+Created an attachment (id=17970)
+Same patch, but with a changelog entry.
+
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Jul 2003 20:58:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116498] New - Changes because of latest orbitcpp
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=116498
Changed by mxpxfifws yahoo com
--- shadow/116498 Tue Jul 1 20:58:03 2003
+++ shadow/116498.tmp.29371 Tue Jul 1 20:58:03 2003
@@ -0,0 +1,18 @@
+Bug#: 116498
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: libbonobouimm
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: mxpxfifws yahoo com
+TargetMilestone: ---
+URL:
+Summary: Changes because of latest orbitcpp
+
+Here are some changes that were done to libbonobomm in the macro. It takes
+out the _orbitcpp::stub from certain places and now it compiles.
--__--__--
Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Jul 2003 20:59:15 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116498] Changed - Changes because of latest orbitcpp
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=116498
Changed by mxpxfifws yahoo com
--- shadow/116498 Tue Jul 1 20:58:03 2003
+++ shadow/116498.tmp.29601 Tue Jul 1 20:59:15 2003
@@ -13,6 +13,11 @@
TargetMilestone: ---
URL:
Summary: Changes because of latest orbitcpp
Here are some changes that were done to libbonobomm in the macro. It takes
out the _orbitcpp::stub from certain places and now it compiles.
+
+------- Additional Comments From mxpxfifws yahoo com 2003-07-01 20:59 -------
+Created an attachment (id=17969)
+Patch to make changes (libbonobouimm-20030701.diff)
+
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]