[ wxwindows-Bugs-1636225 ] auidemo crash
SourceForge.net
noreply at sourceforge.net
Mon Jan 15 13:08:30 PST 2007
Bugs item #1636225, was opened at 2007-01-15 22:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1636225&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: AUI
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bjoern Pfeiffer (bjoernp)
Assigned to: Nobody/Anonymous (nobody)
Summary: auidemo crash
Initial Comment:
GCC 3.4.5, MinGW, cvs HEAD
wxWidgets was configured with
../configure --enable-optimise --enable-stl --enable-unicode --enable-threads --enable-static --disable-shared --enable-monolithic --enable-mslu --enable-std_iostreams --enable-std_string --enable-aui
Same result for bakefile-made wx:
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=0 MONOLITHIC=1 BUILD=release UNICODE=1 %*
See backtrace following:
(gdb) r
Starting program: c:\wx\head\samples\aui\gcc_mswu/auidemo.exe
Program received signal SIGSEGV, Segmentation fault.
0x004efce7 in wxAuiManager::GetArtProvider ()
(gdb) bt
#0 0x004efce7 in wxAuiManager::GetArtProvider ()
#1 0x004e7b95 in wxEvtHandler::ProcessEventIfMatches ()
#2 0x004e7eec in wxEventHashTable::HandleEvent ()
#3 0x004e8eb9 in wxEvtHandler::ProcessEvent ()
#4 0x0050da2b in wxWindowBase::TryParent ()
#5 0x004e8e6e in wxEvtHandler::ProcessEvent ()
#6 0x00476dbb in wxSpinCtrl::SendSpinUpdate ()
#7 0x00476ef4 in wxSpinCtrl::NormalizeValue ()
#8 0x00475dcd in wxSpinButton::SetRange ()
#9 0x00477565 in wxSpinCtrl::Create ()
#10 0x006a6631 in SettingsPanel::SettingsPanel ()
#11 0x00411de8 in MyFrame::MyFrame ()
#12 0x0041acd5 in MyApp::OnInit ()
#13 0x006a2f81 in wxAppConsole::CallOnInit ()
#14 0x00640109 in wxEntryReal ()
#15 0x0053352c in wxEntry ()
#16 0x004013f6 in WinMain at 16 ()
#17 0x0069d3ea in main ()
(gdb)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1636225&group_id=9863
More information about the wx-dev
mailing list