[gtkmm] Gtkmm-forge digest, Vol 1 #441 - 11 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #441 - 11 msgs
- Date: Mon, 23 Jun 2003 20:11:59 -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 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
4. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
5. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
6. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (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 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
10. [Bug 114568] Changed - Memory leak in Dialog::get_vbox() and get_action_area () (bugzilla-daemon widget gnome org)
11. [Bug 114332] Changed - TRu64Unix + cc/cxx: cannot compile (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 07:05:21 -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 Mon Jun 23 06:20:12 2003
+++ shadow/114568.tmp.3923 Mon Jun 23 07:05:21 2003
@@ -9,12 +9,13 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: harald hopfes hopfes sysde eads net
TargetMilestone: ---
URL:
+Cc: murrayc usa net
Summary: Memory leak in Dialog::get_vbox() and get_action_area ()
The following program causes memory leaks on each dialog open/close.
The valgrind leak-check for one open/close and 10 open/close is appended
below.
@@ -692,6 +693,16 @@
------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 06:20 -------
Created an attachment (id=17702)
Valgrind output of test_simpler.cc (including valgrind cmd-line args)
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 07:05 -------
+All I get for the "--enable-debug-refcounting" and test_simpler.cc
+(no matter how often I open/close the dialog) is the following:
+
+(main:20415): gtkmm-DEBUG: file object.cc: line 69 (void
+Gtk::Object::_init_unmanage(bool)):
+ref: C++ instance: 0x80820d0; C instance: 0x8083358, ref_count = 1,
+type = gtkmm__GtkButton
+
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 23 Jun 2003 06:20: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 Sun Jun 15 12:26:47 2003
+++ shadow/114568.tmp.16155 Mon Jun 23 06:20:12 2003
@@ -687,6 +687,11 @@
valgrind arguments you are using.
Also, you seem to mention 2 bugs rather than one. Do you still have
the problem with this simplified test case (test_simpler.cc) that
exercises just one of the mentioned methods?
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 06:20 -------
+Created an attachment (id=17702)
+Valgrind output of test_simpler.cc (including valgrind cmd-line args)
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 07:07:31 -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 Mon Jun 23 07:05:21 2003
+++ shadow/114568.tmp.5052 Mon Jun 23 07:07:31 2003
@@ -703,6 +703,11 @@
(main:20415): gtkmm-DEBUG: file object.cc: line 69 (void
Gtk::Object::_init_unmanage(bool)):
ref: C++ instance: 0x80820d0; C instance: 0x8083358, ref_count = 1,
type = gtkmm__GtkButton
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 07:07 -------
+The issue of 2 or 1 bugs.
+Well sure it looks for me like 2 bugs also, but if it is caused by
+some RefPtr problem in Gtkmm it might be only 1, but who knows....
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc:
Date: Mon, 23 Jun 2003 07:26:18 -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 23 07:07:31 2003
+++ shadow/114568.tmp.12780 Mon Jun 23 07:26:18 2003
@@ -708,6 +708,18 @@
------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 07:07 -------
The issue of 2 or 1 bugs.
Well sure it looks for me like 2 bugs also, but if it is caused by
some RefPtr problem in Gtkmm it might be only 1, but who knows....
+
+------- Additional Comments From murrayc usa net 2003-06-23 07:26 -------
+I said "Do you still have
+the problem with this simplified test case (test_simpler.cc) that
+exercises just one of the mentioned methods?"
+
+Use of --debug-refcounting is not necessary to tell me whether the
+problem still exists with test_simpler.cc.
+
+Re. the number of bugs: Simple test cases are easier to deal with. We
+need to isolate the bug before fixing it.
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 07:46: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 harald hopfes hopfes sysde eads net
--- shadow/114568 Mon Jun 23 07:26:18 2003
+++ shadow/114568.tmp.20581 Mon Jun 23 07:46:29 2003
@@ -720,6 +720,11 @@
Use of --debug-refcounting is not necessary to tell me whether the
problem still exists with test_simpler.cc.
Re. the number of bugs: Simple test cases are easier to deal with. We
need to isolate the bug before fixing it.
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 07:45 -------
+Yes, check the new Attachment.
+There you can see that the problem remains.
+
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 08:05:06 -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 Mon Jun 23 07:46:29 2003
+++ shadow/114568.tmp.31408 Mon Jun 23 08:05:06 2003
@@ -725,6 +725,19 @@
------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 07:45 -------
Yes, check the new Attachment.
There you can see that the problem remains.
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 08:05 -------
+My Compiler version is:
+---------------------------------------------------
+Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
+infodir=/usr/share/info --enable-shared --enable-threads=posix --
+disable-checking --host=i386-redhat-linux --with-system-zlib --enable-
+__cxa_atexit
+Thread model: posix
+gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
+---------------------------------------------------
+What is yours?
--__--__--
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: Mon, 23 Jun 2003 08:10:34 -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 Mon Jun 23 08:05:06 2003
+++ shadow/114568.tmp.2564 Mon Jun 23 08:10:34 2003
@@ -738,6 +738,9 @@
disable-checking --host=i386-redhat-linux --with-system-zlib --enable-
__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
---------------------------------------------------
What is yours?
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 08:10 -------
+I will check if the problem remains with gcc 3.3.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 09:52:22 -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 Mon Jun 23 08:10:34 2003
+++ shadow/114568.tmp.25469 Mon Jun 23 09:52:22 2003
@@ -741,6 +741,11 @@
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
---------------------------------------------------
What is yours?
------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 08:10 -------
I will check if the problem remains with gcc 3.3.
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 09:52 -------
+Created an attachment (id=17705)
+test_simpler_gcc3_3.valgrind.txt
+
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 09:53:27 -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 Mon Jun 23 09:52:22 2003
+++ shadow/114568.tmp.25993 Mon Jun 23 09:53:27 2003
@@ -746,6 +746,9 @@
I will check if the problem remains with gcc 3.3.
------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 09:52 -------
Created an attachment (id=17705)
test_simpler_gcc3_3.valgrind.txt
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 09:53 -------
+The problem remains with gcc-3.3 also.
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
harald hopfes hopfes sysde eads net
Cc: murrayc usa net
Date: Mon, 23 Jun 2003 09:59: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 harald hopfes hopfes sysde eads net
--- shadow/114568 Mon Jun 23 09:53:27 2003
+++ shadow/114568.tmp.28399 Mon Jun 23 09:59:03 2003
@@ -749,6 +749,25 @@
Created an attachment (id=17705)
test_simpler_gcc3_3.valgrind.txt
------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 09:53 -------
The problem remains with gcc-3.3 also.
+
+------- Additional Comments From harald hopfes hopfes sysde eads net 2003-06-23 09:59 -------
+Also I should tell that we are using
+- atk-1.0.3
+- glib-2.0.7
+- gtk+-2.0.9
+- gtkmm-2.0.2
+- libsigc++-1.2.2
+- pango-1.0.5
+- pkgconfig-0.13.0
+and I tested also with
+- atk-1.2.0
+- glib-2.2.1
+- gtk+-2.2.1
+- gtkmm-2.2.3
+- libsigc++-1.2.4
+- pango-1.2.1
+- pkgconfig-0.14.0.tar.gz
+
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mmokrejs natur cuni cz
Cc:
Date: Mon, 23 Jun 2003 12:49:21 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 114332] Changed - TRu64Unix + cc/cxx: cannot compile
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=114332
Changed by mmokrejs natur cuni cz
--- shadow/114332 Fri Jun 6 04:26:29 2003
+++ shadow/114332.tmp.21654 Mon Jun 23 12:49:21 2003
@@ -56,6 +56,10 @@
------- Additional Comments From murrayc usa net 2003-06-05 10:19 -------
OK, well the error looks kind of silly. std::cout obviously exists.
Maybe your compiler needs some extra #include - it can't be too
difficult. But this is a rare platform, so maybe nobody has ever
ported gtkmm to it. I look forward to a patch so we can add it to the
list of known-to-work platforms.
+
+------- Additional Comments From mmokrejs natur cuni cz 2003-06-23 12:49 -------
+Make an account on testing machine available from HP:
+http://www.testdrive.hp.com/ - look for Tru64Unix.
--__--__--
_______________________________________________
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]