View Issue Details

IDProjectCategoryView StatusLast Update
0033644CommunityOCCT:Visualizationpublic2024-03-18 14:08
ReporterMehmet Soyer Assigned Todpasukhi  
PrioritynormalSeveritycrash 
Status newResolutionopen 
PlatformLinuxOSDebian  
Product Version7.8.0 
Summary0033644: Visualization - OCCT Visualizer Widget Crash with Opencascade V7.8.0 In Debian
DescriptionI would like to use the sample https://github.com/gkv311/occt-samples-qopenglwidget with QT Version 5.15.10 and opencascade 7.8.0. It was working as expected with the OCCT Version 7.6.0. While i was upgrading opencascade, I encountered a Segmentation Fault in the Init line of the code below. It works as expected in Windows.
if (!aGlCtx->Init (myIsCoreProfile))
{
Message::SendFail() << "Error: OpenGl_Context is unable to wrap OpenGL context";
QMessageBox::critical (0, "Failure", "OpenGl_Context is unable to wrap OpenGL context");
QApplication::exit (1);
return;
}

System Info:

Linux dev 4.19.0-8-amd64 1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
Debian on Virtual Machine.

Thanks in Advance.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-03-15 15:08 Mehmet Soyer New Issue
2024-03-15 15:08 Mehmet Soyer Assigned To => sshutina
2024-03-15 15:21 dpasukhi Summary OCCT Visualizer Widget Crash with Opencascade V7.8.0 In Debian => Visualization - OCCT Visualizer Widget Crash with Opencascade V7.8.0 In Debian
2024-03-15 15:21 dpasukhi Description Updated
2024-03-15 15:21 dpasukhi Description Updated
2024-03-18 14:08 Mehmet Soyer Assigned To sshutina => dpasukhi