[wx 2.8.7, X11, gcc] running wxWidget on Centos 5
Umashankar
ubalas2 at gmail.com
Thu Feb 14 10:38:16 PST 2008
Hi all,
I started using wxWidgets recently. Initially I created a small grid
application on windows platform and that ran without any glitches. Then I
tried importing it onto my Linux box running Centos 5. After building the
application (on X11 port), when I try to run it, only the main windown of
the app appears on the screen. I wont be able to see anything on it. It does
not seem like it has crashed because upon debugging, I see that the program
is actually running.
Surprising enough, the same app runs perfectly well on Ubunto without any
problems almost as good as on Windows. I would like to know if here are any
known compatibility issues between wxWidgets and Centos. I am including the
stack for your reference. It would be great if someone can figure out what's
going on. If you need any more information, I will be more than glad to
provide you with it. Thank you in advance.
(gdb) bt
#0 0x00000035984c5cdf in poll () from /lib64/libc.so.6
#1 0x000000359a84a9a0 in XAddConnectionWatch () from /usr/lib64/libX11.so.6
#2 0x000000359a84adc9 in _XRead () from /usr/lib64/libX11.so.6
#3 0x000000359a84b7c1 in _XReply () from /usr/lib64/libX11.so.6
#4 0x000000359a82dc45 in _XGetWindowAttributes () from
/usr/lib64/libX11.so.6
#5 0x000000359a82ddb8 in XGetWindowAttributes () from
/usr/lib64/libX11.so.6
#6 0x00002aaaab47a61b in wxWindowX11::DoGetClientSize ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#7 0x00002aaaab5042f8 in wxWindow::DoGetClientSize ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#8 0x00002aaaab46abf3 in wxClientDC::wxClientDC ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#9 0x00002aaaab4d65ee in wxMenuBar::GetItemWidth ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#10 0x00002aaaab4d752a in wxMenuBar::DoDraw ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#11 0x00002aaaab50320a in wxWindow::OnPaint ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#12 0x00002aaaab9ceb9f in wxEvtHandler::ProcessEventIfMatches ()
from /wxWidgets-2.8.7/lib/libwx_base-2.8.so.0
#13 0x00002aaaab9ced3f in wxEventHashTable::HandleEvent ()
from /wxWidgets-2.8.7/lib/libwx_base-2.8.so.0
#14 0x00002aaaab9cee89 in wxEvtHandler::ProcessEvent ()
from /wxWidgets-2.8.7/lib/libwx_base-2.8.so.0
#15 0x00002aaaab47c338 in wxWindowX11::SendPaintEvents ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#16 0x00002aaaab47970d in wxWindowX11::OnInternalIdle ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#17 0x00002aaaab51c9ef in wxAppBase::SendIdleEvents ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#18 0x00002aaaab51ca2a in wxAppBase::SendIdleEvents ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#19 0x00002aaaab51ce5a in wxAppBase::ProcessIdle ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#20 0x00002aaaab46dd47 in wxEventLoopImpl::SendIdleEvent ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#21 0x00002aaaab46ddee in wxEventLoop::Run ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#22 0x00002aaaab51cceb in wxAppBase::MainLoop ()
from /wxWidgets-2.8.7/lib/libwx_x11univ_core-2.8.so.0
#23 0x00002aaaab971efc in wxEntry ()
from /wxWidgets-2.8.7/lib/libwx_base-2.8.so.0
#24 0x000000000040ecd2 in main ()
Thank you
Umashankar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20080214/07d=
ee7aa/attachment.htm
More information about the wx-users
mailing list