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 566845] New: Leaks found in glibmm uriutils.cc
      (glibmm (bugzilla.gnome.org))
   2. [Bug 566845] Leaks found in glibmm uriutils.cc
      (glibmm (bugzilla.gnome.org))
   3. [Bug 506394] Compose without format string
      (glibmm (bugzilla.gnome.org))
   4. [Bug 566147] Reading out papersize from a saved   PageSetup
      seems to fail,  (gtkmm (bugzilla.gnome.org))
   5. [Bug 548022] Gtk::Builder::get_widget():  Incomplete
      documentation about exceptions thrown (gtkmm (bugzilla.gnome.org))
   6. [Bug 558017] Build failure due to some perl macro
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 486421] gtkmozembedmm fails to build on      debian
      testing/unstable (gnomemm (bugzilla.gnome.org))
   8. [Bug 547163] Can't call protected vfuncs of       children.
      (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Tue,  6 Jan 2009 23:40:16 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 566845] New: Leaks found in glibmm
        uriutils.cc
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=566845

  glibmm | general | Ver: 2.18.x
           Summary: Leaks found in glibmm uriutils.cc
           Product: glibmm
           Version: 2.18.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: 2.23/2.24
   GNOME milestone: Unspecified


Please describe the problem:
Every function in this file should g_free() the result of the primitive glib
calls, and it is not. For instance:

std::string uri_escape_string(const std::string& unescaped, const std::string&
reserved_chars_allowed, bool allow_utf8)
{
  const gchar* cresult = g_uri_escape_string(unescaped.c_str(),
reserved_chars_allowed.c_str(), allow_utf8);
  return Glib::convert_const_gchar_ptr_to_stdstring(cresult);
}

should g_free() cresult.

Steps to reproduce:
look at the source.

Actual results:
it leaks.

Expected results:
it not to leak.

Does this happen every time?
yes

Other information:
no.


-- 
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=566845.



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

Message: 2
Date: Wed,  7 Jan 2009 05:35:05 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 566845] Leaks found in glibmm
        uriutils.cc
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=566845

  glibmm | general | Ver: 2.18.x

Jonathon Jongsma (jonner) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




------- Comment #1 from Jonathon Jongsma (jonner)  2009-01-07 05:35 UTC -------
fixed in trunk and glibmm-2-18 branch


-- 
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=566845.



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

Message: 3
Date: Wed,  7 Jan 2009 12:17:40 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 506394] Compose without format string
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=506394

  glibmm | strings | Ver: 2.15.x




------- Comment #6 from Szil?rd Pfeiffer  2009-01-07 12:17 UTC -------
(In reply to comment #5)
> Szil?rd, so do you agree that we can close this bug?
> 

I have no objection.


-- 
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=506394.



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

Message: 4
Date: Wed,  7 Jan 2009 21:04:36 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 566147] Reading out papersize from a
        saved   PageSetup seems to fail, 
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=566147

  gtkmm | general | Ver: 2.4




------- Comment #4 from Murray Cumming  2009-01-07 21:04 UTC -------
What versions are you using, on what distro?


-- 
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=566147.



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

Message: 5
Date: Wed,  7 Jan 2009 21:06:06 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 548022] Gtk::Builder::get_widget():
        Incomplete documentation about exceptions thrown
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=548022

  gtkmm | general | Ver: 2.12.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Crash on                    |Gtk::Builder::get_widget():
                   |Gtk::Builder::get_widget()  |Incomplete documentation
                   |when specifying unknown     |about exceptions thrown
                   |widget                      |




-- 
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=548022.



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

Message: 6
Date: Wed,  7 Jan 2009 21:08:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 558017] Build failure due to some perl
        macro
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=558017

  gtkmm | build | Ver: unspecified




------- Comment #4 from Murray Cumming  2009-01-07 21:08 UTC -------
What distro are you using? This doesn't seem to be a widespread problem.


-- 
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=558017.



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

Message: 7
Date: Wed,  7 Jan 2009 21:09:17 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 486421] gtkmozembedmm fails to build on
        debian testing/unstable
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=486421

  gnomemm | build | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTGNOME




------- Comment #4 from Murray Cumming  2009-01-07 21:09 UTC -------
Closing this because it's not part of gnomemm. Please contact try yourself to
contact its maintainer.


-- 
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=486421.



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

Message: 8
Date: Wed,  7 Jan 2009 21:11:10 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 547163] Can't call protected vfuncs of
        children.
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=547163

  gnomemm | cluttermm | Ver: unspecified




------- Comment #3 from Murray Cumming  2009-01-07 21:11 UTC -------
Please respond.


-- 
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=547163.



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

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB

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

_______________________________________________
Gtkmm-forge mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 32, Issue 4
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to