Gtkmm-forge digest, Vol 1 #849 - 7 msgs



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 163992] New: segfault with   get_default_colormap() (bugzilla-daemon bugzilla gnome org)
   2. [Bug 164006] New: segfault with   get_default_colormap() (bugzilla-daemon bugzilla gnome org)
   3. [Bug 164007] New: segfault in custom widget example (bugzilla-daemon bugzilla gnome org)
   4. [Bug 164007] segfault in custom widget example (bugzilla-daemon bugzilla gnome org)
   5. [Bug 164006] segfault with   get_default_colormap() (bugzilla-daemon bugzilla gnome org)
   6. [Bug 163992] segfault with   get_default_colormap() (bugzilla-daemon bugzilla gnome org)
   7. [Bug 164007] segfault in custom widget example (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 16:06:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 163992] New: segfault with   get_default_colormap()

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=163992
 gtkmm | general | Ver: 2.4

           Summary: segfault with   get_default_colormap()
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: mscholtn xs4all nl
                CC: all-bugs bugzilla gnome org


Create a window with one button
then do

  for (int i = 0 ; i<1000;++i)
  {  std::cout << i << std::endl;
     Glib::RefPtr<Gdk::Colormap> colormap = Button.get_default_colormap ();
  }

it will count to 4 and then segfault

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 17:48:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164006] New: segfault with   get_default_colormap()

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164006
 gtkmm | general | Ver: 2.4

           Summary: segfault with   get_default_colormap()
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: mscholtn xs4all nl
                CC: all-bugs bugzilla gnome org


Create a window with one button
then do

  for (int i = 0 ; i<1000;++i)
  {  std::cout << i << std::endl;
     Glib::RefPtr<Gdk::Colormap> colormap = Button.get_default_colormap ();
  }

it will count to 4 and then segfault

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 18:02:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164007] New: segfault in custom widget example

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164007
 gtkmm | general | Ver: 2.4

           Summary: segfault in custom widget example
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: mscholtn xs4all nl
                CC: all-bugs bugzilla gnome org


Segfaults in on_expose_event() because of problem with get_default_colormap() 
(see Bug 163992).

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 18:05:30 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164007] segfault in custom widget example

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164007
 gtkmm | general | Ver: 2.4





------- Additional Comments From Marco Scholten  2005-01-13 18:05 -------
Created an attachment (id=35984)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=35984&action=view)
patch

Removed colormap in on_expose_event()

Made it draw something nice.


------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 18:12:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164006] segfault with   get_default_colormap()

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164006
 gtkmm | general | Ver: 2.4

Olav Vitters changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla-gnome bkor dhs org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From Olav Vitters  2005-01-13 18:12 -------


*** This bug has been marked as a duplicate of 163992 ***

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 6
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 18:12:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 163992] segfault with   get_default_colormap()

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=163992
 gtkmm | general | Ver: 2.4





------- Additional Comments From Olav Vitters  2005-01-13 18:12 -------
*** Bug 164006 has been marked as a duplicate of this bug. ***

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 7
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 13 Jan 2005 18:14:53 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 164007] segfault in custom widget example

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164007
 gtkmm | general | Ver: 2.4

Olav Vitters changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla-gnome bkor dhs org



------- Additional Comments From Olav Vitters  2005-01-13 18:14 -------
Is this patch meant to fix the crash reported bug 163992? 

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
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]