Gtkmm-forge Digest, Vol 10, Issue 3



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 416218] Documentation error in
      Gtk::IconTheme::get_example_icon_name (gtkmm (bugzilla.gnome.org))
   2. [Bug 416218] Documentation error in
      Gtk::IconTheme::get_example_icon_name (gtkmm (bugzilla.gnome.org))
   3. [Bug 417116] New: Inconsistent Gnome::Gda::Value	semantics
      (gnomemm (bugzilla.gnome.org))
   4. [Bug 417539] New: Memory leak in	Gtk::TreeView::get_cursor()
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 417539] Memory leak in	Gtk::TreeView::get_cursor()
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 396958] Glib::signal_idle().connect() not	thread-safe
      (glibmm (bugzilla.gnome.org))
   7. [Bug 418155] New: ntstatus 0xc0150002 (gtkmm (bugzilla.gnome.org))
   8. [Bug 418155] Visual Studio Express 2005: ntstatus	0xc0150002
      (gtkmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Fri,  9 Mar 2007 17:30:48 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 416218] Documentation error in
	Gtk::IconTheme::get_example_icon_name
To: gtkmm-forge lists sourceforge net
Message-ID: <20070309173049 011BF6C4204 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=416218

  gtkmm | documentation | Ver: unspecified


jonner changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from jonner  2007-03-09 17:28 UTC -------
Ok, thanks.  committed.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 2
Date: Fri,  9 Mar 2007 18:26:02 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 416218] Documentation error in
	Gtk::IconTheme::get_example_icon_name
To: gtkmm-forge lists sourceforge net
Message-ID: <20070309182602 4639B6C420A 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=416218

  gtkmm | documentation | Ver: unspecified





------- Comment #5 from jonner  2007-03-09 18:23 UTC -------
I committed this to the 2-6 and 2-8 branches as well, I don't know if it was
really necessary or not...


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 3
Date: Sun, 11 Mar 2007 15:37:18 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 417116] New: Inconsistent
	Gnome::Gda::Value	semantics
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-417116-5595 http bugzilla 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=417116

  gnomemm | libgdamm | Ver: unspecified

           Summary: Inconsistent Gnome::Gda::Value semantics
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: libgdamm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: armin arbur net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Gnome::Gda::Value has different set() overloads, of which most do just
g_value_set_*. g_value_set_* does not allow changing the value's type, so
calling set("foo") on an uninitialized value (or one that holds another type
than G_TYPE_STRING) raises an error.

Other overloads use a gda_value_set_* function which does first unset the value
and initialize it with the correct type again. Therefore, calling the set()
overload that takes a GdaTime works on an uninitialized value. This is
inconsistent and might confuse people.

I think this is easy to fix once we agree on what to do in all cases. Allowing
the Value to change its type during its lifetime is preferable, I guess, so
adding g_value_unset()/g_value_init() calls to the set() functions that use
g_value_set*  might be enough.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 4
Date: Mon, 12 Mar 2007 17:31:27 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 417539] New: Memory leak in
	Gtk::TreeView::get_cursor()
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-417539-5595 http bugzilla 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=417539

  gtkmm | TreeView | Ver: 2.10.x

           Summary: Memory leak in Gtk::TreeView::get_cursor()
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: TreeView
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: andrew solvo ru
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Using valgrind I found that function Gtk::TreeView::get_cursor() has memory
leak for GtkTreePath pointer.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 5
Date: Mon, 12 Mar 2007 17:34:50 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 417539] Memory leak in
	Gtk::TreeView::get_cursor()
To: gtkmm-forge lists sourceforge net
Message-ID: <20070312173450 7FB996C41E4 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=417539

  gtkmm | TreeView | Ver: 2.10.x





------- Comment #1 from Andrew E. Makeev  2007-03-12 17:30 UTC -------
Created an attachment (id=84438)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=84438&action=view)
Patch fixes get_cursor() in treeview.ccg


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 6
Date: Mon, 12 Mar 2007 20:24:27 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 396958] Glib::signal_idle().connect()
	not	thread-safe
To: gtkmm-forge lists sourceforge net
Message-ID: <20070312202427 74AA96C41D6 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=396958

  glibmm | main loop | Ver: 2.13.x


Bryan Silverthorn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bcs26 cornell edu




------- Comment #1 from Bryan Silverthorn  2007-03-12 20:22 UTC -------
I see memory corruption in a real application due to this issue, with valgrind
catching invalid writes at the conn_node->install() line. I can't share the
application source, unfortunately, but I can test any relevant glibmm patches.

Moving the install(source) call to a spot before g_source_attach() does appear
to eliminate at least that source of memory corruption. Some thread-related
corruption issue still remains, but it is much harder to trigger, and I haven't
been able to reproduce it under valgrind.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 7
Date: Wed, 14 Mar 2007 09:09:44 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 418155] New: ntstatus 0xc0150002
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-418155-5595 http bugzilla 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=418155

  gtkmm | build | Ver: 2.10.x

           Summary: ntstatus 0xc0150002
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: jvd tja lt
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


OS: Win XP
Compiler: vc++ 8.0 (14.0.50727.42); Visual Studio Express 2005
Gtk+ win32 build: 2.10.7

Compiling with 2.10.8-1 (with 2.10.7-1, too) devel build, all gtkmm executables
(in debug mode; runtime -- MT Debug DLL) produce the following error:
LDR: LdrpWalkImportDescriptor() failed to probe
C:\PROGRA~1\GTK\bin\gtkmm-2.4d.dll for its manifest, ntstatus 0xc0150002

In release mode the error is quite the same (runtime -- MT DLL):
LDR: LdrpWalkImportDescriptor() failed to probe
C:\PROGRA~1\GTK\bin\gtkmm-2.4.dll for its manifest, ntstatus 0xc0150002

The same is reproducible with various platform sdks (SP1, R2).

The problem is rectifiable by recompiling glibmm and gtkmm packages.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 8
Date: Wed, 14 Mar 2007 09:37:46 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 418155] Visual Studio Express 2005:
	ntstatus	0xc0150002
To: gtkmm-forge lists sourceforge net
Message-ID: <20070314093746 145B46C426F 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=418155

  gtkmm | build | Ver: 2.10.x


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cedric gustin gmail com,
                   |                            |murrayc murrayc com
            Summary|ntstatus 0xc0150002         |Visual Studio Express 2005:
                   |                            |ntstatus 0xc0150002




------- Comment #1 from Murray Cumming  2007-03-14 09:35 UTC -------
Thanks.

CCing Cedric who maintains the Windows packages.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 10, Issue 3
******************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]