[gtkmm] Gtkmm-forge digest, Vol 1 #312 - 3 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.


Today's Topics:

   1. [Bug 101152] New - notebook page switch segfault (bugzilla-daemon widget gnome org)
   2. [Bug 101152] Changed - notebook page switch segfault (bugzilla-daemon widget gnome org)
   3. [Bug 101152] Changed - notebook page switch segfault (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 13 Dec 2002 13:27:42 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101152] New - notebook page switch segfault

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=101152

Changed by erik echohome org 

--- shadow/101152	Fri Dec 13 13:27:42 2002
+++ shadow/101152.tmp.25939	Fri Dec 13 13:27:42 2002
@@ -0,0 +1,20 @@
+Bug#: 101152
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 2.4.19-gentoo-r10 #2 SMP
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: erik echohome org               
+TargetMilestone: ---
+URL: 
+Summary: notebook page switch segfault
+
+A method is connected to the Gtk::Notebook.signal_switch_page() signal
+slot.  In this method there is a call to Gtk::Notebook.get_current_page().
+ It is in the call to get_current_page() that a segfault is generated, and
+crashes the application.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 13 Dec 2002 13:29:40 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101152] Changed - notebook page switch segfault

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=101152

Changed by erik echohome org 

--- shadow/101152	Fri Dec 13 13:27:42 2002
+++ shadow/101152.tmp.26495	Fri Dec 13 13:29:40 2002
@@ -15,6 +15,11 @@
 Summary: notebook page switch segfault
 
 A method is connected to the Gtk::Notebook.signal_switch_page() signal
 slot.  In this method there is a call to Gtk::Notebook.get_current_page().
  It is in the call to get_current_page() that a segfault is generated, and
 crashes the application.
+
+------- Additional Comments From erik echohome org  2002-12-13 13:29 -------
+Created an attachment (id=12974)
+Examples based program that demonstrates the notebook page switch calling get_current_page segfault bug.
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erik echohome org
Cc: 
Date: Fri, 13 Dec 2002 14:18:44 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 101152] Changed - notebook page switch segfault

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=101152

Changed by daniel elstner gmx net 

--- shadow/101152	Fri Dec 13 13:29:40 2002
+++ shadow/101152.tmp.12645	Fri Dec 13 14:18:44 2002
@@ -1,13 +1,13 @@
 Bug#: 101152
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 2.4.19-gentoo-r10 #2 SMP
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: erik echohome org               
 TargetMilestone: ---
@@ -20,6 +20,16 @@
 crashes the application.
 
 ------- Additional Comments From erik echohome org  2002-12-13 13:29 -------
 Created an attachment (id=12974)
 Examples based program that demonstrates the notebook page switch calling get_current_page segfault bug.
 
+
+------- Additional Comments From daniel elstner gmx net  2002-12-13 14:18 -------
+line 78:
+    notebook->signal_switch_page().connect(
+		slot( *notebook, &AppWindow::NotebookPageSwitch ));
+
+can't work since *notebook is not of type AppWindow.  This construct
+should trigger a compile-time error -- you need to upgrade to a recent
+libsigc++ because of a bug that allowed this kind of type-unsafety.
+




--__--__--

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