Opened 4 years ago
Closed 4 years ago
#62482 closed defect (fixed)
Segmentation fault when set term wxt in gnuplot
Reported by: | renzresearch | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | bigsur | Cc: | |
Port: | gnuplot |
Description
Segmentation fault occurs when set terminal to wxt in gnuplot. No message shows until the next session of gnuplot is launched. Please see the attached file. I have tested x11 and aqua terminals. No such error occurs. Two types of messages are:
objc[24047]: Class wxNSAppController is implemented in both /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.0.4.0.dylib (0x109909c40) and /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/libwx_osx_cocoau_core-3.0.dylib (0x10759ac40). One of the two will be used. Which one is undefined.
and
../src/common/object.cpp(251): assert "classTable->Get(m_className) == NULL" failed in Register(): Class "wxHtmlHelpController" already in RTTI table - have you used IMPLEMENT_DYNAMIC_CLASS() multiple times or linked some object file twice)?
Attachments (1)
Change History (5)
Changed 4 years ago by renzresearch
Attachment: | gnuplotError.log added |
---|
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
This is probably a duplicate of #62348.
comment:2 Changed 4 years ago by mf2k (Frank Schima)
Cc: | mojca removed |
---|---|
Owner: | set to mojca |
Status: | new → assigned |
comment:3 Changed 4 years ago by renzresearch
sudo port -f uninstall wxwidgets-3.0 sudo port -v -s install wxwidgets-3.0
worked for me. gnuplot is working now. Thanks.
comment:4 Changed 4 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I assume this was fixed with https://github.com/macports/macports-ports/pull/9728
Note: See
TracTickets for help on using
tickets.
Error message shown after gnuplot is launched if the previous session had a segmentation fault