Gtkmm-forge Digest, Vol 22, 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 521294] Impossible to catch ConvertError	exception
      (glibmm (bugzilla.gnome.org))
   2. [Bug 521294] Impossible to catch ConvertError	exception
      (glibmm (bugzilla.gnome.org))
   3. [Bug 521294] Impossible to catch ConvertError	exception
      (glibmm (bugzilla.gnome.org))
   4. [Bug 521294] Impossible to catch ConvertError	exception
      (glibmm (bugzilla.gnome.org))
   5. [Bug 517787] Add operator<< and operator>> to Gio	streams
      (glibmm (bugzilla.gnome.org))
   6. [Bug 521294] Impossible to catch ConvertError	exception
      (glibmm (bugzilla.gnome.org))
   7. [Bug 498438] gcc-4.3 build issue (glibmm (bugzilla.gnome.org))
   8. [Bug 517787] Add operator<< and operator>> to Gio	streams
      (glibmm (bugzilla.gnome.org))


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

Message: 1
Date: Sun,  9 Mar 2008 13:27:24 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 521294] Impossible to catch
	ConvertError	exception
To: gtkmm-forge lists sourceforge net
Message-ID: <20080309132724 763BE23F5C2 label gnome org>
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=521294

  glibmm | general | Ver: 2.15.x




------- Comment #4 from Murray Cumming  2008-03-09 13:27 UTC -------
Actually, it's operator<< that is throwing the exception. I wonder if that's
happening when writing out the exception's what() message.


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



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

Message: 2
Date: Sun,  9 Mar 2008 13:54:49 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 521294] Impossible to catch
	ConvertError	exception
To: gtkmm-forge lists sourceforge net
Message-ID: <20080309135449 E0C5023F53A label gnome org>
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=521294

  glibmm | general | Ver: 2.15.x




------- Comment #5 from Jonathon Jongsma (jonner)  2008-03-09 13:54 UTC -------
Indeed you're correct.  I guess I hadn't looked closely enough.  I can get it
to not abort if I instead use the following line:
        std::cerr << "Glib::MarkupError: " << exception.what ().raw () <<
std::endl;

(e.g. using the raw() string and not doing any charset conversions on
operator<<).  I wonder if it's really a good idea to put invalid utf-8 into a
utf-8 message string...


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



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

Message: 3
Date: Sun,  9 Mar 2008 19:50:22 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 521294] Impossible to catch
	ConvertError	exception
To: gtkmm-forge lists sourceforge net
Message-ID: <20080309195022 48F6C23F5CC label gnome org>
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=521294

  glibmm | general | Ver: 2.15.x




------- Comment #6 from Jonathon Jongsma (jonner)  2008-03-09 19:50 UTC -------
just for reference, this is the output I get with the raw() call above
(assuming bugzilla doesn't do something weird to it):

debug: before parsing
Glib::MarkupError: Error on line 1 char 6: Invalid UTF-8 encoded text - not
valid '?`????H????'


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



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

Message: 4
Date: Mon, 10 Mar 2008 12:24:54 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 521294] Impossible to catch
	ConvertError	exception
To: gtkmm-forge lists sourceforge net
Message-ID: <20080310122454 CA3D023F738 label gnome org>
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=521294

  glibmm | general | Ver: 2.15.x




------- Comment #7 from Murray Cumming  2008-03-10 12:24 UTC -------
I consider this a glib bug, because I think that GError messages are meant to
be displayed, so they should be valid UTF8. I'll make a C test case and file it
eventually if you don't first.


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



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

Message: 5
Date: Mon, 10 Mar 2008 14:56:00 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 517787] Add operator<< and operator>>
	to Gio	streams
To: gtkmm-forge lists sourceforge net
Message-ID: <20080310145600 44DF523F776 label gnome org>
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=517787

  glibmm | io | Ver: 2.15.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com
           Severity|critical                    |normal
           Priority|High                        |Normal




------- Comment #5 from Murray Cumming  2008-03-10 14:55 UTC -------
I don't think this bug needs to be high priority or severity critical, but
please tell me if I'm missing something.


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



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

Message: 6
Date: Mon, 10 Mar 2008 15:16:18 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 521294] Impossible to catch
	ConvertError	exception
To: gtkmm-forge lists sourceforge net
Message-ID: <20080310151618 09B2223F774 label gnome org>
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=521294

  glibmm | general | Ver: 2.15.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |521591




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



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

Message: 7
Date: Mon, 10 Mar 2008 15:22:53 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 498438] gcc-4.3 build issue
To: gtkmm-forge lists sourceforge net
Message-ID: <20080310152253 9781523F774 label gnome org>
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=498438

  glibmm | build | Ver: 2.14.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #105601|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #10 from Murray Cumming  2008-03-10 15:22 UTC -------
I have committed the patch in comment #6. If something else would be better
then please reopen with a new 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=498438.



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

Message: 8
Date: Mon, 10 Mar 2008 18:19:24 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 517787] Add operator<< and operator>>
	to Gio	streams
To: gtkmm-forge lists sourceforge net
Message-ID: <20080310181924 83ED523F776 label gnome org>
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=517787

  glibmm | io | Ver: 2.15.x




------- Comment #6 from Jonathon Jongsma (jonner)  2008-03-10 18:19 UTC -------
no, you're not missing anything.  I'm not sure how they got set to those
values.


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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

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


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


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