[gtkmm] Gtkmm-forge digest, Vol 1 #648 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #648 - 7 msgs
- Date: Sat, 20 Mar 2004 20:05:44 -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-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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 137030] Changed - signal_timeout() causes a critical warning (bugzilla-daemon widget gnome org)
2. [Bug 137030] Changed - signal_timeout() causes a critical warning (bugzilla-daemon widget gnome org)
3. [Bug 137030] Changed - signal_timeout() causes a critical warning (bugzilla-daemon widget gnome org)
4. [Bug 137030] Changed - signal_timeout() causes a critical warning (bugzilla-daemon widget gnome org)
5. [Bug 136701] Changed - Problems in building bindings using GARNOME (bugzilla-daemon widget gnome org)
6. [Bug 137591] Changed - Build failure when building in a Cygwin/win32 environment (bugzilla-daemon widget gnome org)
7. [Bug 137591] Changed - Build failure when building in a Cygwin/win32 environment (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc murrayc com
Cc:
Date: Sat, 20 Mar 2004 09:20:06 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 137030] Changed - signal_timeout() causes a critical warning
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=137030
Changed by martin-ml hippogriff de
--- shadow/137030 Wed Mar 17 08:22:43 2004
+++ shadow/137030.tmp.12675 Sat Mar 20 09:20:06 2004
@@ -9,12 +9,13 @@
Priority: Normal
Component: main loop
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc murrayc com
TargetMilestone: ---
URL:
+Cc: martin-ml hippogriff de
Summary: signal_timeout() causes a critical warning
Someone noticed this in gtkmm/demos/pixbuf-demo. I have attached a
simplified test case which just connects to signal_timeout(). It shows this
critical warning when the window is closed:
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc murrayc com
Cc:
Date: Sat, 20 Mar 2004 09:23:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 137030] Changed - signal_timeout() causes a critical warning
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=137030
Changed by martin-ml hippogriff de
--- shadow/137030 Sat Mar 20 09:20:06 2004
+++ shadow/137030.tmp.13999 Sat Mar 20 09:23:18 2004
@@ -34,6 +34,18 @@
still alive repeat previous 2 steps). In case of demo valgrind shows
invalid free().
+
+------- Additional Comments From martin-ml hippogriff de 2004-03-20 09:23 -------
+> It shows this
+> critical warning when the window is closed:
+>
+> (lt-pixbuf-demo:11427): GLib-CRITICAL **: file gmain.c: line 997
+> (g_source_destroy): assertion `source != NULL' failed
+
+Running the test case as is; without the line
+ //sigc::connection conn_timeout_;
+commented in, I guess?
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc murrayc com
Cc:
Date: Sat, 20 Mar 2004 09:39:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 137030] Changed - signal_timeout() causes a critical warning
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=137030
Changed by martin-ml hippogriff de
--- shadow/137030 Sat Mar 20 09:23:18 2004
+++ shadow/137030.tmp.25008 Sat Mar 20 09:39:07 2004
@@ -46,6 +46,9 @@
> (g_source_destroy): assertion `source != NULL' failed
Running the test case as is; without the line
//sigc::connection conn_timeout_;
commented in, I guess?
+
+------- Additional Comments From martin-ml hippogriff de 2004-03-20 09:39 -------
+Should be fixed in cvs. Please confirm and close the bug.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc murrayc com
Cc:
Date: Sat, 20 Mar 2004 14:13:42 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 137030] Changed - signal_timeout() causes a critical warning
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=137030
Changed by murrayc murrayc com
--- shadow/137030 Sat Mar 20 09:39:07 2004
+++ shadow/137030.tmp.22442 Sat Mar 20 14:13:42 2004
@@ -1,13 +1,13 @@
Bug#: 137030
Product: glibmm
Version: 2.4.x
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: main loop
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc murrayc com
TargetMilestone: ---
@@ -49,6 +49,9 @@
//sigc::connection conn_timeout_;
commented in, I guess?
------- Additional Comments From martin-ml hippogriff de 2004-03-20 09:39 -------
Should be fixed in cvs. Please confirm and close the bug.
+
+------- Additional Comments From murrayc murrayc com 2004-03-20 14:13 -------
+Yes, that fixes it. Thanks, Martin, and well done.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, hamid f5 com
Cc:
Date: Sat, 20 Mar 2004 14:20:34 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 136701] Changed - Problems in building bindings using GARNOME
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=136701
Changed by murrayc murrayc com
--- shadow/136701 Fri Mar 19 00:55:28 2004
+++ shadow/136701.tmp.27517 Sat Mar 20 14:20:34 2004
@@ -1,8 +1,8 @@
Bug#: 136701
-Product: gtkmm
+Product: GARNOME
Version: unspecified
OS: Linux
OS Details: RedHat 9.0
Status: NEW
Resolution:
Severity: normal
@@ -53,6 +53,11 @@
if your libraries are in a nonstandard prefix so pkg-config can find them.
make[2]: *** [configure-work/main.d/gconfmm-2.5.1/configure] Error 1
make[2]: Leaving directory `/home/hamid/garnome-0.30.1/bindings/gconfmm'
make[1]: *** [paranoid-install] Error 2
make[1]: Leaving directory `/home/hamid/garnome-0.30.1/bindings'
make: *** [paranoid-install] Error 2
+
+------- Additional Comments From murrayc murrayc com 2004-03-20 14:20 -------
+This looks like a garnome bug - reassigning.
+
+gtkmm is available on www.gtkmm.org, and I think it is is garnome.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, roger whinlatter uklinux net
Cc:
Date: Sat, 20 Mar 2004 14:35:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 137591] Changed - Build failure when building in a Cygwin/win32 environment
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=137591
Changed by murrayc murrayc com
--- shadow/137591 Thu Mar 18 11:14:30 2004
+++ shadow/137591.tmp.4450 Sat Mar 20 14:35:51 2004
@@ -146,6 +146,9 @@
gdk-pixbuf-query-loaders did the trick. I can now load images in
plain C GTK+ programs.
The Gtkmm gtk-demo/demo "Image" demo now works, but the "Pixbufs" demo
still causes a crash. There's a slight pause before the crash, so it
might be a memory leak.
+
+------- Additional Comments From murrayc murrayc com 2004-03-20 14:35 -------
+I can not read that attachment. What is the filename?
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 20 Mar 2004 18:38:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 137591] Changed - Build failure when building in a Cygwin/win32 environment
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=137591
Changed by roger whinlatter uklinux net
--- shadow/137591 Sat Mar 20 14:35:51 2004
+++ shadow/137591.tmp.5600 Sat Mar 20 18:38:14 2004
@@ -149,6 +149,9 @@
The Gtkmm gtk-demo/demo "Image" demo now works, but the "Pixbufs" demo
still causes a crash. There's a slight pause before the crash, so it
might be a memory leak.
------- Additional Comments From murrayc murrayc com 2004-03-20 14:35 -------
I can not read that attachment. What is the filename?
+
+------- Additional Comments From roger whinlatter uklinux net 2004-03-20 18:38 -------
+The attachment is a bzip2ed patch i.e. patch.bz2
--__--__--
_______________________________________________
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]