Send Gtkmm-forge mailing list submissions to
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
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 564005] New: Valgrind errors and crash on exit with
Gtk::UIManager (gtkmm (bugzilla.gnome.org))
2. [Bug 564005] Valgrind errors and crash on exit with
Gtk::UIManager (gtkmm (bugzilla.gnome.org))
3. [Bug 564005] Valgrind errors and crash on exit with
Gtk::UIManager (gtkmm (bugzilla.gnome.org))
4. [Bug 564005] Valgrind errors and crash on exit with
Gtk::UIManager (gtkmm (bugzilla.gnome.org))
5. [Bug 564006] New: GNOME Goal: Clean up GLib and GTK+ includes
(gtkmm (bugzilla.gnome.org))
6. [Bug 564006] GNOME Goal: Clean up GLib and GTK+ includes
(gtkmm (bugzilla.gnome.org))
7. [Bug 564006] GNOME Goal: Clean up GLib and GTK+ includes
(gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Wed, 10 Dec 2008 16:08:19 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564005] New: Valgrind errors and crash
on exit with Gtk::UIManager
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564005
gtkmm | general | Ver: 2.14.x
Summary: Valgrind errors and crash on exit with Gtk::UIManager
Product: gtkmm
Version: 2.14.x
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
I have a problem with valgrind throwing errors on exit when using
Gtk::UIManager.
I also get "Send report to MS" dialogs in Windows and segfaults on exit on
Solaris 10 with suncc.
The test case is attached, as well as valgrind output.
The errors go away if, instead of Glib::RefPtr<Gtk::Action>, Gtk::Action* is
used. However, getting
Gtk::Action* from RefPtr requires awkward action.operator->(). Another way is
to keep a separate
map of action enum members and Glib::RefPtr<Gtk::Action> objects.
Steps to reproduce:
1. Compile the attached test case.
2. Run under windows - you should get a "Send Report" dialog box.
or
Run with valgrind under linux - you should get errors on exit.
Actual results:
See above.
Expected results:
No errors.
Does this happen every time?
yes.
Other information:
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564005.
------------------------------
Message: 2
Date: Wed, 10 Dec 2008 16:09:04 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564005] Valgrind errors and crash on
exit with Gtk::UIManager
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564005
gtkmm | general | Ver: 2.14.x
------- Comment #1 from Alexander Shaduri 2008-12-10 16:09 UTC -------
Created an attachment (id=124358)
--> (http://bugzilla.gnome.org/attachment.cgi?id=124358&action=view)
Test case
Compile instructions inside
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564005.
------------------------------
Message: 3
Date: Wed, 10 Dec 2008 16:09:39 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564005] Valgrind errors and crash on
exit with Gtk::UIManager
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564005
gtkmm | general | Ver: 2.14.x
------- Comment #2 from Alexander Shaduri 2008-12-10 16:09 UTC -------
Created an attachment (id=124359)
--> (http://bugzilla.gnome.org/attachment.cgi?id=124359&action=view)
Valgrind output
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564005.
------------------------------
Message: 4
Date: Wed, 10 Dec 2008 16:12:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564005] Valgrind errors and crash on
exit with Gtk::UIManager
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564005
gtkmm | general | Ver: 2.14.x
Alexander Shaduri changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #124358|application/octet-stream |text/plain
mime type| |
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564005.
------------------------------
Message: 5
Date: Wed, 10 Dec 2008 16:30:23 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564006] New: GNOME Goal: Clean up GLib
and GTK+ includes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564006
gtkmm | general | Ver: unspecified
Summary: GNOME Goal: Clean up GLib and GTK+ includes
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
GNOME version: Unspecified
GNOME milestone: Unspecified
http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564006.
------------------------------
Message: 6
Date: Wed, 10 Dec 2008 16:34:36 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564006] GNOME Goal: Clean up GLib and
GTK+ includes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564006
gtkmm | general | Ver: unspecified
------- Comment #1 from Przemys?aw Grzegorczyk 2008-12-10 16:34 UTC -------
Created an attachment (id=124362)
--> (http://bugzilla.gnome.org/attachment.cgi?id=124362&action=view)
gtkmm patch
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564006.
------------------------------
Message: 7
Date: Wed, 10 Dec 2008 16:35:51 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 564006] GNOME Goal: Clean up GLib and
GTK+ includes
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=564006
gtkmm | general | Ver: unspecified
Przemys?aw Grzegorczyk changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |563413
nThis| |
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=564006.
------------------------------
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 31, Issue 5
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list