-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Friday, February 01, 2002 1:52 AM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] oglc module import error in solaris machine
2) Now I try to upgrade wxGTK and wxPython from 2.3.0 to 2.3.2. Build is
fine but demo got core dumpted.
Any clues from the backtrace?
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!
I don't have any luck to find a clue from gdb backtraces.
It may be useful for u to locate what is going on?
I've atteched the full o/p from gdb.
Vaclav, does the following ring any bells for you?
(gdb) bt #0 0xff136f54 in strlen () from /usr/lib/libc.so.1 #1 0xff181900 in _doprnt () from /usr/lib/libc.so.1 #2 0xff183634 in sprintf () from /usr/lib/libc.so.1 #3 0xff14459c in iconv_open () from /usr/lib/libc.so.1 #4 0xfe280298 in wxGetCharacterSet () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #5 0xfe2805c0 in wxCSConv::LoadNow () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #6 0xfe280668 in wxCSConv::WC2MB () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #7 0xfe2c87d4 in wxHtmlEntitiesParser::GetCharForCode () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #8 0xfe2d3d9c in wxHtmlWinParser::AddText () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #9 0xfe2c7b40 in wxHtmlParser::DoParsing () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #10 0xfe2c7a10 in wxHtmlParser::DoParsing () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #11 0xfe2c75e4 in wxHtmlParser::Parse () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #12 0xfe2ca944 in wxHtmlWindow::SetPage () from
/users3/mmariapX/projects/lib/libwx_gtk-2.3.so #13 0xfdd46448 in _wrap_wxHtmlWindow_SetPage (self=0x0, args=0x5f7e28,
kwargs=0x5f502c) at src/gtk/html.cpp:4227
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!
Vaclav, does the following ring any bells for you?
Yes -- Solaris... I'm 99 % sure this was fixed in the CVS recently.
Unless it is yet another problem (hard to tell, since the backtrace
doesn't provide arguments passed to the functions), it should be OK
in the latest wxWindows sources.
A temporary workaround is to install libiconv (see freshmeat.net) as
a preloaded library (if Solaris has something like Linux's
LD_PRELOAD).