Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 117688

Summary: wxGTK possible build problem with wxSocket classes
Product: Gentoo Linux Reporter: Timothy Miller <theosib>
Component: [OLD] LibraryAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Timothy Miller 2006-01-03 18:41:37 UTC
See this thread on the bug repository for wxWidgets on SourceForge:

http://sourceforge.net/tracker/index.php?func=detail&aid=1396402&group_id=9863&atid=109863

The stack trace shows GSocket::Close calling a pure virtual function, crashing my application.
Comment 1 Timothy Miller 2006-02-05 07:28:43 UTC
This turned out to be my bug.  I had a wxWidgets object declared as a global, so it was being destructed AFTER wxGTK had shut down.  My apologies.  Please disregard.