Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117688 - wxGTK possible build problem with wxSocket classes
Summary: wxGTK possible build problem with wxSocket classes
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 18:41 UTC by Timothy Miller
Modified: 2006-02-05 07:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.