Opened 3 years ago

Closed 3 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)

gnuplotError.log (115.8 KB) - added by renzresearch 3 years ago.
Error message shown after gnuplot is launched if the previous session had a segmentation fault

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by renzresearch

Attachment: gnuplotError.log added

Error message shown after gnuplot is launched if the previous session had a segmentation fault

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

This is probably a duplicate of #62348.

comment:2 Changed 3 years ago by mf2k (Frank Schima)

Cc: mojca removed
Owner: set to mojca
Status: newassigned

comment:3 Changed 3 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 3 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.